Home
last modified time | relevance | path

Searched refs:process_batch_capture_result_ (Results 1 – 4 of 4) sorted by relevance

/hardware/google/camera/common/hal/google_camera_hal/
Dbasic_result_processor.cc63 process_batch_capture_result_ = process_batch_capture_result; in SetResultCallback()
118 process_batch_capture_result_(std::move(capture_results)); in ProcessBatchResult()
Dbasic_result_processor.h61 ProcessBatchCaptureResultFunc process_batch_capture_result_; variable
/hardware/google/camera/common/hal/utils/
Dresult_dispatcher.h238 ProcessBatchCaptureResultFunc process_batch_capture_result_; variable
Dresult_dispatcher.cc64 process_batch_capture_result_(process_batch_capture_result), in ResultDispatcher()
572 if (process_batch_capture_result_ != nullptr) { in NotifyCaptureResults()
573 process_batch_capture_result_(std::move(results)); in NotifyCaptureResults()