Home
last modified time | relevance | path

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

/hardware/google/camera/common/hal/hwl_interface/
Dresult_processor.h62 virtual void ProcessBatchResult(std::vector<ProcessBlockResult> block_results) { in ProcessBatchResult() function
/hardware/google/camera/common/hal/google_camera_hal/
Dbasic_result_processor.h46 void ProcessBatchResult(std::vector<ProcessBlockResult> block_results) override;
Dbasic_result_processor.cc98 void BasicResultProcessor::ProcessBatchResult( in ProcessBatchResult() function in android::google_camera_hal::BasicResultProcessor
/hardware/google/camera/common/hal/utils/
Drealtime_process_block.cc234 result_processor_->ProcessBatchResult(std::move(block_results)); in NotifyHwlPipelineBatchResult()