Merge "Camera: clarify unknown error logic in buffer request"
This commit is contained in:
commit
d8771edc84
1 changed files with 3 additions and 1 deletions
|
@ -2204,7 +2204,9 @@ typedef enum camera3_buffer_request_status {
|
|||
|
||||
/**
|
||||
* request_stream_buffers() call failed for all streams and no buffers are
|
||||
* returned at all due to unknown reason.
|
||||
* returned at all. This can happen for unknown reasons or a combination
|
||||
* of different failure reasons per stream. For the latter case, caller can
|
||||
* check per stream failure reason returned in camera3_stream_buffer_ret.
|
||||
*/
|
||||
CAMERA3_BUF_REQ_FAILED_UNKNOWN = 4,
|
||||
|
||||
|
|
Loading…
Reference in a new issue