aboutsummaryrefslogtreecommitdiffstats
path: root/videocodec/OMXVideoEncoderBase.h
diff options
context:
space:
mode:
authorhding3 <haitao.ding@intel.com>2014-12-05 17:53:41 +0800
committerEd Tam <etam@google.com>2014-12-09 12:39:49 -0800
commitd5673bef309abf657748a91cbad83562de186803 (patch)
treed90af6462382d11ce73c889b1ac3096eafe9a73d /videocodec/OMXVideoEncoderBase.h
parent4f61fb9367fcc5b11b54fd9e3337c21339dd3c99 (diff)
downloadandroid_hardware_intel_common_omx-components-d5673bef309abf657748a91cbad83562de186803.tar.gz
android_hardware_intel_common_omx-components-d5673bef309abf657748a91cbad83562de186803.tar.bz2
android_hardware_intel_common_omx-components-d5673bef309abf657748a91cbad83562de186803.zip
To support standard omx api for passing GTS test
Bug: 18665040 Change-Id: I1329040409263fa001216f6be1b85b3d28e4da09 Signed-off-by: hding3 <haitao.ding@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 f16b0a3..f2926b3 100644
--- a/videocodec/OMXVideoEncoderBase.h
+++ b/videocodec/OMXVideoEncoderBase.h
@@ -72,6 +72,7 @@ protected:
DECLARE_HANDLER(OMXVideoEncoderBase, SyncEncoding);
DECLARE_HANDLER(OMXVideoEncoderBase, PrependSPSPPS);
DECLARE_HANDLER(OMXVideoEncoderBase, TemporalLayer);
+ DECLARE_HANDLER(OMXVideoEncoderBase, ConfigVideoBitrate);
DECLARE_HANDLER(OMXVideoEncoderBase, BlackFramePointer);
protected:
@@ -86,6 +87,7 @@ protected:
OMX_VIDEO_PARAM_INTEL_ADAPTIVE_SLICE_CONTROL mParamIntelAdaptiveSliceControl;
OMX_VIDEO_PARAM_PROFILELEVELTYPE mParamProfileLevel;
OMX_VIDEO_PARAM_INTEL_TEMPORAL_LAYER mTemporalLayer;
+ OMX_VIDEO_CONFIG_BITRATETYPE mConfigBitrate;
IVideoEncoder *mVideoEncoder;
VideoParamsCommon *mEncoderParams;