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, 8 insertions, 0 deletions
diff --git a/core/inc/khronos/openmax/include/OMX_IntelVideoExt.h b/core/inc/khronos/openmax/include/OMX_IntelVideoExt.h
index 43683a7..b134b22 100644
--- a/core/inc/khronos/openmax/include/OMX_IntelVideoExt.h
+++ b/core/inc/khronos/openmax/include/OMX_IntelVideoExt.h
@@ -178,6 +178,14 @@ typedef struct OMX_VIDEO_ERROR_BUFFER {
OMX_VIDEO_ERROR_INFO errorArray[MAX_ERR_NUM];
};
+// Force K frame for VP8 encode
+typedef struct OMX_VIDEO_CONFIG_INTEL_VP8_FORCE_KFRAME {
+ OMX_U32 nSize;
+ OMX_VERSIONTYPE nVersion;
+ OMX_U32 nPortIndex;
+ OMX_BOOL bForceKFrame;
+} OMX_VIDEO_CONFIG_INTEL_VP8_FORCE_KFRAME;
+
#ifdef __cplusplus
}
#endif /* __cplusplus */