aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorShuo Liu <shuo.liu@intel.com>2011-11-17 16:00:06 +0800
committerPatrick Tjin <pattjin@google.com>2014-07-21 22:03:38 -0700
commit44e493bfd5e5abeadd4431e294d3108235bdeb29 (patch)
treef01b3e2177449007999d3826fff14e33c68aa82a /core
parent039125eefa42141c1e7633e4e558a53fdaff3e9d (diff)
downloadwrs_omxil_core-44e493bfd5e5abeadd4431e294d3108235bdeb29.tar.gz
modify wrs omx core base to set up ics hw video playback
1. support param extension 'OMX.Intel.Index.BufferIDMode' 2. refine the port setting changed event logic Change-Id: I582cb0fff6ce1c8e71a4ef3536d71bed51ef1915 Signed-off-by: Shuo Liu <shuo.liu@intel.com>
Diffstat (limited to 'core')
-rw-r--r--core/inc/khronos/openmax/include/OMX_IndexExt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/inc/khronos/openmax/include/OMX_IndexExt.h b/core/inc/khronos/openmax/include/OMX_IndexExt.h
index 2f689c3..59bede1 100644
--- a/core/inc/khronos/openmax/include/OMX_IndexExt.h
+++ b/core/inc/khronos/openmax/include/OMX_IndexExt.h
@@ -74,6 +74,7 @@ typedef enum OMX_INDEXEXTTYPE {
OMX_IndexConfigIntelAIR, /**< reference: OMX_VIDEO_CONFIG_INTEL_AIR */
OMX_IndexParamIntelAVCVUI, /**< reference: OMX_VIDEO_PARAM_INTEL_AVCVUI */
OMX_IndexParamIntelAdaptiveSliceControl, /**< reference: OMX_VIDEO_PARAM_INTEL_ADAPTIVE_SLICE_CONTROL */
+ OMX_IndexBufferIDMode, /**< reference: boolean value to specify buffer id mode is in effect*/
/* Image & Video common configurations */
OMX_IndexExtCommonStartUnused = OMX_IndexKhronosExtensions + 0x00700000,