| commit | b39f02d196a0182c416d8020179b92e44993fd60 | [log] [tgz] |
|---|---|---|
| author | Mansoor Aftab <maftab@codeaurora.org> | Fri Aug 30 10:53:29 2013 -0700 |
| committer | The Android Automerger <android-build@google.com> | Fri Aug 30 15:06:04 2013 -0700 |
| tree | c2d50a5f278123d07c4956b6f6f77a125041031c | |
| parent | 8761a3d136c3861385765e84cf347337be4147db [diff] |
Camera3: Only queue snapshot YUV buffers before snapshot request Since we are starting all configured streams before the very first request, we want to make sure we are only queuing the YUV buffers when we receive the snapshot request. This logic only applies to non-reprocessing capture. For reprocessing capture, since we already have input buffer, we don't need to queue any buffer into hardware. Bug: 10544282 Change-Id: Ia3434160f4944649fd327b839f9130edb32b54d1