commit | 61deb78a8a608955e120469ea7a5d39e652b2ae8 | [log] [tgz] |
---|---|---|
author | Zhijun He <zhijunhe@google.com> | Fri Aug 22 11:28:18 2014 -0700 |
committer | Zhijun He <zhijunhe@google.com> | Fri Aug 22 11:28:18 2014 -0700 |
tree | 67000dee41e1feb40db3b70e606ab3fdc79bbd5c | |
parent | fa1fc7086313f2f1868cae4c1a5698e592a437cb [diff] |
Camera API1: remove unnecessary buffer count check This check doesn't work with ZSL use case. Since the ZSL is both an input and output stream, When an input buffer is acquired, checking the handout buffer count for that stream could trigger false alarm when all the output buffers are sent to hal, instead, we should wait for an output buffer to return. Bug: 17188380 Change-Id: I7eb166eb49d2f063189d993195ef389d2cf4f2b4