aboutsummaryrefslogtreecommitdiffstats
path: root/videocodec/OMXVideoDecoderVP8.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Revert "omx-component: Adding media resource management support"Yuanjun Huang2015-07-011-26/+1
| | | | | | | | | | | Bug: 20165724 A more comprehensive codec level resource manager is implemented. This reverts commit f832fbe64172f3dcde2bf8d7f960375efd8a30d9. Change-Id: Ia45655873c9b7e9d57bed6c8d5dad29e219a2e3c
* omx-component: Adding media resource management supportYuanjun Huang2015-06-011-1/+26
| | | | | | | | | | | | for each codec. Initial implementation. Implement returning OMX_ErrorInsufficientResources case. Bug: 20165724 Change-Id: I88a7229f6342bbfb8cb36b7dc9629b81e2debf93 Signed-off-by: Yuanjun Huang <yuanjun.huang@intel.com>
* remove warning in omx-componentywan1712014-07-291-3/+2
| | | | | | | | | | | | | 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>
* Fix build for AOSP/LThierry Strudel2014-07-211-1/+1
| | | | | | | | | | BZ: 209178 Change-Id: I93cb3a3b69662688041ccfac4ebd26d911dc2971 Signed-off-by: Thierry Strudel <thierry.strudel@intel.com> Reviewed-on: https://android.intel.com/218914 Reviewed-by: Imberton, Guilhem <guilhem.imberton@intel.com> Tested-by: Imberton, Guilhem <guilhem.imberton@intel.com>
* omx-component: set max buffer count in case of protected videoTianmi Chen2014-07-211-0/+8
| | | | | | | | | | 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>
* Add the right color format for VP8 decoder on CHTFei Jiang2014-07-211-0/+4
| | | | | | | | | | BZ: 161384 The VP8 decoder on CHT uses the GEN hardware, which uses the Y title format. Change-Id: I0b7c4dc3692a8da6a6cadac63cbde424c6b1cd81 Signed-off-by: Fei Jiang <fei.jiang@intel.com>
* omx-component: enable tile format for VXD392 on Baytrail platformTang, XiaoxiX2014-07-211-0/+8
| | | | | | | | | | 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>
* [PDK KK ABSP] omx-component: rename VPX as VP8 due to KK header file changesDan Liang2014-07-211-2/+2
| | | | | | | | | BZ: 141313 Modify VPX to VP8 Change-Id: I27ab9e7e91c0183898b1a01cbbf7f9b8a7540288 Signed-off-by: Dan Liang <dan.liang@intel.com>
* [PDK MR2 ABSP] this change is caused by removing duplicate omx header file ↵ywan1712014-07-211-1/+1
| | | | | | | | | between khronos and google framework in wrs_core BZ: 117349 Change-Id: I3f7c8d3fb7044512d7589120d56054f6ab76dade Signed-off-by: ywan171 <yi.a.wang@intel.com>
* [PORT FROM MAIN]omx-components: Add VP8 middleware support for MerrifieldTianmi Chen2014-07-211-0/+112
BZ: 73094 Add VP8 middleware support for Merrifield Change-Id: I6c49dced2f7603a4ad30f959deb69fc31158bd7b Signed-off-by: Tianmi Chen <tianmi.chen@intel.com> Reviewed-on: http://android.intel.com:8080/82329 Reviewed-by: Ding, Haitao <haitao.ding@intel.com> Tested-by: Ding, Haitao <haitao.ding@intel.com> Reviewed-by: cactus <cactus@intel.com> Tested-by: cactus <cactus@intel.com>