Closed
Bug 1020980
Opened 11 years ago
Closed 7 years ago
[2.0] E/OMX-VDEC-1080P( 300): Error: Insufficient size allocated for extra-data
Categories
(Core :: Audio/Video: Playback, defect)
Tracking
()
RESOLVED
INACTIVE
tracking-b2g | backlog |
People
(Reporter: whsu, Unassigned)
Details
Attachments
(1 file)
358.66 KB,
text/x-log
|
Details |
* Description:
There was something wrong on video decoder.
When I tested RTSP streaming on Flame, I saw following error several times.
- E/OMX-VDEC-1080P( 281): Error: Insufficient size allocated for extra-data
- E/OMX-VDEC-1080P( 281): Error: Insufficient size allocated for extra-data
- E/OMX-VDEC-1080P( 281): Error: Insufficient size allocated for extra-data
Attach the log - RTSP_ERROR_20140605.log
* Reproduction steps:
1. Launch the following web page via browser
- http://goo.gl/lE2eE3
2. Tap the "Video test page"
3. Check the log (adb logcat)
* Expected result:
- Video decoder works as normal, no ERROR message shows
* Actual result:
FxOS shows following error message many times.
- E/OMX-VDEC-1080P( 281): Error: Insufficient size allocated for extra-data
* Build information: (V2.0 - Flame)
- Gaia a38a6a5c6fabc97dd16d5360632b5ac5c7e06241
- Gecko https://hg.mozilla.org/mozilla-central/rev/951e3a671279
- BuildID 20140604160202
- Version 32.0a1
Reporter | ||
Updated•11 years ago
|
blocking-b2g: --- → 2.0?
Comment 1•11 years ago
|
||
Hi Michael, would you please help to share the meaning of this error message?
Flags: needinfo?(mvines)
Comment 2•11 years ago
|
||
I don't believe 1080P is a supported resolution, so that's probably at least part of the problem here.
Flags: needinfo?(mvines)
Comment 3•11 years ago
|
||
(In reply to Michael Vines [:m1] [:evilmachines] from comment #2)
> I don't believe 1080P is a supported resolution, so that's probably at least
> part of the problem here.
This error message occurs no matter the resolution is 1080P or not.
For example, the media in the STR in comment 0 is only 176x144.
I tried many other different resolutions, this message still appears.
Reporter | ||
Comment 5•11 years ago
|
||
Oh~ this seems to be a legacy issue and relate to video decoder.
If this Error happens, video doesn't seem to be able to play smoothly.
This Error not only show on RTSP streaming but also some video clips.
A related bug - https://bugzilla.mozilla.org/show_bug.cgi?id=1002896
https://bugzilla.mozilla.org/show_bug.cgi?id=1002896
Thanks! :)
Flags: needinfo?(whsu)
Reporter | ||
Updated•11 years ago
|
Component: RTSP → Video/Audio
Product: Firefox OS → Core
Comment 6•11 years ago
|
||
(In reply to William Hsu [:whsu] from comment #0)
> Created attachment 8434976 [details]
> RTSP_ERROR_20140605.log
>
> * Description:
> There was something wrong on video decoder.
> When I tested RTSP streaming on Flame, I saw following error several times.
> - E/OMX-VDEC-1080P( 281): Error: Insufficient size allocated for
> extra-data
> - E/OMX-VDEC-1080P( 281): Error: Insufficient size allocated for
> extra-data
> - E/OMX-VDEC-1080P( 281): Error: Insufficient size allocated for
> extra-data
From keyword in the log, "OMX-VDEC-1080P", afaik this means this platform uses 1080P core instead of 720P core. It also implicitly means it should be capable of decoding 1080P content.
Besides the testing content is pretty small, 176x144 as comment 3, so it should be supported.
Michael,
Since this error is reported from QCOM decoder, could you check again in which case this error will be reported or give us some hints where we can find the information related?
Thanks.
Flags: needinfo?(mvines)
Comment 8•11 years ago
|
||
:mvines, this may not be reproduce on 1.4 as we enabled RTSP in 1.4 do we know if the underlying issues here is gecko or caf ?
Comment 9•11 years ago
|
||
(In reply to bhavana bajaj [:bajaj] from comment #8)
> :mvines, this may not be reproduce on 1.4 as we enabled RTSP in 1.4
If RTSP is enabled in v1.4, why couldn't we check if it's reproducible on v1.4? Did you mean "not enabled on v1.4"?
Reporter | ||
Comment 10•11 years ago
|
||
(In reply to Michael Vines [:m1] [:evilmachines] from comment #9)
> (In reply to bhavana bajaj [:bajaj] from comment #8)
> > :mvines, this may not be reproduce on 1.4 as we enabled RTSP in 1.4
>
> If RTSP is enabled in v1.4, why couldn't we check if it's reproducible on
> v1.4? Did you mean "not enabled on v1.4"?
Yes, we disabled video RTSP on V1.4 and enable it on V2.0.
This bug not only happened on RTSP streaming but also general videos.
Please check bug 1002896, you will see the same ERROR.
It seems to happen on V1.3, but the ERROR frequently shows on log when we played RTSP streaming on V2.0.
Thanks! :)
Comment 11•11 years ago
|
||
Ah, thanks. We'll add this to our test plan. We can discuss dates offline for when we can look at this bug.
Comment 12•11 years ago
|
||
Not a RTSP specific issue, removing RTSP from title based on Comment 5
Summary: [RTSP][2.0] E/OMX-VDEC-1080P( 300): Error: Insufficient size allocated for extra-data → [2.0] E/OMX-VDEC-1080P( 300): Error: Insufficient size allocated for extra-data
Assignee | ||
Updated•10 years ago
|
blocking-b2g: backlog → ---
tracking-b2g:
--- → backlog
Updated•10 years ago
|
Component: Audio/Video → Audio/Video: Playback
Comment 14•7 years ago
|
||
Mass closing do to inactivity.
Feel free to re-open if still needed.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → INACTIVE
You need to log in
before you can comment on or make changes to this bug.
Description
•