aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbolunliu <bolun.liu@intel.com>2014-04-04 10:08:55 +0800
committerPatrick Tjin <pattjin@google.com>2014-07-21 22:03:43 -0700
commit11aa5d981717852cbdebdd8aab638554bab05ffc (patch)
tree36731336e5cd9491ff69dd3c141e629b617d17ec
parent036cadf0e1af61d1c10cec0f1e8de14862cd6886 (diff)
downloadwrs_omxil_core-11aa5d981717852cbdebdd8aab638554bab05ffc.tar.gz
Rename temporal layer name for SAND
BZ: 185262 Rename temporal layer name for SAND. Rename it as "OMX_VIDEO_PARAM_INTEL_TEMPORAL_LAYER". Change-Id: Ic5b40c9d75ce4fec07a8203ae5e88805a3472ff8 Signed-off-by: bolunliu <bolun.liu@intel.com>
-rw-r--r--core/inc/khronos/openmax/include/OMX_IntelVideoExt.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/core/inc/khronos/openmax/include/OMX_IntelVideoExt.h b/core/inc/khronos/openmax/include/OMX_IntelVideoExt.h
index 3f30237..53a0767 100644
--- a/core/inc/khronos/openmax/include/OMX_IntelVideoExt.h
+++ b/core/inc/khronos/openmax/include/OMX_IntelVideoExt.h
@@ -187,13 +187,15 @@ typedef struct OMX_VIDEO_CONFIG_INTEL_VP8_MAX_FRAME_SIZE_RATIO {
OMX_U32 nMaxFrameSizeRatio;
} OMX_VIDEO_CONFIG_INTEL_VP8_MAX_FRAME_SIZE_RATIO;
-// number of temporal layer for WebRTC and Sand
-typedef struct OMX_VIDEO_PARAM_INTEL_NUMBER_OF_TEMPORAL_LAYER {
+// temporal layer for Sand
+typedef struct OMX_VIDEO_PARAM_INTEL_TEMPORAL_LAYER {
OMX_U32 nSize;
OMX_VERSIONTYPE nVersion;
OMX_U32 nPortIndex;
OMX_U32 nNumberOfTemporalLayer;
-} OMX_VIDEO_PARAM_INTEL_NUMBER_OF_TEMPORAL_LAYER;
+ OMX_U32 nPeriodicity;
+ OMX_U32 nLayerID[32];
+} OMX_VIDEO_PARAM_INTEL_TEMPORAL_LAYER;
// Request OMX to allocate a black frame to video mute feature