Closed Bug 1009297 Opened 12 years ago Closed 12 years ago

[flame] TARGET_USES_ION is not defined

Categories

(Firefox OS Graveyard :: GonkIntegration, defect)

ARM
Gonk (Firefox OS)
defect
Not set
normal

Tracking

(b2g-v1.4 fixed, b2g-v2.0 fixed)

RESOLVED FIXED
2.0 S2 (23may)
Tracking Status
b2g-v1.4 --- fixed
b2g-v2.0 --- fixed

People

(Reporter: sotaro, Assigned: sotaro)

References

Details

Attachments

(1 file)

On MozBuild, TARGET_USES_ION is not defined in device/qcom/msm8610/BoardConfig.mk. By this, when we flash flame device by "./flash.sh", video decoding and camera recording do not work.
By definig TARGET_USES_ION, I confirmed that video decoding and camera recording works by "./flash.sh".
Blocks: 1008000
Attached file link to pull request
I confirmed that the problem is fixed on master flame by applying the patch.
Attachment #8421424 - Flags: review?(mwu)
Actually in video decoding case, omx_vdec::allocate_input_buffer() was failed because of lacking USE_ION definition. Actual place was the following. > pmem_fd = open (MEM_DEVICE,O_RDWR); https://www.codeaurora.org/cgit/quic/la/platform/hardware/qcom/media/tree/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp?h=jb_3.2_rb5.56#n4668
Attachment #8421424 - Flags: review?(mwu) → review+
Assignee: nobody → sotaro.ikeda.g
mwu, is there a change how to merge pull request? I could not merge pull request from github pare any more.
Flags: needinfo?(mwu)
(In reply to Sotaro Ikeda [:sotaro] from comment #4) > mwu, is there a change how to merge pull request? I could not merge pull > request from github pare any more. It seems depend on the repository. I still can see "mrege button" on "gonk-misc".
Keywords: checkin-needed
Nominate to "b2g 1.4+". Without this change, when we flash whole MozBuild ROM with "./flash.sh", flame device can not do playback video and camera recording.
blocking-b2g: --- → 1.4?
I still see the merge button. I don't know if there's been changes.
Flags: needinfo?(mwu)
Status: NEW → RESOLVED
Closed: 12 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Target Milestone: --- → 2.0 S2 (23may)
(In reply to Michael Wu [:mwu] from comment #7) > I still see the merge button. I don't know if there's been changes. Hmm, it's wired.
blocking-b2g: 1.4? → ---
Clear "1.4?", v1.4 flame used master branch of "device-flame". > <project name="device-flame" path="device/t2m/flame" remote="b2g" revision="master"/>
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: