/drivers/peripheral/camera/vdi_base/common/buffer_manager/src/ |
H A D | buffer_allocator_utils.cpp | 60 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 D | buffer_allocator.cpp | 24 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 D | buffer_pool.cpp | 85 bufferAllocator_->AllocBuffer(bufferWidth_, bufferHeight_, bufferUsage_, bufferFormat_); in PrepareBuffer()
|
/drivers/peripheral/camera/vdi_base/common/buffer_manager/include/ |
H A D | buffer_allocator.h | 33 AllocBuffer(const uint32_t, const uint32_t, const uint64_t, const uint32_t) override;
|
/drivers/peripheral/camera/vdi_base/common/include/ |
H A D | ibuffer_allocator.h | 33 virtual std::shared_ptr<IBuffer> AllocBuffer(const uint32_t width,
|
H A D | buffer_allocator_utils.h | 30 static std::shared_ptr<IBuffer> AllocBuffer(const int32_t source,
|
/drivers/peripheral/camera/vdi_base/common/buffer_manager/src/heap_buffer_allocator/ |
H A D | heap_buffer_allocator.h | 31 std::shared_ptr<IBuffer> AllocBuffer(const uint32_t width,
|
H A D | heap_buffer_allocator.cpp | 32 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 D | gralloc_buffer_allocator.h | 31 std::shared_ptr<IBuffer> AllocBuffer(const uint32_t width,
|
H A D | gralloc_buffer_allocator.cpp | 44 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 D | jpeg_decoder.h | 43 int32_t AllocBuffer(uint32_t width, uint32_t height);
|
/drivers/peripheral/codec/test/demo/jpeg/src/ |
H A D | jpeg_decoder.cpp | 167 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()
|