Home
last modified time | relevance | path

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

/hardware/google/camera/common/hal/utils/
Drealtime_process_block.cc194 std::unique_ptr<HwlPipelineResult> hwl_result) { in NotifyHwlPipelineResult() argument
202 auto capture_result = hal_utils::ConvertToCaptureResult(std::move(hwl_result)); in NotifyHwlPipelineResult()
223 for (auto& hwl_result : hwl_results) { in NotifyHwlPipelineBatchResult() local
225 hal_utils::ConvertToCaptureResult(std::move(hwl_result)); in NotifyHwlPipelineBatchResult()
Dmulticam_realtime_process_block.cc426 std::unique_ptr<HwlPipelineResult> hwl_result) { in NotifyHwlPipelineResult() argument
434 uint32_t frame_number = hwl_result->frame_number; in NotifyHwlPipelineResult()
435 uint32_t pipeline_id = hwl_result->pipeline_id; in NotifyHwlPipelineResult()
436 if (hwl_result->result_metadata == nullptr && in NotifyHwlPipelineResult()
437 hwl_result->input_buffers.empty() && hwl_result->output_buffers.empty()) { in NotifyHwlPipelineResult()
442 auto capture_result = hal_utils::ConvertToCaptureResult(std::move(hwl_result)); in NotifyHwlPipelineResult()
Dhal_utils.cc94 std::unique_ptr<HwlPipelineResult> hwl_result) { in ConvertToCaptureResult() argument
95 if (hwl_result == nullptr) { in ConvertToCaptureResult()
106 capture_result->frame_number = hwl_result->frame_number; in ConvertToCaptureResult()
107 capture_result->result_metadata = std::move(hwl_result->result_metadata); in ConvertToCaptureResult()
108 capture_result->output_buffers = std::move(hwl_result->output_buffers); in ConvertToCaptureResult()
109 capture_result->input_buffers = std::move(hwl_result->input_buffers); in ConvertToCaptureResult()
110 capture_result->partial_result = hwl_result->partial_result; in ConvertToCaptureResult()
113 hwl_result->physical_camera_results.size()); in ConvertToCaptureResult()
114 for (const auto& [camera_id, metadata] : hwl_result->physical_camera_results) { in ConvertToCaptureResult()
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);
Drealtime_process_block.h70 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);
/hardware/google/camera/common/hal/google_camera_hal/
Dcapture_session_wrapper_process_block.h84 void NotifyHwlPipelineResult(std::unique_ptr<HwlPipelineResult> hwl_result);