summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Philip Cuadra <philipcuadra@google.com> 2016-04-13 17:23:35 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2016-04-13 17:23:36 +0000
commita6dea121e81e4759718ec7f522f7d9b9926df59a (patch)
treeb9255f58d9514b8d170afa85e58bc630686e3a15
parent70eff906ad6d944fab92608e2ad11deb3fbb396e (diff)
parent1f1f4bf91dd66fba527bf4d8765e484e08ddb971 (diff)
Merge "Increase the SoundPoolThread queue size to 128 entries." into nyc-dev
-rw-r--r--media/jni/soundpool/SoundPoolThread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/media/jni/soundpool/SoundPoolThread.h b/media/jni/soundpool/SoundPoolThread.h
index d3883886379c..9096aeb3e30e 100644
--- a/media/jni/soundpool/SoundPoolThread.h
+++ b/media/jni/soundpool/SoundPoolThread.h
@@ -47,7 +47,7 @@ public:
void write(SoundPoolMsg msg);
private:
- static const size_t maxMessages = 5;
+ static const size_t maxMessages = 128;
static int beginThread(void* arg);
int run();