Home
last modified time | relevance | path

Searched refs:process_pipeline_result (Results 1 – 7 of 7) sorted by relevance

/hardware/google/camera/devices/EmulatedCamera/hwl/
DGrallocSensorBuffer.cpp40 if (callback.process_pipeline_result != nullptr) { in ~GrallocSensorBuffer()
53 callback.process_pipeline_result(std::move(result)); in ~GrallocSensorBuffer()
DEmulatedSensor.cpp782 .process_pipeline_result = nullptr, in threadLoop()
1237 if ((callback.process_pipeline_result != nullptr) && in ReturnResults()
1375 callback.process_pipeline_result(std::move(partial_result)); in ReturnResults()
1377 callback.process_pipeline_result(std::move(result)); in ReturnResults()
/hardware/google/camera/common/hal/hwl_interface/
Dhwl_types.h97 HwlProcessPipelineResultFunc process_pipeline_result; member
/hardware/google/camera/common/hal/utils/
Dhdrplus_process_block.cc62 hwl_pipeline_callback_.process_pipeline_result = HwlProcessPipelineResultFunc( in HdrplusProcessBlock()
Drealtime_process_block.cc63 hwl_pipeline_callback_.process_pipeline_result = HwlProcessPipelineResultFunc( in RealtimeProcessBlock()
Dmulticam_realtime_process_block.cc74 hwl_pipeline_callback_.process_pipeline_result = HwlProcessPipelineResultFunc( in MultiCameraRtProcessBlock()
/hardware/google/camera/common/hal/tests/
Dmock_device_session_hwl.cc199 callback->second.process_pipeline_result(std::move(result)); in SubmitRequests()