Closed
Bug 785441
Opened 12 years ago
Closed 6 years ago
Gecko assertion failures when using Stagefright decoding: "ScaleYCbCrToRGB565 source image unpadded?"
Categories
(Core :: Audio/Video: Playback, defect)
Tracking
()
RESOLVED
INACTIVE
People
(Reporter: cpeterson, Unassigned)
References
Details
(Keywords: assertion, qawanted, Whiteboard: [swdecoder])
When using Stagefright's hardware or software decoders in a debug build of Firefox, I get many assertion failures from our color conversion code: I/Gecko (16185): ###!!! ASSERTION: ScaleYCbCrToRGB565 source image unpadded?: 'abs(y_pitch) >= abs(source_width)+16', file /Users/cpeterson/Code/mozilla/central/gfx/ycbcr/ycbcr_to_rgb565.cpp, line 338 I/Gecko (16185): ###!!! ASSERTION: ScaleYCbCrToRGB565 source image unpadded?: 'abs(y_pitch) >= abs(source_width)+16', file /Users/cpeterson/Code/mozilla/central/gfx/ycbcr/ycbcr_to_rgb565.cpp, line 338
Reporter | ||
Comment 1•12 years ago
|
||
I believe these assertion failures are fallout from gralloc bug 767480.
Updated•12 years ago
|
Whiteboard: [swdecoder]
Comment 2•12 years ago
|
||
It looks like this may be fixed by bug 785339. Can we get this retested? Thanks.
Comment 4•12 years ago
|
||
Any specific device or video that this needs to be tested on? Besides an ICS or JB device.
Comment 5•12 years ago
|
||
(In reply to Kevin Brosnan [:kbrosnan] from comment #4) > Any specific device or video that this needs to be tested on? Besides an ICS > or JB device. cpeterson -- what device did you see these assertions on?
Reporter | ||
Comment 6•12 years ago
|
||
I think I repro'd the problem on my Galaxy S III, but not on my Galaxy Nexus.
Updated•9 years ago
|
Component: Audio/Video → Audio/Video: Playback
Comment 7•6 years ago
|
||
Mass closing do to inactivity. Feel free to re-open if still needed.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → INACTIVE
You need to log in
before you can comment on or make changes to this bug.
Description
•