summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJames Dong <jdong@google.com>2010-08-26 19:12:59 -0700
committerJames Dong <jdong@google.com>2010-08-27 13:59:26 -0700
commit824c9ff4a55e86faae4f8f158977329909cbfaf6 (patch)
tree945b5b767cce0533fe3bbf4f01b54de42ca1c305 /include
parent352c4683820c31eaad63e52a47d0d442bfe2c193 (diff)
downloadframeworks_av-824c9ff4a55e86faae4f8f158977329909cbfaf6.zip
frameworks_av-824c9ff4a55e86faae4f8f158977329909cbfaf6.tar.gz
frameworks_av-824c9ff4a55e86faae4f8f158977329909cbfaf6.tar.bz2
Workaround for a QCOM issue where the output buffer size advertised by the AVC encoder
is occasionally too small. bug - 2882917 Change-Id: Id59d8529084c5689a26f272e0cd3b1e955fd8a30
Diffstat (limited to 'include')
-rw-r--r--include/media/stagefright/OMXCodec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/media/stagefright/OMXCodec.h b/include/media/stagefright/OMXCodec.h
index 010ded1..875bc5b 100644
--- a/include/media/stagefright/OMXCodec.h
+++ b/include/media/stagefright/OMXCodec.h
@@ -102,6 +102,7 @@ private:
kInputBufferSizesAreBogus = 512,
kSupportsMultipleFramesPerInputBuffer = 1024,
kAvoidMemcopyInputRecordingFrames = 2048,
+ kRequiresLargerEncoderOutputBuffer = 4096,
};
struct BufferInfo {