aboutsummaryrefslogtreecommitdiffstats
path: root/videocodec/OMXVideoEncoderAVC.cpp
diff options
context:
space:
mode:
authorgji2 <guoliang.ji@intel.com>2014-04-07 22:49:33 +0800
committerPatrick Tjin <pattjin@google.com>2014-07-21 22:02:58 -0700
commitd6909bc46ae314eb3cf17b411c095ede37c7465e (patch)
treef8ded36957559d4391601a93baac183377459aab /videocodec/OMXVideoEncoderAVC.cpp
parent57cb3a01a71aa5fa60c3e6ebd377a5242b2d8998 (diff)
downloadandroid_hardware_intel_common_omx-components-d6909bc46ae314eb3cf17b411c095ede37c7465e.tar.gz
android_hardware_intel_common_omx-components-d6909bc46ae314eb3cf17b411c095ede37c7465e.tar.bz2
android_hardware_intel_common_omx-components-d6909bc46ae314eb3cf17b411c095ede37c7465e.zip
High profile feature direct_8x8_inference_flag setting enable
BZ: 185130 High profile feature direct_8x8_inference_flag setting enable Change-Id: I1886daee7ded9b3f43f83f607a7f8ad42eb75df9 Signed-off-by: gji2 <guoliang.ji@intel.com>
Diffstat (limited to 'videocodec/OMXVideoEncoderAVC.cpp')
-rw-r--r--videocodec/OMXVideoEncoderAVC.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/videocodec/OMXVideoEncoderAVC.cpp b/videocodec/OMXVideoEncoderAVC.cpp
index f81bf08..a554ee3 100644
--- a/videocodec/OMXVideoEncoderAVC.cpp
+++ b/videocodec/OMXVideoEncoderAVC.cpp
@@ -764,6 +764,7 @@ OMX_ERRORTYPE OMXVideoEncoderAVC::SetParamVideoAvc(OMX_PTR pStructure) {
memcpy(&mParamAvc, p, sizeof(mParamAvc));
mVideoEncoder->getParameters(mAVCParams);
mAVCParams->bEntropyCodingCABAC = mParamAvc.bEntropyCodingCABAC;
+ mAVCParams->bDirect8x8Inference = mParamAvc.bDirect8x8Inference;
mVideoEncoder->setParameters(mAVCParams);