Home
last modified time | relevance | path

Searched refs:SHARE_MEMORY (Results 1 - 12 of 12) sorted by relevance

/foundation/multimedia/media_foundation/engine/plugin/common/
H A Dshare_allocator.cpp27 : Allocator(MemoryType::SHARE_MEMORY), shareMemType_(shareMemType) in ShareAllocator()
H A Dshare_memory.cpp25 : Memory(capacity, std::move(allocator), align, MemoryType::SHARE_MEMORY, false) in ShareMemory()
28 if (this->allocator != nullptr && this->allocator->GetMemoryType() == MemoryType::SHARE_MEMORY) { in ShareMemory()
H A Dplugin_buffer.cpp252 case MemoryType::SHARE_MEMORY: in AllocMemory()
/foundation/multimedia/media_foundation/engine/plugin/plugins/codec_adapter/
H A Dcodec_buffer.cpp63 case MemoryType::SHARE_MEMORY: { in Init()
134 case MemoryType::SHARE_MEMORY: in Rebind()
165 if (memory_->GetMemoryType() == MemoryType::SHARE_MEMORY) { in Unbind()
H A Dcodec_buffer_pool.cpp82 if (bufMemType == MemoryType::SHARE_MEMORY) { in ConfigBufType()
H A Dcodec_utils.cpp225 case MemoryType::SHARE_MEMORY: in GetOmxBufferType()
H A Dhdi_codec_adapter.cpp218 auto inputMemoryType = MemoryType::SHARE_MEMORY; in Prepare()
/foundation/multimedia/media_foundation/engine/scene/standard/
H A Ddata_stream.h32 SHARE_MEMORY, ///< Share Memory fd member in OHOS::Media::MemoryType
/foundation/multimedia/media_utils_lite/interfaces/kits/
H A Ddata_stream.h32 SHARE_MEMORY, ///< Share Memory fd member in OHOS::Media::MemoryType
/foundation/multimedia/media_foundation/engine/include/plugin/common/
H A Dplugin_memory.h35 SHARE_MEMORY, ///< Share Memory fd member
/foundation/multimedia/media_foundation/test/unittest/
H A DTestPlugin.cpp172 ASSERT_TRUE(GetOmxBufferType(static_cast<const Plugin::MemoryType>(MemoryType::SHARE_MEMORY), true) in HWTEST()
H A DTestPluginSetting.cpp173 ASSERT_TRUE(GetOmxBufferType(static_cast<const Plugin::MemoryType>(MemoryType::SHARE_MEMORY), true) in HWTEST()

Completed in 7 milliseconds