/ohos5.0/drivers/peripheral/camera/vdi_base/common/buffer_manager/src/ |
H A D | buffer_allocator_utils.cpp | 36 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 D | buffer_allocator_factory.cpp | 46 std::shared_ptr<IBufferAllocator> allocator(allocatorRegisterMap_[type]()); in CreateBufferAllocator() local
|
/ohos5.0/foundation/multimedia/av_session/services/session/server/remote/ |
H A D | remote_session_syncer_impl.cpp | 109 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 D | allocator.h | 27 struct allocator { struct 28 using size_type = size_t;
|
/ohos5.0/foundation/multimedia/media_foundation/tests/unittest/avbuffer/inner/ |
H A D | avbuffer_inner_mock_factory.cpp | 25 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 D | avbuffer_inner_mock_factory.cpp | 26 auto allocator = AVAllocatorFactory::CreateSharedAllocator(MemoryFlag::MEMORY_READ_WRITE); in CreateAVBuffer() local
|
/ohos5.0/foundation/multimedia/media_foundation/src/buffer/avbuffer/ |
H A D | avbuffer.cpp | 39 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 D | av_virtual_memory.cpp | 32 auto allocator = std::shared_ptr<AVVirtualAllocator>(new AVVirtualAllocator()); in CreateVirtualAllocator() local
|
/ohos5.0/foundation/communication/ipc/ipc/native/src/c_api/source/ |
H A D | ipc_internal_utils.cpp | 41 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 D | plugin_memory.h | 142 std::shared_ptr<Allocator> allocator; variable
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/ |
H A D | render_barrier_list.cpp | 34 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 D | local_handler_test.cpp | 302 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 D | videoenc_func_unit_test.cpp | 984 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 D | buffer_converter_unit_test.cpp | 76 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 D | scrollable_item_pool.h | 44 ScrollableItemPool* allocator = nullptr; member
|
/ohos5.0/foundation/multimedia/media_foundation/src/plugin/ |
H A D | plugin_buffer.cpp | 28 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 D | plugin_memory.h | 152 std::shared_ptr<Allocator> allocator; variable
|
/ohos5.0/foundation/arkui/ui_lite/frameworks/draw/ |
H A D | draw_canvas.cpp | 65 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 D | parcel.cpp | 25 Parcel::Parcel(Allocator *allocator) in Parcel()
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_recovery_test/ |
H A D | ability_recovery_test.cpp | 549 AppRecoveryParcelAllocator allocator; variable
|
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/common/ |
H A D | plugin_buffer.cpp | 29 Memory::Memory(size_t capacity, std::shared_ptr<Allocator> allocator, size_t align, MemoryType type… in Memory() 200 … std::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 D | share_memory.cpp | 24 ShareMemory::ShareMemory(size_t capacity, std::shared_ptr<Allocator> allocator, size_t align) in ShareMemory()
|
H A D | surface_memory.cpp | 25 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 D | share_memory.cpp | 30 ShareMemory::ShareMemory(size_t capacity, std::shared_ptr<Allocator> allocator, size_t align) in ShareMemory()
|
H A D | surface_memory.cpp | 32 SurfaceMemory::SurfaceMemory(size_t capacity, std::shared_ptr<Allocator> allocator, size_t align) in SurfaceMemory()
|