summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLajos Molnar <lajos@google.com>2014-03-19 03:10:58 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-03-19 03:10:58 +0000
commit9cde517297827156de1c3b2ff54e272a5d4ae7c3 (patch)
treea3a8a64a98b4bc7a01ed5a156e974dbda4c65bf2 /include
parenta1f0c62c189f2d162cca4af736c3d440f1eff53c (diff)
parentb635b0e66b257ab442e230bca96afd5105cf6829 (diff)
downloadframeworks_av-9cde517297827156de1c3b2ff54e272a5d4ae7c3.zip
frameworks_av-9cde517297827156de1c3b2ff54e272a5d4ae7c3.tar.gz
frameworks_av-9cde517297827156de1c3b2ff54e272a5d4ae7c3.tar.bz2
am b635b0e6: mediaplayer: keep more buffers with the BufferQueue
* commit 'b635b0e66b257ab442e230bca96afd5105cf6829': mediaplayer: keep more buffers with the BufferQueue
Diffstat (limited to 'include')
-rw-r--r--include/media/stagefright/ACodec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/media/stagefright/ACodec.h b/include/media/stagefright/ACodec.h
index 7ba5acc..c4f8c36 100644
--- a/include/media/stagefright/ACodec.h
+++ b/include/media/stagefright/ACodec.h
@@ -203,6 +203,7 @@ private:
unsigned mDequeueCounter;
bool mStoreMetaDataInOutputBuffers;
int32_t mMetaDataBuffersToSubmit;
+ size_t mNumUndequeuedBuffers;
int64_t mRepeatFrameDelayUs;
int64_t mMaxPtsGapUs;