summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJames Dong <jdong@google.com>2012-02-21 11:10:35 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-02-21 11:10:35 -0800
commitc33305c5dd4cc06e71eb0c66a7150aa6ab647c99 (patch)
tree2c25b614a0145b4bbc35b835e89542489fbf6cf1 /include
parentb9c769aa8ec26e25a7a61e14a9d521c2adf5b68d (diff)
parentb575ddce78d266fa218006f90306158dda5c8f56 (diff)
downloadframeworks_av-c33305c5dd4cc06e71eb0c66a7150aa6ab647c99.zip
frameworks_av-c33305c5dd4cc06e71eb0c66a7150aa6ab647c99.tar.gz
frameworks_av-c33305c5dd4cc06e71eb0c66a7150aa6ab647c99.tar.bz2
Merge "Limit the amount of audio record data in each buffer"
Diffstat (limited to 'include')
-rw-r--r--include/media/stagefright/AudioSource.h1
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();