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 38 if (sessionEntry.IsStreamConfigurationSupported(camera_device_session_hwl, in CreateCaptureSession() 43 camera_buffer_allocator_hwl, camera_device_session_hwl, hal_config, in CreateCaptureSession() 51 camera_device_session_hwl, stream_config)) { in CreateCaptureSession() 53 camera_device_session_hwl, stream_config, process_capture_result, in CreateCaptureSession() 60 if (sessionEntry.IsStreamConfigurationSupported(camera_device_session_hwl, in CreateCaptureSession() 63 camera_device_session_hwl, stream_config, process_capture_result, in CreateCaptureSession()
|
D | capture_session_utils.h | 60 CameraDeviceSessionHwl* camera_device_session_hwl, 83 CameraDeviceSessionHwl* camera_device_session_hwl,
|
D | zsl_snapshot_capture_session.cc | 208 CameraDeviceSessionHwl* camera_device_session_hwl, in Create() argument 216 camera_device_session_hwl)); in Create() 222 status_t res = session->Initialize(camera_device_session_hwl, stream_config, in Create() 572 CameraDeviceSessionHwl* camera_device_session_hwl) in ZslSnapshotCaptureSession() argument 577 camera_device_session_hwl_(camera_device_session_hwl) { in ZslSnapshotCaptureSession() 581 CameraDeviceSessionHwl* camera_device_session_hwl, in Initialize() argument 586 if (!IsStreamConfigurationSupported(camera_device_session_hwl, stream_config)) { in Initialize() 593 camera_device_session_hwl->GetCameraCharacteristics(&characteristics); in Initialize() 605 camera_device_session_hwl_ = camera_device_session_hwl; in Initialize()
|
D | capture_session_wrapper_process_block.h | 44 CameraDeviceSessionHwl* camera_device_session_hwl, 73 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 | zsl_snapshot_capture_session.h | 73 CameraDeviceSessionHwl* camera_device_session_hwl, 92 CameraDeviceSessionHwl* camera_device_session_hwl);
|