Home
last modified time | relevance | path

Searched refs:camera_buffer_allocator_hwl (Results 1 – 11 of 11) sorted by relevance

/hardware/google/camera/common/hal/utils/
Dhwl_buffer_allocator.cc31 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()
Dhwl_buffer_allocator.h38 CameraBufferAllocatorHwl* camera_buffer_allocator_hwl);
53 status_t Initialize(CameraBufferAllocatorHwl* camera_buffer_allocator_hwl);
/hardware/google/camera/common/hal/google_camera_hal/
Dcapture_session_utils.cc32 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()
Dcapture_session_wrapper_process_block.cc43 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()
Dcapture_session_utils.h59 CameraBufferAllocatorHwl* camera_buffer_allocator_hwl,
82 CameraBufferAllocatorHwl* camera_buffer_allocator_hwl,
Dcapture_session_wrapper_process_block.h43 CameraBufferAllocatorHwl* camera_buffer_allocator_hwl,
72 CameraBufferAllocatorHwl* camera_buffer_allocator_hwl,
Dzsl_snapshot_capture_session.h72 CameraBufferAllocatorHwl* camera_buffer_allocator_hwl,
91 CameraBufferAllocatorHwl* camera_buffer_allocator_hwl,
Dzsl_snapshot_capture_session.cc207 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/
Dmock_provider_hwl.h105 camera_buffer_allocator_hwl) override { in CreateBufferAllocatorHwl() argument
106 if (camera_buffer_allocator_hwl == nullptr) { in CreateBufferAllocatorHwl()
/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedCameraProviderHWLImpl.h74 camera_buffer_allocator_hwl) override;
DEmulatedCameraProviderHWLImpl.cpp922 std::unique_ptr<CameraBufferAllocatorHwl>* camera_buffer_allocator_hwl) { in CreateBufferAllocatorHwl() argument
923 if (camera_buffer_allocator_hwl == nullptr) { in CreateBufferAllocatorHwl()