aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhding3 <haitao.ding@intel.com>2015-07-30 01:54:39 -0700
committerPatrick Tjin <pattjin@google.com>2015-08-05 21:43:46 -0700
commit3aa46b0bcd69b855f775a8b1f928776ca0fb35f6 (patch)
tree743fe692830430565811272ef19e28aeaeeac623
parent68942cfbb4d52185ea162f336a94d8bab263d366 (diff)
downloadandroid_hardware_intel_common_omx-components-3aa46b0bcd69b855f775a8b1f928776ca0fb35f6.tar.gz
android_hardware_intel_common_omx-components-3aa46b0bcd69b855f775a8b1f928776ca0fb35f6.tar.bz2
android_hardware_intel_common_omx-components-3aa46b0bcd69b855f775a8b1f928776ca0fb35f6.zip
Enlarge the size of OMX Output Buffer for fixing CTS issues.
Bug: 22602467 fix 2 CTS issues: testOtherH264FlexMaxMax/testOtherH264FlexNearMaxMax Change-Id: Iab33ce40d506a7c7b1773913cc8a07cb02040fbf Signed-off-by: hding3 <haitao.ding@intel.com>
-rw-r--r--videocodec/OMXVideoEncoderAVC.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/videocodec/OMXVideoEncoderAVC.h b/videocodec/OMXVideoEncoderAVC.h
index 629f042..980657b 100644
--- a/videocodec/OMXVideoEncoderAVC.h
+++ b/videocodec/OMXVideoEncoderAVC.h
@@ -100,7 +100,7 @@ private:
// OMX_PARAM_PORTDEFINITIONTYPE
OUTPORT_MIN_BUFFER_COUNT = 1,
OUTPORT_ACTUAL_BUFFER_COUNT = 6,
- OUTPORT_BUFFER_SIZE = 1382400,
+ OUTPORT_BUFFER_SIZE = 2000000,
NUM_REFERENCE_FRAME = 4,
};