diff options
author | James Dong <jdong@google.com> | 2012-02-21 11:10:35 -0800 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2012-02-21 11:10:35 -0800 |
commit | f65934a7213b39859966a7054ea5ae1a7530dcbe (patch) | |
tree | 13429506d9f4fbe52d0f7b45422ac7e368ac462b /include | |
parent | c10e48901c6531167dd001280ad9207023a01431 (diff) | |
parent | 745fcc0571f2143dd0c1f45309bae47788612999 (diff) | |
download | frameworks_base-f65934a7213b39859966a7054ea5ae1a7530dcbe.zip frameworks_base-f65934a7213b39859966a7054ea5ae1a7530dcbe.tar.gz frameworks_base-f65934a7213b39859966a7054ea5ae1a7530dcbe.tar.bz2 |
Merge "Limit the amount of audio record data in each buffer"
Diffstat (limited to 'include')
-rw-r--r-- | include/media/stagefright/AudioSource.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/media/stagefright/AudioSource.h b/include/media/stagefright/AudioSource.h index 79437bf..f5466e8 100644 --- a/include/media/stagefright/AudioSource.h +++ b/include/media/stagefright/AudioSource.h @@ -95,6 +95,7 @@ private: int32_t startFrame, int32_t rampDurationFrames, uint8_t *data, size_t bytes); + void queueInputBuffer_l(MediaBuffer *buffer, int64_t timeUs); void releaseQueuedFrames_l(); void waitOutstandingEncodingFrames_l(); status_t reset(); |