Searched refs:camera_device_session_hwl (Results 1 – 6 of 6) sorted by relevance
/hardware/google/camera/common/hal/google_camera_hal/ |
D | capture_session_utils.cc | 33 CameraDeviceSessionHwl* camera_device_session_hwl, in CreateCaptureSession() argument 39 if (sessionEntry.IsStreamConfigurationSupported(camera_device_session_hwl, in CreateCaptureSession() 44 camera_buffer_allocator_hwl, camera_device_session_hwl, hal_config, in CreateCaptureSession() 52 camera_device_session_hwl, stream_config)) { in CreateCaptureSession() 54 camera_device_session_hwl, stream_config, process_capture_result, in CreateCaptureSession() 61 if (sessionEntry.IsStreamConfigurationSupported(camera_device_session_hwl, in CreateCaptureSession() 64 camera_device_session_hwl, stream_config, process_capture_result, in CreateCaptureSession()
|
D | capture_session_utils.h | 61 CameraDeviceSessionHwl* camera_device_session_hwl, 84 CameraDeviceSessionHwl* camera_device_session_hwl,
|
D | capture_session_wrapper_process_block.cc | 82 CameraDeviceSessionHwl* camera_device_session_hwl, in CaptureSessionWrapperProcessBlock() argument 84 : kCameraId(camera_device_session_hwl->GetCameraId()), in CaptureSessionWrapperProcessBlock() 89 camera_device_session_hwl_(camera_device_session_hwl), in CaptureSessionWrapperProcessBlock()
|
D | capture_session_wrapper_process_block.h | 44 CameraDeviceSessionHwl* camera_device_session_hwl, 73 CameraDeviceSessionHwl* camera_device_session_hwl,
|
D | zsl_snapshot_capture_session.cc | 273 CameraDeviceSessionHwl* camera_device_session_hwl, in Create() argument 281 camera_device_session_hwl)); in Create() 287 status_t res = session->Initialize(camera_device_session_hwl, stream_config, in Create() 705 CameraDeviceSessionHwl* camera_device_session_hwl) in ZslSnapshotCaptureSession() argument 710 camera_device_session_hwl_(camera_device_session_hwl) { in ZslSnapshotCaptureSession() 714 CameraDeviceSessionHwl* camera_device_session_hwl, in Initialize() argument 719 if (!IsStreamConfigurationSupported(camera_device_session_hwl, stream_config)) { in Initialize() 726 camera_device_session_hwl->GetCameraCharacteristics(&characteristics); in Initialize() 748 camera_device_session_hwl_ = camera_device_session_hwl; in Initialize()
|
D | zsl_snapshot_capture_session.h | 75 CameraDeviceSessionHwl* camera_device_session_hwl, 94 CameraDeviceSessionHwl* camera_device_session_hwl);
|