commit | 20f5734962687681012cc2aa79fb63526a9608b3 | [log] [tgz] |
---|---|---|
author | Shuzhen Wang <shuzhenwang@google.com> | Thu Aug 24 15:39:05 2017 -0700 |
committer | Shuzhen Wang <shuzhenwang@google.com> | Thu Aug 24 15:57:25 2017 -0700 |
tree | f8fc35a23cc09c7e7bb4fa7e1cb00ea97c398242 | |
parent | 6ec6a109df033925554ac2e5f3c9de085864989c [diff] |
Camera: Handle RESULT_ERROR followed by BUFFER_ERROR In case a result error is followed by a buffer_error for a particular request, current logic won't be able to remove the pending request from the inflight queue. Moving the skipResultMetadata flag into InFlightRequest struct fixes the issue. Test: Camera CTS Bug: 64840907 Change-Id: Iac44e431f9e9fc38684f8509328c777f9cf5f956