Searched refs:hwl_result (Results 1 – 9 of 9) sorted by relevance
194 std::unique_ptr<HwlPipelineResult> hwl_result) { in NotifyHwlPipelineResult() argument202 auto capture_result = hal_utils::ConvertToCaptureResult(std::move(hwl_result)); in NotifyHwlPipelineResult()223 for (auto& hwl_result : hwl_results) { in NotifyHwlPipelineBatchResult() local225 hal_utils::ConvertToCaptureResult(std::move(hwl_result)); in NotifyHwlPipelineBatchResult()
426 std::unique_ptr<HwlPipelineResult> hwl_result) { in NotifyHwlPipelineResult() argument434 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()
94 std::unique_ptr<HwlPipelineResult> hwl_result) { in ConvertToCaptureResult() argument95 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()
187 std::unique_ptr<HwlPipelineResult> hwl_result) { in NotifyHwlPipelineResult() argument195 auto capture_result = hal_utils::ConvertToCaptureResult(std::move(hwl_result)); in NotifyHwlPipelineResult()
68 void NotifyHwlPipelineResult(std::unique_ptr<HwlPipelineResult> hwl_result);
70 void NotifyHwlPipelineResult(std::unique_ptr<HwlPipelineResult> hwl_result);
85 void NotifyHwlPipelineResult(std::unique_ptr<HwlPipelineResult> hwl_result);
45 std::unique_ptr<HwlPipelineResult> hwl_result);
84 void NotifyHwlPipelineResult(std::unique_ptr<HwlPipelineResult> hwl_result);