aboutsummaryrefslogtreecommitdiff
path: root/videocodec/OMXVideoDecoderBase.h
diff options
context:
space:
mode:
authorxli111 <xiaowei.a.li@intel.com>2011-06-29 15:30:19 +0800
committerPatrick Tjin <pattjin@google.com>2014-07-21 22:02:44 -0700
commit724dc488e1a07f3f4c0fe67c80373e1d92e69d23 (patch)
treee07c4fcb471478bd6c2429d8d2c8504c5eb09746 /videocodec/OMXVideoDecoderBase.h
parentece795ea3103af82f7647f6f0a06eb058372dc12 (diff)
downloadomx-components-724dc488e1a07f3f4c0fe67c80373e1d92e69d23.tar.gz
omx-component: Enlarge the count of output buffers for decoder.
BZ: 2604 The clip's timestamp is not accurate and need more output buffer in the queue to make it smooth when playbacking. Change-Id: I714a4bc584d7bf6011c9aa30ff7083192130e3c5 Signed-off-by: xli111 <xiaowei.a.li@intel.com>
Diffstat (limited to 'videocodec/OMXVideoDecoderBase.h')
-rw-r--r--videocodec/OMXVideoDecoderBase.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/videocodec/OMXVideoDecoderBase.h b/videocodec/OMXVideoDecoderBase.h
index 7e75860..43ae432 100644
--- a/videocodec/OMXVideoDecoderBase.h
+++ b/videocodec/OMXVideoDecoderBase.h
@@ -65,7 +65,7 @@ private:
// OMX_PARAM_PORTDEFINITIONTYPE
OUTPORT_MIN_BUFFER_COUNT = 1,
- OUTPORT_ACTUAL_BUFFER_COUNT = 2,
+ OUTPORT_ACTUAL_BUFFER_COUNT = 3,
OUTPORT_BUFFER_SIZE = 1382400,
};