Home
last modified time | relevance | path

Searched refs:AllocBuffer (Results 1 - 12 of 12) sorted by relevance

/drivers/peripheral/camera/vdi_base/common/buffer_manager/src/
H A Dbuffer_allocator_utils.cpp60 std::shared_ptr<IBuffer> BufferAllocatorUtils::AllocBuffer(const int32_t source, in AllocBuffer() function in OHOS::Camera::BufferAllocatorUtils
69 return allocator->AllocBuffer(width, height, usage, format); in AllocBuffer()
H A Dbuffer_allocator.cpp24 std::shared_ptr<IBuffer> BufferAllocator::AllocBuffer(const uint32_t, const uint32_t, const uint64_t, const uint32_t) in AllocBuffer() function in OHOS::Camera::BufferAllocator
H A Dbuffer_pool.cpp85 bufferAllocator_->AllocBuffer(bufferWidth_, bufferHeight_, bufferUsage_, bufferFormat_); in PrepareBuffer()
/drivers/peripheral/camera/vdi_base/common/buffer_manager/include/
H A Dbuffer_allocator.h33 AllocBuffer(const uint32_t, const uint32_t, const uint64_t, const uint32_t) override;
/drivers/peripheral/camera/vdi_base/common/include/
H A Dibuffer_allocator.h33 virtual std::shared_ptr<IBuffer> AllocBuffer(const uint32_t width,
H A Dbuffer_allocator_utils.h30 static std::shared_ptr<IBuffer> AllocBuffer(const int32_t source,
/drivers/peripheral/camera/vdi_base/common/buffer_manager/src/heap_buffer_allocator/
H A Dheap_buffer_allocator.h31 std::shared_ptr<IBuffer> AllocBuffer(const uint32_t width,
H A 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/
H A Dgralloc_buffer_allocator.h31 std::shared_ptr<IBuffer> AllocBuffer(const uint32_t width,
H A 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/include/
H A Djpeg_decoder.h43 int32_t AllocBuffer(uint32_t width, uint32_t height);
/drivers/peripheral/codec/test/demo/jpeg/src/
H A Djpeg_decoder.cpp167 int32_t JpegDecoder::AllocBuffer(uint32_t width, uint32_t height) in AllocBuffer() function in JpegDecoder
200 ret = decoder->AllocBuffer(opt.width, opt.height); in Decode()

Completed in 4 milliseconds