diff options
| author | 2016-04-13 17:23:35 +0000 | |
|---|---|---|
| committer | 2016-04-13 17:23:36 +0000 | |
| commit | a6dea121e81e4759718ec7f522f7d9b9926df59a (patch) | |
| tree | b9255f58d9514b8d170afa85e58bc630686e3a15 | |
| parent | 70eff906ad6d944fab92608e2ad11deb3fbb396e (diff) | |
| parent | 1f1f4bf91dd66fba527bf4d8765e484e08ddb971 (diff) | |
Merge "Increase the SoundPoolThread queue size to 128 entries." into nyc-dev
| -rw-r--r-- | media/jni/soundpool/SoundPoolThread.h | 2 |
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(); |