/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
|
/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
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/ |
H A D | scrollable_item_pool.h | 44 ScrollableItemPool* allocator = nullptr; member
|
/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 *promot) in IsMemoryParamsValid() argument
|
H A D | ipc_cskeleton.cpp | 89 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 D | allocator.h | 27 struct allocator { struct
|
/foundation/multimedia/media_foundation/interface/inner_api/plugin/ |
H A D | plugin_memory.h | 142 std::shared_ptr<Allocator> allocator; member in OHOS::Media::Plugins::Memory
|
/foundation/multimedia/image_framework/mock/native/src/ |
H A D | parcel.cpp | 25 Parcel::Parcel(Allocator *allocator) in Parcel() argument
|
/foundation/multimedia/media_foundation/src/buffer/avbuffer/ |
H A D | av_virtual_memory.cpp | 32 auto allocator = std::shared_ptr<AVVirtualAllocator>(new AVVirtualAllocator()); in CreateVirtualAllocator() local
|
H A D | av_surface_memory.cpp | 34 auto allocator = std::shared_ptr<AVSurfaceAllocator>(new AVSurfaceAllocator()); in CreateSurfaceAllocator() local
|
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 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 D | plugin_memory.h | 152 std::shared_ptr<Allocator> allocator; member in OHOS::Media::Plugin::Memory
|
/foundation/ability/ability_runtime/test/unittest/app_recovery_test/ |
H A D | ability_recovery_test.cpp | 562 AppRecoveryParcelAllocator allocator; in HWTEST_F() local
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/ |
H A D | render_barrier_list.cpp | 34 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 D | share_memory.cpp | 30 ShareMemory::ShareMemory(size_t capacity, std::shared_ptr<Allocator> allocator, size_t align) in ShareMemory() argument
|
H A D | surface_memory.cpp | 32 SurfaceMemory::SurfaceMemory(size_t capacity, std::shared_ptr<Allocator> allocator, size_t align) in SurfaceMemory() argument
|
/foundation/multimedia/media_foundation/test/unittest/ |
H A D | TestAudioSinkPlugin.cpp | 62 auto allocator = audioSinkPlugin->GetAllocator(); in HWTEST() local
|
/foundation/multimedia/media_foundation/src/capi/ |
H A D | native_avbuffer.cpp | 33 auto allocator = AVAllocatorFactory::CreateSharedAllocator(MemoryFlag::MEMORY_READ_WRITE); in OH_AVBuffer_Create() local
|
/foundation/multimedia/media_foundation/engine/plugin/common/ |
H A D | share_memory.cpp | 24 ShareMemory::ShareMemory(size_t capacity, std::shared_ptr<Allocator> allocator, size_t align) in ShareMemory() argument
|
H A D | surface_memory.cpp | 25 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 D | avbuffer_framework_unit_test.cpp | 729 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 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
|
/foundation/ability/form_fwk/test/mock/src/ |
H A D | mock_message_parcel.cpp | 33 MessageParcel::MessageParcel(Allocator *allocator) in MessageParcel() argument
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/ |
H A D | rs_ashmem_helper_test.cpp | 59 Allocator* allocator = nullptr; in CreateMessageParcel() local
|
/foundation/graphic/graphic_2d/rosen/modules/platform/ipc_core/ |
H A D | message_parcel.cpp | 31 MessageParcel::MessageParcel(Allocator *allocator) in MessageParcel() argument
|