Closed Bug 1021183 Opened 10 years ago Closed 10 years ago

Hw codec does not work on master flame

Categories

(Core :: Audio/Video, defect, P1)

Other
Other
defect

Tracking

()

RESOLVED INVALID

People

(Reporter: sotaro, Unassigned)

Details

User Story

+++ This bug was initially created as a clone of Bug #988511 +++

We end up with the attached layer tree.

Attachments

(1 file)

+++ This bug was initially created as a clone of Bug #988511 +++

This bug is created based on Bug 988511 Comment 19.

From today's master, flame device failed to use hw codec. Youtube video playback, camera recording and video playback failed.

I built master flame ROM from source and flashed it by "./flash.sh".
Attached file logcat with additional custom logs (deleted) —
OMXCodec's buffer allocation failed with the following log.

> 06-05 14:42:47.216  1343  1354 I OMXCodec: [OMX.qcom.video.decoder.avc] video dimensions are 640 x 360
> 06-05 14:42:47.226  1343  1354 I OMXCodec: [OMX.qcom.video.decoder.avc] Crop rect is 640 x 360 @ (0, 0)
> 06-05 14:42:47.226   283   483 E OMX-VDEC-1080P: open failed for pmem/adsp for input buffer
> 06-05 14:42:47.226   283   483 E OMXNodeInstance: OMX_AllocateBuffer failed with error -2147479552 (0x80001000)
> 06-05 14:42:47.226  1343  1354 E OMXCodec: allocate_buffer_with_backup failed
The error code seems the following.

  /** There were insufficient resources to perform the requested operation */
  OMX_ErrorInsufficientResources = (OMX_S32) 0x80001000,
Marcia & I aren't seeing in the latest pvtbuild on mozilla central. Is this only present on the latest changeset on mozilla central?
Component: General → Video/Audio
Product: Firefox OS → Core
Version: unspecified → Trunk
needinfo for comment 4
Flags: needinfo?(sotaro.ikeda.g)
(In reply to Jason Smith [:jsmith] from comment #5)
> needinfo for comment 4

I think so. I do not use pvtbuild.
Flags: needinfo?(sotaro.ikeda.g)
(In reply to Sotaro Ikeda [:sotaro] from comment #6)
> (In reply to Jason Smith [:jsmith] from comment #5)
> > needinfo for comment 4
> 
> I think so. I do not use pvtbuild.

And I flashed all ROM by using "./flash.sh".
I confirmed that somehow Bug 1009297 is happening again on my master flame. I am going to check if my build environment is incorrect or it happens by other reasons.
Sorry, just my environment seems to be broken. Other source tree for master flame works correctly.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → INVALID
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: