aboutsummaryrefslogtreecommitdiffstats
path: root/videocodec/OMXVideoEncoderBase.h
diff options
context:
space:
mode:
authorbolunliu <bolun.liu@intel.com>2014-05-09 13:57:33 +0800
committerPatrick Tjin <pattjin@google.com>2014-07-21 22:02:59 -0700
commit6b334fd4175f234d24739f75330c50549fb6bed0 (patch)
treee23231f64d713f202199d9e7157788eb471a626d /videocodec/OMXVideoEncoderBase.h
parent3436b963c46096901e9a9a26e27c83a96919437c (diff)
downloadandroid_hardware_intel_common_omx-components-6b334fd4175f234d24739f75330c50549fb6bed0.tar.gz
android_hardware_intel_common_omx-components-6b334fd4175f234d24739f75330c50549fb6bed0.tar.bz2
android_hardware_intel_common_omx-components-6b334fd4175f234d24739f75330c50549fb6bed0.zip
[PORT FROM MAIN]Port VP8 encode middleware to R44c branch.
BZ: 193452 Port VP8 encode OMX IL to R44c branch. Signed-off-by: bolunliu <bolun.liu@intel.com> Change-Id: I04c59a60c5d8c1e50ed452bd91ce6225d4bfc74e
Diffstat (limited to 'videocodec/OMXVideoEncoderBase.h')
-rw-r--r--videocodec/OMXVideoEncoderBase.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/videocodec/OMXVideoEncoderBase.h b/videocodec/OMXVideoEncoderBase.h
index 790e91f..65717c4 100644
--- a/videocodec/OMXVideoEncoderBase.h
+++ b/videocodec/OMXVideoEncoderBase.h
@@ -69,7 +69,7 @@ protected:
DECLARE_HANDLER(OMXVideoEncoderBase, StoreMetaDataInBuffers);
DECLARE_HANDLER(OMXVideoEncoderBase, SyncEncoding);
DECLARE_HANDLER(OMXVideoEncoderBase, PrependSPSPPS);
- DECLARE_HANDLER(OMXVideoEncoderBase, TemporalLayerNumber);
+ DECLARE_HANDLER(OMXVideoEncoderBase, TemporalLayer);
DECLARE_HANDLER(OMXVideoEncoderBase, BlackFramePointer);
protected:
@@ -83,7 +83,7 @@ protected:
OMX_CONFIG_FRAMERATETYPE mConfigFramerate;
OMX_VIDEO_PARAM_INTEL_ADAPTIVE_SLICE_CONTROL mParamIntelAdaptiveSliceControl;
OMX_VIDEO_PARAM_PROFILELEVELTYPE mParamProfileLevel;
- OMX_VIDEO_PARAM_INTEL_TEMPORAL_LAYER mNumberOfTemporalLayer;
+ OMX_VIDEO_PARAM_INTEL_TEMPORAL_LAYER mTemporalLayer;
IVideoEncoder *mVideoEncoder;
VideoParamsCommon *mEncoderParams;