Closed
Bug 1009297
Opened 12 years ago
Closed 12 years ago
[flame] TARGET_USES_ION is not defined
Categories
(Firefox OS Graveyard :: GonkIntegration, defect)
Tracking
(b2g-v1.4 fixed, b2g-v2.0 fixed)
RESOLVED
FIXED
2.0 S2 (23may)
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.
| Assignee | ||
Comment 1•12 years ago
|
||
By definig TARGET_USES_ION, I confirmed that video decoding and camera recording works by "./flash.sh".
| Assignee | ||
Comment 2•12 years ago
|
||
I confirmed that the problem is fixed on master flame by applying the patch.
| Assignee | ||
Updated•12 years ago
|
Attachment #8421424 -
Flags: review?(mwu)
| Assignee | ||
Comment 3•12 years ago
|
||
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
Updated•12 years ago
|
Attachment #8421424 -
Flags: review?(mwu) → review+
| Assignee | ||
Updated•12 years ago
|
Assignee: nobody → sotaro.ikeda.g
| Assignee | ||
Comment 4•12 years ago
|
||
mwu, is there a change how to merge pull request? I could not merge pull request from github pare any more.
Flags: needinfo?(mwu)
| Assignee | ||
Comment 5•12 years ago
|
||
(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".
| Assignee | ||
Updated•12 years ago
|
Keywords: checkin-needed
| Assignee | ||
Comment 6•12 years ago
|
||
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?
Comment 7•12 years ago
|
||
I still see the merge button. I don't know if there's been changes.
Flags: needinfo?(mwu)
Comment 8•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
status-b2g-v1.4:
--- → fixed
status-b2g-v2.0:
--- → fixed
Keywords: checkin-needed
Resolution: --- → FIXED
Target Milestone: --- → 2.0 S2 (23may)
| Assignee | ||
Comment 9•12 years ago
|
||
(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.
| Assignee | ||
Updated•12 years ago
|
blocking-b2g: 1.4? → ---
| Assignee | ||
Comment 10•12 years ago
|
||
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.
Description
•