commit | e45fa8ac28275910e0a7a8dabcef8cd7ffbfd04a | [log] [tgz] |
---|---|---|
author | Shuzhen Wang <shuzhenw@codeaurora.org> | Thu Oct 10 12:14:42 2013 -0700 |
committer | Vineeta Srivastava <vsrivastava@google.com> | Thu Oct 10 13:47:17 2013 -0700 |
tree | bcc17ca6b7d56ed043446a61619168729292e0ee | |
parent | 50906e4f6b6c8058ae8d2c59eccf142918621904 [diff] |
Camera3: Change max inflight requests to 5 Maximum inflight request has direct impact on latency such as shutter lag. Even if the real camera pipeline delay is 5, whenever HAL misses a request on SOF boundary, more requests are accumulated in HAL. And eventually maximum number of requests will be in flight. Profiling shows saving of 100ms when changed from 7 to 5. Bug: 10712902 Change-Id: Ib00d58a6045f8f545f127ec97f2800f8e3c9dfe6