Home
last modified time | relevance | path

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

123

/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
/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
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable_item_pool.h44 ScrollableItemPool* allocator = nullptr; member
/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 *promot) in IsMemoryParamsValid() argument
H A Dipc_cskeleton.cpp89 int OH_IPCSkeleton_ResetCallingIdentity(char **identity, int32_t *len, OH_IPC_MemAllocator allocator) in OH_IPCSkeleton_ResetCallingIdentity() argument
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/
H A Dallocator.h27 struct allocator { struct
/foundation/multimedia/media_foundation/interface/inner_api/plugin/
H A Dplugin_memory.h142 std::shared_ptr<Allocator> allocator; member in OHOS::Media::Plugins::Memory
/foundation/multimedia/image_framework/mock/native/src/
H A Dparcel.cpp25 Parcel::Parcel(Allocator *allocator) in Parcel() argument
/foundation/multimedia/media_foundation/src/buffer/avbuffer/
H A Dav_virtual_memory.cpp32 auto allocator = std::shared_ptr<AVVirtualAllocator>(new AVVirtualAllocator()); in CreateVirtualAllocator() local
H A Dav_surface_memory.cpp34 auto allocator = std::shared_ptr<AVSurfaceAllocator>(new AVSurfaceAllocator()); in CreateSurfaceAllocator() local
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 capacity, in CreateAVBuffer() argument
173 Init(std::shared_ptr<AVAllocator> allocator, int32_t capacity, int32_t align) Init() argument
[all...]
/foundation/multimedia/media_foundation/engine/include/plugin/common/
H A Dplugin_memory.h152 std::shared_ptr<Allocator> allocator; member in OHOS::Media::Plugin::Memory
/foundation/ability/ability_runtime/test/unittest/app_recovery_test/
H A Dability_recovery_test.cpp562 AppRecoveryParcelAllocator allocator; in HWTEST_F() local
/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Drender_barrier_list.cpp34 void* AllocateBarrierListMemory(RenderBarrierList::LinearAllocatorStruct& allocator, const size_t byteSize) in AllocateBarrierListMemory() argument
54 AllocateCommandBarriers(RenderBarrierList::LinearAllocatorStruct& allocator, const size_t count) AllocateCommandBarriers() argument
[all...]
/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() argument
H A Dsurface_memory.cpp32 SurfaceMemory::SurfaceMemory(size_t capacity, std::shared_ptr<Allocator> allocator, size_t align) in SurfaceMemory() argument
/foundation/multimedia/media_foundation/test/unittest/
H A DTestAudioSinkPlugin.cpp62 auto allocator = audioSinkPlugin->GetAllocator(); in HWTEST() local
/foundation/multimedia/media_foundation/src/capi/
H A Dnative_avbuffer.cpp33 auto allocator = AVAllocatorFactory::CreateSharedAllocator(MemoryFlag::MEMORY_READ_WRITE); in OH_AVBuffer_Create() local
/foundation/multimedia/media_foundation/engine/plugin/common/
H A Dshare_memory.cpp24 ShareMemory::ShareMemory(size_t capacity, std::shared_ptr<Allocator> allocator, size_t align) in ShareMemory() argument
H A Dsurface_memory.cpp25 SurfaceMemory::SurfaceMemory(size_t capacity, std::shared_ptr<Allocator> allocator, size_t align) in SurfaceMemory() argument
/foundation/multimedia/media_foundation/tests/unittest/avbuffer/
H A Davbuffer_framework_unit_test.cpp729 auto allocator = AVAllocatorFactory::CreateSurfaceAllocator(DEFAULT_CONFIG); in HWTEST_F() local
749 auto allocator = AVAllocatorFactory::CreateSurfaceAllocator(DEFAULT_CONFIG); in HWTEST_F() local
/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/
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
/foundation/ability/form_fwk/test/mock/src/
H A Dmock_message_parcel.cpp33 MessageParcel::MessageParcel(Allocator *allocator) in MessageParcel() argument
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/
H A Drs_ashmem_helper_test.cpp59 Allocator* allocator = nullptr; in CreateMessageParcel() local
/foundation/graphic/graphic_2d/rosen/modules/platform/ipc_core/
H A Dmessage_parcel.cpp31 MessageParcel::MessageParcel(Allocator *allocator) in MessageParcel() argument

Completed in 19 milliseconds

123