aboutsummaryrefslogtreecommitdiffstats
path: root/videocodec/OMXVideoEncoderBase.h
diff options
context:
space:
mode:
authorgji2 <guoliang.ji@intel.com>2013-09-23 03:39:56 +0800
committerPatrick Tjin <pattjin@google.com>2014-07-21 22:02:54 -0700
commit007b90b9889cb4a62d47b344e23ed60532e7f79b (patch)
treeaae7e845d1a07349d7b935c0e13e412688352023 /videocodec/OMXVideoEncoderBase.h
parentdc8fe1fa4719615fe23bf24bf54925a5ff5f7fda (diff)
downloadandroid_hardware_intel_common_omx-components-007b90b9889cb4a62d47b344e23ed60532e7f79b.tar.gz
android_hardware_intel_common_omx-components-007b90b9889cb4a62d47b344e23ed60532e7f79b.tar.bz2
android_hardware_intel_common_omx-components-007b90b9889cb4a62d47b344e23ed60532e7f79b.zip
configure AIR/CIR parameters with index OMX_IndexParamVideoIntraRefresh
BZ: 138989 configure AIR/CIR parameters with index OMX_IndexParamVideoIntraRefresh Change-Id: Ifc5d36bc4975148935c4c148ad5707e180efb0fe Signed-off-by: gji2 <guoliang.ji@intel.com> Reviewed-on: http://android.intel.com:8080/133587 Reviewed-by: Yuan, Shengquan <shengquan.yuan@intel.com> Reviewed-by: Shi, PingX <pingx.shi@intel.com> Tested-by: Shi, PingX <pingx.shi@intel.com> Reviewed-by: cactus <cactus@intel.com> Tested-by: cactus <cactus@intel.com>
Diffstat (limited to 'videocodec/OMXVideoEncoderBase.h')
-rw-r--r--videocodec/OMXVideoEncoderBase.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/videocodec/OMXVideoEncoderBase.h b/videocodec/OMXVideoEncoderBase.h
index 6e47624..b50e95f 100644
--- a/videocodec/OMXVideoEncoderBase.h
+++ b/videocodec/OMXVideoEncoderBase.h
@@ -64,6 +64,7 @@ protected:
DECLARE_HANDLER(OMXVideoEncoderBase, ParamIntelBitrate);
DECLARE_HANDLER(OMXVideoEncoderBase, ConfigIntelBitrate);
DECLARE_HANDLER(OMXVideoEncoderBase, ConfigIntelAIR);
+ DECLARE_HANDLER(OMXVideoEncoderBase, ParamVideoIntraRefresh);
DECLARE_HANDLER(OMXVideoEncoderBase, ConfigVideoFramerate);
DECLARE_HANDLER(OMXVideoEncoderBase, ConfigVideoIntraVOPRefresh);
DECLARE_HANDLER(OMXVideoEncoderBase, ParamIntelAdaptiveSliceControl);
@@ -79,6 +80,7 @@ protected:
OMX_VIDEO_PARAM_INTEL_BITRATETYPE mParamIntelBitrate;
OMX_VIDEO_CONFIG_INTEL_BITRATETYPE mConfigIntelBitrate;
OMX_VIDEO_CONFIG_INTEL_AIR mConfigIntelAir;
+ OMX_VIDEO_PARAM_INTRAREFRESHTYPE mParamVideoRefresh;
OMX_CONFIG_FRAMERATETYPE mConfigFramerate;
OMX_VIDEO_PARAM_INTEL_ADAPTIVE_SLICE_CONTROL mParamIntelAdaptiveSliceControl;
OMX_VIDEO_PARAM_PROFILELEVELTYPE mParamProfileLevel;