Home
last modified time | relevance | path

Searched refs:hwl_requests (Results 1 – 5 of 5) sorted by relevance

/hardware/google/camera/common/hal/google_camera_hal/
Drealtime_process_block.cc163 std::vector<HwlPipelineRequest> hwl_requests(1); in ProcessRequests() local
165 &hwl_requests[0], pipeline_id_, process_block_requests[0].request); in ProcessRequests()
173 process_block_requests[0].request.frame_number, hwl_requests); in ProcessRequests()
Dhdrplus_process_block.cc163 std::vector<HwlPipelineRequest> hwl_requests(1); in ProcessRequests() local
165 &hwl_requests[0], pipeline_id_, process_block_requests[0].request); in ProcessRequests()
173 process_block_requests[0].request.frame_number, hwl_requests); in ProcessRequests()
Dhal_utils.h39 std::vector<HwlPipelineRequest>* hwl_requests,
Dmulticam_realtime_process_block.cc399 std::vector<HwlPipelineRequest> hwl_requests; in ProcessRequests() local
400 res = hal_utils::CreateHwlPipelineRequests(&hwl_requests, pipeline_ids, in ProcessRequests()
409 process_block_requests[0].request.frame_number, hwl_requests); in ProcessRequests()
Dhal_utils.cc55 std::vector<HwlPipelineRequest>* hwl_requests, in CreateHwlPipelineRequests() argument
58 if (hwl_requests == nullptr) { in CreateHwlPipelineRequests()
80 hwl_requests->push_back(std::move(hwl_request)); in CreateHwlPipelineRequests()