Home
last modified time | relevance | path

Searched refs:hwl_result (Results 1 – 8 of 8) sorted by relevance

/hardware/google/camera/common/hal/google_camera_hal/
Dmulticam_realtime_process_block.cc434 std::unique_ptr<HwlPipelineResult> hwl_result) { in NotifyHwlPipelineResult() argument
442 uint32_t frame_number = hwl_result->frame_number; in NotifyHwlPipelineResult()
443 uint32_t pipeline_id = hwl_result->pipeline_id; in NotifyHwlPipelineResult()
444 if (hwl_result->result_metadata == nullptr && in NotifyHwlPipelineResult()
445 hwl_result->input_buffers.empty() && hwl_result->output_buffers.empty()) { in NotifyHwlPipelineResult()
451 hal_utils::ConvertToCaptureResult(std::move(hwl_result)); in NotifyHwlPipelineResult()
Dhal_utils.cc87 std::unique_ptr<HwlPipelineResult> hwl_result) { in ConvertToCaptureResult() argument
88 if (hwl_result == nullptr) { in ConvertToCaptureResult()
99 capture_result->frame_number = hwl_result->frame_number; in ConvertToCaptureResult()
100 capture_result->result_metadata = std::move(hwl_result->result_metadata); in ConvertToCaptureResult()
101 capture_result->output_buffers = std::move(hwl_result->output_buffers); in ConvertToCaptureResult()
102 capture_result->input_buffers = std::move(hwl_result->input_buffers); in ConvertToCaptureResult()
103 capture_result->partial_result = hwl_result->partial_result; in ConvertToCaptureResult()
106 hwl_result->physical_camera_results.size()); in ConvertToCaptureResult()
107 for (const auto& [camera_id, metadata] : hwl_result->physical_camera_results) { in ConvertToCaptureResult()
Drealtime_process_block.cc187 std::unique_ptr<HwlPipelineResult> hwl_result) { in NotifyHwlPipelineResult() argument
195 auto capture_result = hal_utils::ConvertToCaptureResult(std::move(hwl_result)); in NotifyHwlPipelineResult()
Drealtime_process_block.h69 void NotifyHwlPipelineResult(std::unique_ptr<HwlPipelineResult> hwl_result);
Dhdrplus_process_block.cc187 std::unique_ptr<HwlPipelineResult> hwl_result) { in NotifyHwlPipelineResult() argument
195 auto capture_result = hal_utils::ConvertToCaptureResult(std::move(hwl_result)); in NotifyHwlPipelineResult()
Dhdrplus_process_block.h68 void NotifyHwlPipelineResult(std::unique_ptr<HwlPipelineResult> hwl_result);
Dmulticam_realtime_process_block.h85 void NotifyHwlPipelineResult(std::unique_ptr<HwlPipelineResult> hwl_result);
Dhal_utils.h45 std::unique_ptr<HwlPipelineResult> hwl_result);