commit | 9f5264958557c45e942eabab8b32db2544d6c498 | [log] [tgz] |
---|---|---|
author | Phil Burk <philburk@google.com> | Wed Sep 03 15:04:12 2014 -0700 |
committer | Phil Burk <philburk@google.com> | Mon Sep 08 12:26:51 2014 -0700 |
tree | c6079f0cdfbdbd4961f5d7e47e5a9618edd7bc5a | |
parent | acdae5d7865b604acaadd3be1c45c84ca4bf3952 [diff] |
[audio][nuplayer] Aggregate buffers to reduce power. Combine audio data from multiple buffers into one. This reduces churn between threads and saves battery power. Only use buffer aggregation when offloading the decoder. Pend buffer if it won't fit in the bigger buffer. Bug: 15094301 Change-Id: Iad3dac90b5d6b0fa43432b0e6776652ee2eafaa1 Signed-off-by: Phil Burk <philburk@google.com>