commit | efa12510317fa8ebbc2f00f1bff45d2805a83e59 | [log] [tgz] |
---|---|---|
author | Marco Nelissen <marcone@google.com> | Mon Sep 17 12:18:03 2018 -0700 |
committer | Marco Nelissen <marcone@google.com> | Mon Sep 17 15:15:42 2018 -0700 |
tree | e37f2c94a6661a632e06a49ab21e4a3faaf7d96a | |
parent | fd1da15b1b1f05a6b431fd4e33dbb3361e2fc773 [diff] |
Fix bug in MediaBufferGroup new buffer allocation MediaBufferGroup could allocate buffers of size 0, but this was masked because we pre-allocated many more buffers. Now that we allocate fewer buffers upfront, it's more likely to hit this case. Bug: 29125703 Test: CTS Change-Id: Iba666f161be6d7c8bf09e1b48b1fd80750685a57