Home
last modified time | relevance | path

Searched refs:internal_buffer_allocator_ (Results 1 – 2 of 2) sorted by relevance

/hardware/google/camera/common/hal/utils/
Dzsl_buffer_manager.h153 std::unique_ptr<IHalBufferAllocator> internal_buffer_allocator_; variable
Dzsl_buffer_manager.cc60 internal_buffer_allocator_ = GrallocBufferAllocator::Create(); in AllocateBuffers()
61 if (internal_buffer_allocator_ == nullptr) { in AllocateBuffers()
66 buffer_allocator_ = internal_buffer_allocator_.get(); in AllocateBuffers()