[Android] HWAccel/OMX

Jean-Baptiste Kempf jb at videolan.org
Thu Mar 29 17:43:22 CEST 2012


On Thu, Mar 29, 2012 at 06:37:44PM +0300, Martin Storsjö wrote :
> >03-29 17:30:46.597: D/vlc(31908): OMX color format 2130706688 not supported
> >03-29 17:30:46.816: D/DOMX(121): ERROR: Failed because Cannot load library: load_library[1091]: Library 'libOMX.TI.DUCATI1.VIDEO.H264D.so' not found
> >03-29 17:30:46.816: W/vlc(31908): OMX_GetHandle(OMX.TI.DUCATI1.VIDEO.H264D) failed (80001001: OMX_ErrorUndefined)
> 
> The actual error (iirc) is earlier - this one lists two different
> decoders that are capable of h264, OMX.TI.DUCATI1.VIDEO.H264D and
> OMX.TI.DUCATI1.VIDEO.DECODER or similar - the latter is the one that
> should be good. IIRC it first tests that one, something fails, then
> it goes on to this one.
> 
> There's a few things to fix in this, but I just got a pandaboard set
> up with hw codecs, so I'll give it a look shortly (beginning of next
> week I hope).

OK

OMX_TI_COLOR_FormatYUV420PackedSemiPlanar is the 2130706688 color :)

{ VLC_CODEC_NV12, OMX_TI_COLOR_FormatYUV420PackedSemiPlanar, 3, 1, 1 },
I guess

Best regards,

-- 
Jean-Baptiste Kempf
http://www.jbkempf.com/ - +33 672 704 734
Sent from my Electronic Device


More information about the Android mailing list