Searched refs:camera_buffer_allocator_hwl (Results 1 – 11 of 11) sorted by relevance
/hardware/google/camera/common/hal/utils/ |
D | hwl_buffer_allocator.cc | 31 CameraBufferAllocatorHwl* camera_buffer_allocator_hwl) { in Create() argument 41 hwl_buffer_allocator->Initialize(camera_buffer_allocator_hwl); in Create() 54 CameraBufferAllocatorHwl* camera_buffer_allocator_hwl) { in Initialize() argument 56 if (camera_buffer_allocator_hwl == nullptr) { in Initialize() 59 camera_buffer_allocator_hwl_ = camera_buffer_allocator_hwl; in Initialize()
|
D | hwl_buffer_allocator.h | 38 CameraBufferAllocatorHwl* camera_buffer_allocator_hwl); 53 status_t Initialize(CameraBufferAllocatorHwl* camera_buffer_allocator_hwl);
|
/hardware/google/camera/common/hal/google_camera_hal/ |
D | capture_session_utils.cc | 32 CameraBufferAllocatorHwl* camera_buffer_allocator_hwl, 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()
|
D | capture_session_wrapper_process_block.cc | 43 CameraBufferAllocatorHwl* camera_buffer_allocator_hwl, in Create() argument 55 hwl_session_callback, camera_buffer_allocator_hwl, device_session_hwl, in Create() 81 CameraBufferAllocatorHwl* camera_buffer_allocator_hwl, in CaptureSessionWrapperProcessBlock() argument 88 camera_buffer_allocator_hwl_(camera_buffer_allocator_hwl), in CaptureSessionWrapperProcessBlock()
|
D | capture_session_utils.h | 59 CameraBufferAllocatorHwl* camera_buffer_allocator_hwl, 82 CameraBufferAllocatorHwl* camera_buffer_allocator_hwl,
|
D | capture_session_wrapper_process_block.h | 43 CameraBufferAllocatorHwl* camera_buffer_allocator_hwl, 72 CameraBufferAllocatorHwl* camera_buffer_allocator_hwl,
|
D | zsl_snapshot_capture_session.h | 72 CameraBufferAllocatorHwl* camera_buffer_allocator_hwl, 91 CameraBufferAllocatorHwl* camera_buffer_allocator_hwl,
|
D | zsl_snapshot_capture_session.cc | 207 CameraBufferAllocatorHwl* camera_buffer_allocator_hwl, in Create() argument 215 hwl_session_callback, camera_buffer_allocator_hwl, in Create() 571 CameraBufferAllocatorHwl* camera_buffer_allocator_hwl, in ZslSnapshotCaptureSession() argument 576 camera_buffer_allocator_hwl_(camera_buffer_allocator_hwl), in ZslSnapshotCaptureSession()
|
/hardware/google/camera/common/hal/tests/ |
D | mock_provider_hwl.h | 105 camera_buffer_allocator_hwl) override { in CreateBufferAllocatorHwl() argument 106 if (camera_buffer_allocator_hwl == nullptr) { in CreateBufferAllocatorHwl()
|
/hardware/google/camera/devices/EmulatedCamera/hwl/ |
D | EmulatedCameraProviderHWLImpl.h | 74 camera_buffer_allocator_hwl) override;
|
D | EmulatedCameraProviderHWLImpl.cpp | 922 std::unique_ptr<CameraBufferAllocatorHwl>* camera_buffer_allocator_hwl) { in CreateBufferAllocatorHwl() argument 923 if (camera_buffer_allocator_hwl == nullptr) { in CreateBufferAllocatorHwl()
|