Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/surface_lite/frameworks/
H A Dbuffer_manager.cpp122 SurfaceBufferImpl* BufferManager::AllocBuffer(AllocInfo info) in AllocBuffer() function in OHOS::BufferManager
152 SurfaceBufferImpl* BufferManager::AllocBuffer(uint32_t size, uint32_t usage) in AllocBuffer() function in OHOS::BufferManager
172 SurfaceBufferImpl* BufferManager::AllocBuffer(uint32_t width, uint32_t height, uint32_t format, uin… in AllocBuffer() function in OHOS::BufferManager
/ohos5.0/drivers/peripheral/camera/vdi_base/common/buffer_manager/src/
H A Dbuffer_allocator.cpp24 std::shared_ptr<IBuffer> BufferAllocator::AllocBuffer(const uint32_t, const uint32_t, const uint64_… in AllocBuffer() function in OHOS::Camera::BufferAllocator
H A Dbuffer_allocator_utils.cpp60 std::shared_ptr<IBuffer> BufferAllocatorUtils::AllocBuffer(const int32_t source, in AllocBuffer() function in OHOS::Camera::BufferAllocatorUtils
/ohos5.0/drivers/peripheral/camera/vdi_base/common/buffer_manager/src/heap_buffer_allocator/
H A Dheap_buffer_allocator.cpp32 std::shared_ptr<IBuffer> HeapBufferAllocator::AllocBuffer(const uint32_t width, in AllocBuffer() function in OHOS::Camera::HeapBufferAllocator
/ohos5.0/drivers/peripheral/camera/vdi_base/common/buffer_manager/src/gralloc_buffer_allocator/
H A Dgralloc_buffer_allocator.cpp44 std::shared_ptr<IBuffer> GrallocBufferAllocator::AllocBuffer(const uint32_t width, in AllocBuffer() function in OHOS::Camera::GrallocBufferAllocator
/ohos5.0/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
/ohos5.0/foundation/multimedia/media_foundation/services/media_monitor/server/src/
H A Daudio_buffer_cache.cpp133 int32_t AudioBufferCache::AllocBuffer(std::shared_ptr<AudioBuffer> &buffer, int32_t size) in AllocBuffer() function in OHOS::Media::MediaMonitor::AudioBufferCache
/ohos5.0/foundation/arkui/ui_lite/frameworks/engines/gfx/
H A Dsoft_engine.cpp141 uint8_t* SoftEngine::AllocBuffer(uint32_t size, uint32_t usage) in AllocBuffer() function in OHOS::SoftEngine
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libsvgplugin/src/
H A Dsvg_decoder.cpp401 bool SvgDecoder::AllocBuffer(DecodeContext &context) in AllocBuffer() function in OHOS::ImagePlugin::SvgDecoder
/ohos5.0/foundation/multimedia/media_foundation/src/buffer/avbuffer_queue/
H A Davbuffer_queue.cpp171 Status AVBufferQueueImpl::AllocBuffer(std::shared_ptr<AVBuffer>& buffer, const AVBufferConfig& conf… in AllocBuffer() function in OHOS::Media::AVBufferQueueImpl
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
H A Dpost_proc.cpp433 uint32_t PostProc::AllocBuffer(ImageInfo imageInfo, uint8_t **resultData, uint64_t &bufferSize, int… in AllocBuffer() function in OHOS::Media::PostProc
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/webgl/
H A Dwebgl_arg.h556 uint8_t* AllocBuffer(uint32_t size) in AllocBuffer() function
/ohos5.0/foundation/graphic/graphic_surface/surface/src/
H A Dbuffer_queue.cpp1019 GSError BufferQueue::AllocBuffer(sptr<SurfaceBuffer> &buffer, in AllocBuffer() function in OHOS::BufferQueue