Home
last modified time | relevance | path

Searched defs:AllocBuffer (Results 1 – 5 of 5) sorted by relevance

/drivers/peripheral/camera/vdi_base/common/buffer_manager/src/
Dbuffer_allocator.cpp24 std::shared_ptr<IBuffer> BufferAllocator::AllocBuffer(const uint32_t, const uint32_t, const uint64_… in AllocBuffer() function in OHOS::Camera::BufferAllocator
Dbuffer_allocator_utils.cpp60 std::shared_ptr<IBuffer> BufferAllocatorUtils::AllocBuffer(const int32_t source, in AllocBuffer() function in OHOS::Camera::BufferAllocatorUtils
/drivers/peripheral/camera/vdi_base/common/buffer_manager/src/heap_buffer_allocator/
Dheap_buffer_allocator.cpp32 std::shared_ptr<IBuffer> HeapBufferAllocator::AllocBuffer(const uint32_t width, in AllocBuffer() function in OHOS::Camera::HeapBufferAllocator
/drivers/peripheral/camera/vdi_base/common/buffer_manager/src/gralloc_buffer_allocator/
Dgralloc_buffer_allocator.cpp44 std::shared_ptr<IBuffer> GrallocBufferAllocator::AllocBuffer(const uint32_t width, in AllocBuffer() function in OHOS::Camera::GrallocBufferAllocator
/drivers/peripheral/codec/test/demo/jpeg/src/
Djpeg_decoder.cpp173 int32_t JpegDecoder::AllocBuffer(uint32_t width, uint32_t height) in AllocBuffer() function in JpegDecoder