Home
last modified time | relevance | path

Searched refs:num_pending_first_frame_buffers_ (Results 1 – 2 of 2) sorted by relevance

/hardware/google/camera/common/hal/hidl_service/
Dhidl_camera_device_session.cc94 num_pending_first_frame_buffers_ > 0 && in ProcessCaptureResult()
96 num_pending_first_frame_buffers_ -= hal_result->output_buffers.size(); in ProcessCaptureResult()
97 if (num_pending_first_frame_buffers_ == 0) { in ProcessCaptureResult()
570 num_pending_first_frame_buffers_ = 0; in configureStreams_3_7()
623 num_pending_first_frame_buffers_ = in processCaptureRequest_3_7()
Dhidl_camera_device_session.h228 size_t num_pending_first_frame_buffers_ = 0; variable