Home
last modified time | relevance | path

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

123

/ohos5.0/drivers/peripheral/camera/vdi_base/common/buffer_manager/src/
H A Dbuffer_allocator_utils.cpp36 auto allocator = factory->GetBufferAllocator(source); in GetBufferAllocator() local
66 auto allocator = GetBufferAllocator(source); in AllocBuffer() local
74 auto allocator = GetAllocator(buffer); in FreeBuffer() local
81 auto allocator = GetAllocator(buffer); in MapBuffer() local
88 auto allocator = GetAllocator(buffer); in UnmapBuffer() local
95 auto allocator = GetAllocator(buffer); in FlushCache() local
102 auto allocator = GetAllocator(buffer); in InvalidateCache() local
H A Dbuffer_allocator_factory.cpp46 std::shared_ptr<IBufferAllocator> allocator(allocatorRegisterMap_[type]()); in CreateBufferAllocator() local
/ohos5.0/foundation/multimedia/av_session/services/session/server/remote/
H A 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
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/
H A Dallocator.h27 struct allocator { struct
28 using size_type = size_t;
/ohos5.0/foundation/multimedia/media_foundation/tests/unittest/avbuffer/inner/
H A Davbuffer_inner_mock_factory.cpp25 auto allocator = AVAllocatorFactory::CreateSharedAllocator(MemoryFlag::MEMORY_READ_WRITE); in CreateAVBuffer() local
/ohos5.0/foundation/multimedia/av_codec/test/unittest/common/common_mock/avbuffer/inner/
H A Davbuffer_inner_mock_factory.cpp26 auto allocator = AVAllocatorFactory::CreateSharedAllocator(MemoryFlag::MEMORY_READ_WRITE); in CreateAVBuffer() local
/ohos5.0/foundation/multimedia/media_foundation/src/buffer/avbuffer/
H A 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()
H A Dav_virtual_memory.cpp32 auto allocator = std::shared_ptr<AVVirtualAllocator>(new AVVirtualAllocator()); in CreateVirtualAllocator() local
/ohos5.0/foundation/communication/ipc/ipc/native/src/c_api/source/
H A Dipc_internal_utils.cpp41 bool IsMemoryParamsValid(char **str, int32_t *len, OH_IPC_MemAllocator allocator, const char *promo… in IsMemoryParamsValid()
/ohos5.0/foundation/multimedia/media_foundation/interface/inner_api/plugin/
H A Dplugin_memory.h142 std::shared_ptr<Allocator> allocator; variable
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Drender_barrier_list.cpp34 void* AllocateBarrierListMemory(RenderBarrierList::LinearAllocatorStruct& allocator, const size_t b… in AllocateBarrierListMemory()
54 CommandBarrier* AllocateCommandBarriers(RenderBarrierList::LinearAllocatorStruct& allocator, const … in AllocateCommandBarriers()
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/local_handler/
H A Dlocal_handler_test.cpp302 DfxAllocator* allocator = GetDfxAllocator(); variable
348 DfxAllocator* allocator = GetDfxAllocator(); variable
390 DfxAllocator* allocator = GetDfxAllocator(); variable
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/
H A 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
H A 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
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable_item_pool.h44 ScrollableItemPool* allocator = nullptr; member
/ohos5.0/foundation/multimedia/media_foundation/src/plugin/
H A 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()
/ohos5.0/foundation/multimedia/media_foundation/engine/include/plugin/common/
H A Dplugin_memory.h152 std::shared_ptr<Allocator> allocator; variable
/ohos5.0/foundation/arkui/ui_lite/frameworks/draw/
H A Ddraw_canvas.cpp65 FillBase allocator; in DoRender() local
116 FillBase allocator; in DoDrawShadow() local
205 FillBase& allocator, in RenderGradient()
277 FillBase& allocator, in RenderPattern()
/ohos5.0/foundation/multimedia/image_framework/mock/native/src/
H A Dparcel.cpp25 Parcel::Parcel(Allocator *allocator) in Parcel()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_recovery_test/
H A Dability_recovery_test.cpp549 AppRecoveryParcelAllocator allocator; variable
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/common/
H A 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()
H A Dshare_memory.cpp24 ShareMemory::ShareMemory(size_t capacity, std::shared_ptr<Allocator> allocator, size_t align) in ShareMemory()
H A Dsurface_memory.cpp25 SurfaceMemory::SurfaceMemory(size_t capacity, std::shared_ptr<Allocator> allocator, size_t align) in SurfaceMemory()
/ohos5.0/foundation/multimedia/media_foundation/src/common/
H A Dshare_memory.cpp30 ShareMemory::ShareMemory(size_t capacity, std::shared_ptr<Allocator> allocator, size_t align) in ShareMemory()
H A Dsurface_memory.cpp32 SurfaceMemory::SurfaceMemory(size_t capacity, std::shared_ptr<Allocator> allocator, size_t align) in SurfaceMemory()

123