Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/camera/vdi_base/common/buffer_manager/src/
H A Dbuffer_allocator_factory.cpp30 return CreateBufferAllocator(type); in GetBufferAllocator()
34 return CreateBufferAllocator(type); in GetBufferAllocator()
40 std::shared_ptr<IBufferAllocator> BufferAllocatorFactory::CreateBufferAllocator(const int32_t type) in CreateBufferAllocator() function in OHOS::Camera::BufferAllocatorFactory
/ohos5.0/drivers/peripheral/camera/vdi_base/common/buffer_manager/include/
H A Dbuffer_allocator_factory.h47 std::shared_ptr<IBufferAllocator> CreateBufferAllocator(const int32_t type);