Home
last modified time | relevance | path

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

/hardware/google/camera/common/hal/google_camera_hal/
Dcapture_session_utils.cc34 std::vector<HalStream>* hal_config, in CreateCaptureSession() argument
43 camera_buffer_allocator_hwl, camera_device_session_hwl, hal_config, in CreateCaptureSession()
54 notify, hwl_session_callback, hal_config, camera_buffer_allocator_hwl); in CreateCaptureSession()
64 notify, hwl_session_callback, hal_config, camera_buffer_allocator_hwl); in CreateCaptureSession()
Dcapture_session_wrapper_process_block.cc45 std::vector<HalStream>* hal_config) { in Create() argument
56 hal_config)); in Create()
83 std::vector<HalStream>* hal_config) in CaptureSessionWrapperProcessBlock() argument
90 hal_config_(hal_config) { in CaptureSessionWrapperProcessBlock()
Dcapture_session_wrapper_process_block.h45 std::vector<HalStream>* hal_config);
74 std::vector<HalStream>* hal_config);
Dcapture_session_utils.h84 std::vector<HalStream>* hal_config,
Dcamera_device_session.cc649 std::vector<HalStream>* hal_config) { in ConfigureStreams() argument
696 hal_config, camera_device_session_callback_.process_capture_result, in ConfigureStreams()
720 RegisterStreamsIntoCacheManagerLocked(stream_config, *hal_config); in ConfigureStreams()
733 std::sort(hal_config->begin(), hal_config->end(), in ConfigureStreams()
749 PendingRequestsTracker::Create(*hal_config, grouped_stream_id_map_); in ConfigureStreams()