aboutsummaryrefslogtreecommitdiffstats
path: root/videocodec/OMXVideoDecoderH263.h
Commit message (Collapse)AuthorAgeFilesLines
* remove warning in omx-componentywan1712014-07-291-1/+1
| | | | | | | | | | | | | BZ: 209178 remove warning in omx-component except the warning caused by AOSP header file OMX_VideoExt.h Change-Id: Iacef8ca69281fa1f489f4a3dbdc949cef54978d7 Signed-off-by: ywan171 <yi.a.wang@intel.com> Reviewed-on: https://android.intel.com/220523 Reviewed-by: Fourdan, Olivier <olivier.fourdan@intel.com> Tested-by: Fourdan, Olivier <olivier.fourdan@intel.com>
* omx-component: set max buffer count in case of protected videoTianmi Chen2014-07-211-0/+1
| | | | | | | | | | BZ: 186222 max buffer count is set in case of adaptive playback. Protected video also needs to override the function. Change-Id: Ie532c66c5b77ca307bee5f434fe9474cf524948b Signed-off-by: Tianmi Chen <tianmi.chen@intel.com>
* omx-component: set max buffer count in case of adaptive playbackTianmi Chen2014-07-211-0/+2
| | | | | | | | | BZ: 184541 set max buffer count in case of adaptive playback Change-Id: I7ee45256a9219458f11fda2981ab6ca532d9ff81 Signed-off-by: Tianmi Chen <tianmi.chen@intel.com>
* omx-component: enable tile format for VXD392 on Baytrail platformTang, XiaoxiX2014-07-211-0/+1
| | | | | | | | | | BZ: 141202 Change the eColorFormat's value to HAL_PIXEL_FORMAT_NV12_X_TILED_INTEL and pass the tiling information by the flag mVASurfaceAttrib->flags. Change-Id: Id005eb9c8057ddb9e68a3b468678fa5db8800bc5 Signed-off-by: Tang, XiaoxiX <xiaoxix.tang@intel.com>
* omx-components: code cleanup along with one Queue buffer management supportWeian Chen2014-07-211-1/+0
| | | | | | | | | | | | | | | | BZ: 24552 code cleanup along with one Queue buffer management support (from Andy) Signed-off-by: Weian Chen <weian.chen@intel.com> Change-Id: I75c7f9c6058602b0cd67e1edbc7d5300ca9e0c76 Reviewed-on: http://android.intel.com:8080/36139 Reviewed-by: Chen, Weian <weian.chen@intel.com> Reviewed-by: Qiu, Junhai <junhai.qiu@intel.com> Reviewed-by: Ding, Haitao <haitao.ding@intel.com> Tested-by: Ding, Haitao <haitao.ding@intel.com> Reviewed-by: buildbot <buildbot@intel.com> Tested-by: buildbot <buildbot@intel.com>
* Video editor enabling (Part 4)wfeng62014-07-211-0/+1
| | | | | | | | | | | | | | BZ: 21677 22177 Add handlers to query the video decoder and encoder profiles and levels to support video editor. Change-Id: I39a7482cdd4327ed75464e14604399b999199119 Signed-off-by: wfeng6 <wei.feng@intel.com> Reviewed-on: http://android.intel.com:8080/33365 Reviewed-by: Ding, Haitao <haitao.ding@intel.com> Tested-by: Ding, Haitao <haitao.ding@intel.com> Reviewed-by: buildbot <buildbot@intel.com> Tested-by: buildbot <buildbot@intel.com>
* Enable native buffer mode in omx components,xiao2014-07-211-1/+2
| | | | | | | | | | | | | | | clean buffer id mode code BZ: 18370 Signed-off-by: xiao <fengx.xiao@intel.com> Change-Id: I001542351b44ad0c3bb21df53717b259edbad830 Reviewed-on: http://android.intel.com:8080/27893 Reviewed-by: Ding, Haitao <haitao.ding@intel.com> Tested-by: Ding, Haitao <haitao.ding@intel.com> Reviewed-by: buildbot <buildbot@intel.com> Tested-by: buildbot <buildbot@intel.com>
* new repartitioned omx video codec.Andy Qiu2014-07-211-0/+56
Change-Id: Ia8bfcb10589edbf71c79f10b977d67a1d0ccbee5 BZ: 3372