]> git.sesse.net Git - vlc/commit
omx: decode qualcomm-specific tiled nv12 format
authorRafaël Carré <funman@videolan.org>
Mon, 25 Jun 2012 19:27:35 +0000 (21:27 +0200)
committerRafaël Carré <funman@videolan.org>
Mon, 25 Jun 2012 19:30:52 +0000 (21:30 +0200)
commitcd14febde554a0f36b07e7f16b618920da1afc22
treee8badb5b1ef2a6ebe64e6588264e2bcf4e142ad4
parent3c9c56db0839dc2d564bbe8b02fbefe43c3dcbad
omx: decode qualcomm-specific tiled nv12 format

Tested on HP Touchpad up to 1280x720

1920x1080 gives:
E/OMX-VDEC-1080P: ERROR: IP Requirements(#1: 2097152) Requested(#2: 4177920)
Which probably means that provided buffers are too small for the decoder
to operate
modules/codec/omxil/Modules.am
modules/codec/omxil/omxil.c
modules/codec/omxil/omxil_utils.h
modules/codec/omxil/qcom.c [new file with mode: 0644]
modules/codec/omxil/qcom.h [new file with mode: 0644]
modules/codec/omxil/utils.c