Home
last modified time | relevance | path

Searched defs:allocator (Results 1 – 25 of 58) sorted by relevance

123

/foundation/multimedia/av_session/services/session/server/remote/
Dremote_session_syncer_impl.cpp109 DefaultAllocator allocator; in GetAVMetaData() local
143 DefaultAllocator allocator; in GetAVPlaybackState() local
177 DefaultAllocator allocator; in GetControlCommand() local
214 DefaultAllocator allocator; in GetCommonCommand() local
258 DefaultAllocator allocator; in GetSessionEvent() local
306 DefaultAllocator allocator; in GetAVQueueItems() local
354 DefaultAllocator allocator; in GetAVQueueTitle() local
389 DefaultAllocator allocator; in GetExtras() local
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/
Dallocator.h27 struct allocator { struct
28 using size_type = size_t;
/foundation/multimedia/media_foundation/tests/unittest/avbuffer/inner/
Davbuffer_inner_mock_factory.cpp25 auto allocator = AVAllocatorFactory::CreateSharedAllocator(MemoryFlag::MEMORY_READ_WRITE); in CreateAVBuffer() local
/foundation/multimedia/media_foundation/src/buffer/avbuffer/
Davbuffer.cpp39 std::shared_ptr<AVAllocator> allocator = nullptr; in CreateAVBuffer() local
111 std::shared_ptr<AVBuffer> AVBuffer::CreateAVBuffer(std::shared_ptr<AVAllocator> allocator, int32_t … in CreateAVBuffer()
173 Status AVBuffer::Init(std::shared_ptr<AVAllocator> allocator, int32_t capacity, int32_t align) in Init()
Dav_virtual_memory.cpp32 auto allocator = std::shared_ptr<AVVirtualAllocator>(new AVVirtualAllocator()); in CreateVirtualAllocator() local
/foundation/multimedia/av_codec/test/unittest/common/common_mock/avbuffer/inner/
Davbuffer_inner_mock_factory.cpp26 auto allocator = AVAllocatorFactory::CreateSharedAllocator(MemoryFlag::MEMORY_READ_WRITE); in CreateAVBuffer() local
/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
Drender_barrier_list.cpp34 void* AllocateBarrierListMemory(RenderBarrierList::LinearAllocatorStruct& allocator, const size_t b… in AllocateBarrierListMemory()
54 CommandBarrier* AllocateCommandBarriers(RenderBarrierList::LinearAllocatorStruct& allocator, const … in AllocateCommandBarriers()
/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/
Dvideoenc_func_unit_test.cpp984 auto allocator = AVAllocatorFactory::CreateSurfaceAllocator(bufferConfig); variable
1014 auto allocator = AVAllocatorFactory::CreateSurfaceAllocator(DEFAULT_CONFIG); variable
1042 auto allocator = AVAllocatorFactory::CreateSurfaceAllocator(DEFAULT_CONFIG); variable
1069 auto allocator = AVAllocatorFactory::CreateSurfaceAllocator(DEFAULT_CONFIG); variable
1105 auto allocator = AVAllocatorFactory::CreateSurfaceAllocator(bufferConfig); variable
1219 auto allocator = AVAllocatorFactory::CreateSurfaceAllocator(bufferConfig); variable
1258 auto allocator = AVAllocatorFactory::CreateSurfaceAllocator(bufferConfig); variable
Dbuffer_converter_unit_test.cpp76 auto allocator = AVAllocatorFactory::CreateSurfaceAllocator(config); in CreateSurfaceAVBuffer() local
83 auto allocator = AVAllocatorFactory::CreateSharedAllocator(MemoryFlag::MEMORY_READ_WRITE); in CreateSharedAVBuffer() local
/foundation/communication/ipc/ipc/native/src/c_api/source/
Dipc_internal_utils.cpp41 bool IsMemoryParamsValid(char **str, int32_t *len, OH_IPC_MemAllocator allocator, const char *promo… in IsMemoryParamsValid()
/foundation/multimedia/media_foundation/src/plugin/
Dplugin_buffer.cpp28 Memory::Memory(size_t capacity, std::shared_ptr<Allocator> allocator, size_t align, MemoryType type… in Memory()
132 …_ptr<Buffer> Buffer::CreateDefaultBuffer(size_t capacity, std::shared_ptr<Allocator> allocator, si… in CreateDefaultBuffer()
156 std::shared_ptr<Memory> Buffer::AllocMemory(std::shared_ptr<Allocator> allocator, size_t capacity, … in AllocMemory()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
Dscrollable_item_pool.h44 ScrollableItemPool* allocator = nullptr; member
/foundation/multimedia/media_foundation/interface/inner_api/plugin/
Dplugin_memory.h142 std::shared_ptr<Allocator> allocator; variable
/foundation/arkui/ui_lite/frameworks/draw/
Ddraw_canvas.cpp65 FillBase allocator; in DoRender() local
116 FillBase allocator; in DoDrawShadow() local
205 FillBase& allocator, in RenderGradient()
277 FillBase& allocator, in RenderPattern()
/foundation/multimedia/image_framework/mock/native/src/
Dparcel.cpp25 Parcel::Parcel(Allocator *allocator) in Parcel()
/foundation/multimedia/media_foundation/engine/include/plugin/common/
Dplugin_memory.h152 std::shared_ptr<Allocator> allocator; variable
/foundation/ability/ability_runtime/test/unittest/app_recovery_test/
Dability_recovery_test.cpp549 AppRecoveryParcelAllocator allocator; variable
/foundation/multimedia/media_foundation/engine/plugin/common/
Dplugin_buffer.cpp29 Memory::Memory(size_t capacity, std::shared_ptr<Allocator> allocator, size_t align, MemoryType type… in Memory()
200std::shared_ptr<Allocator> allocator, size_t align) in CreateDefaultBuffer()
238 std::shared_ptr<Memory> Buffer::AllocMemory(std::shared_ptr<Allocator> allocator, size_t capacity, … in AllocMemory()
Dshare_memory.cpp24 ShareMemory::ShareMemory(size_t capacity, std::shared_ptr<Allocator> allocator, size_t align) in ShareMemory()
Dsurface_memory.cpp25 SurfaceMemory::SurfaceMemory(size_t capacity, std::shared_ptr<Allocator> allocator, size_t align) in SurfaceMemory()
/foundation/multimedia/media_foundation/src/common/
Dshare_memory.cpp30 ShareMemory::ShareMemory(size_t capacity, std::shared_ptr<Allocator> allocator, size_t align) in ShareMemory()
Dsurface_memory.cpp32 SurfaceMemory::SurfaceMemory(size_t capacity, std::shared_ptr<Allocator> allocator, size_t align) in SurfaceMemory()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
Drs_ashmem_helper.cpp46 auto allocator = std::make_unique<AshmemAllocator>(fd, size); in CreateAshmemAllocator() local
68 auto allocator = std::make_unique<AshmemAllocator>(fd, size); in CreateAshmemAllocatorWithFd() local
/foundation/multimedia/media_foundation/src/capi/
Dnative_avbuffer.cpp33 auto allocator = AVAllocatorFactory::CreateSharedAllocator(MemoryFlag::MEMORY_READ_WRITE); in OH_AVBuffer_Create() local
/foundation/multimedia/media_foundation/tests/unittest/avbuffer/
Davbuffer_framework_unit_test.cpp729 auto allocator = AVAllocatorFactory::CreateSurfaceAllocator(DEFAULT_CONFIG); variable
749 auto allocator = AVAllocatorFactory::CreateSurfaceAllocator(DEFAULT_CONFIG); variable

123