Home
last modified time | relevance | path

Searched refs:ShareAllocator (Results 1 - 10 of 10) sorted by relevance

/foundation/multimedia/media_foundation/src/common/
H A Dshare_allocator.cpp18 #define HST_LOG_TAG "ShareAllocator"
26 ShareAllocator::ShareAllocator(ShareMemType shareMemType) in ShareAllocator() function in OHOS::Media::Plugins::ShareAllocator
31 void* ShareAllocator::Alloc(size_t size) in Alloc()
36 void ShareAllocator::Free(void* ptr) // NOLINT: void* in Free()
41 ShareMemType ShareAllocator::GetShareMemType() in GetShareMemType()
H A Dshare_allocator.h36 class ShareAllocator : public Allocator { class
38 explicit ShareAllocator(ShareMemType shareMemType = ShareMemType::READ_WRITE_TYPE);
39 ~ShareAllocator() override = default;
H A Dshare_memory.h48 std::shared_ptr<ShareAllocator> shareAllocator_ {nullptr};
H A Dshare_memory.cpp35 shareAllocator_ = ReinterpretPointerCast<ShareAllocator>(this->allocator); in ShareMemory()
/foundation/multimedia/media_foundation/engine/plugin/common/
H A Dshare_allocator.cpp18 #define HST_LOG_TAG "ShareAllocator"
26 ShareAllocator::ShareAllocator(ShareMemType shareMemType) in ShareAllocator() function in OHOS::Media::Plugin::ShareAllocator
31 void* ShareAllocator::Alloc(size_t size) in Alloc()
36 void ShareAllocator::Free(void* ptr) // NOLINT: void* in Free()
41 ShareMemType ShareAllocator::GetShareMemType() in GetShareMemType()
H A Dshare_memory.cpp29 shareAllocator_ = ReinterpretPointerCast<ShareAllocator>(this->allocator); in ShareMemory()
/foundation/multimedia/media_foundation/engine/include/plugin/common/
H A Dshare_allocator.h36 class ShareAllocator : public Allocator { class
38 explicit ShareAllocator(ShareMemType shareMemType = ShareMemType::READ_WRITE_TYPE);
39 ~ShareAllocator() override = default;
H A Dshare_memory.h48 std::shared_ptr<ShareAllocator> shareAllocator_ {nullptr};
/foundation/multimedia/media_foundation/engine/plugin/plugins/codec_adapter/
H A Dhdi_codec_adapter.h103 std::shared_ptr<ShareAllocator> shaAlloc_ {nullptr};
H A Dhdi_codec_adapter.cpp116 shaAlloc_ = std::make_shared<ShareAllocator>(Plugin::ShareMemType::READ_WRITE_TYPE); in HdiCodecAdapter()

Completed in 4 milliseconds