summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJames Dong <jdong@google.com>2010-08-27 14:36:02 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2010-08-27 14:36:02 -0700
commita5fe77d004091bd9521d087c2572f587191afbfc (patch)
tree43f9be2187bb6e447c92bcd672087b1f303d6f79 /include
parent705c2e66dcb358c865cf912a5496825088044b79 (diff)
parentdf8356ff9a2f1fab44bb3aea26c5da0a9f23a4ad (diff)
downloadframeworks_base-a5fe77d004091bd9521d087c2572f587191afbfc.zip
frameworks_base-a5fe77d004091bd9521d087c2572f587191afbfc.tar.gz
frameworks_base-a5fe77d004091bd9521d087c2572f587191afbfc.tar.bz2
am df8356ff: Merge "Workaround for a QCOM issue where the output buffer size advertised by the AVC encoder is occasionally too small." into gingerbread
Merge commit 'df8356ff9a2f1fab44bb3aea26c5da0a9f23a4ad' into gingerbread-plus-aosp * commit 'df8356ff9a2f1fab44bb3aea26c5da0a9f23a4ad': Workaround for a QCOM issue where the output buffer size advertised by the AVC encoder
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 {