Home
last modified time | relevance | path

Searched refs:camera_buffer_allocator_hwl (Results 1 – 12 of 12) 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
44 camera_buffer_allocator_hwl, camera_device_session_hwl, hal_config, in CreateCaptureSession()
55 notify, hwl_session_callback, hal_config, camera_buffer_allocator_hwl); in CreateCaptureSession()
66 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.h60 CameraBufferAllocatorHwl* camera_buffer_allocator_hwl,
83 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.h74 CameraBufferAllocatorHwl* camera_buffer_allocator_hwl,
93 CameraBufferAllocatorHwl* camera_buffer_allocator_hwl,
Dzsl_snapshot_capture_session.cc272 CameraBufferAllocatorHwl* camera_buffer_allocator_hwl, in Create() argument
280 hwl_session_callback, camera_buffer_allocator_hwl, in Create()
704 CameraBufferAllocatorHwl* camera_buffer_allocator_hwl, in ZslSnapshotCaptureSession() argument
709 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/common/hal/hwl_interface/
Dcamera_provider_hwl.h73 std::unique_ptr<CameraBufferAllocatorHwl>* camera_buffer_allocator_hwl) = 0;
/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedCameraProviderHWLImpl.h74 camera_buffer_allocator_hwl) override;
DEmulatedCameraProviderHWLImpl.cpp948 std::unique_ptr<CameraBufferAllocatorHwl>* camera_buffer_allocator_hwl) { in CreateBufferAllocatorHwl() argument
949 if (camera_buffer_allocator_hwl == nullptr) { in CreateBufferAllocatorHwl()