aboutsummaryrefslogtreecommitdiff
path: root/core/inc/khronos/openmax/include/OMX_IntelVideoExt.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/inc/khronos/openmax/include/OMX_IntelVideoExt.h')
-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