Searched refs:SHARE_MEMORY (Results 1 - 12 of 12) sorted by relevance
/foundation/multimedia/media_foundation/engine/plugin/common/ |
H A D | share_allocator.cpp | 27 : Allocator(MemoryType::SHARE_MEMORY), shareMemType_(shareMemType) in ShareAllocator()
|
H A D | share_memory.cpp | 25 : 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 D | plugin_buffer.cpp | 252 case MemoryType::SHARE_MEMORY: in AllocMemory()
|
/foundation/multimedia/media_foundation/engine/plugin/plugins/codec_adapter/ |
H A D | codec_buffer.cpp | 63 case MemoryType::SHARE_MEMORY: { in Init() 134 case MemoryType::SHARE_MEMORY: in Rebind() 165 if (memory_->GetMemoryType() == MemoryType::SHARE_MEMORY) { in Unbind()
|
H A D | codec_buffer_pool.cpp | 82 if (bufMemType == MemoryType::SHARE_MEMORY) { in ConfigBufType()
|
H A D | codec_utils.cpp | 225 case MemoryType::SHARE_MEMORY: in GetOmxBufferType()
|
H A D | hdi_codec_adapter.cpp | 218 auto inputMemoryType = MemoryType::SHARE_MEMORY; in Prepare()
|
/foundation/multimedia/media_foundation/engine/scene/standard/ |
H A D | data_stream.h | 32 SHARE_MEMORY, ///< Share Memory fd member in OHOS::Media::MemoryType
|
/foundation/multimedia/media_utils_lite/interfaces/kits/ |
H A D | data_stream.h | 32 SHARE_MEMORY, ///< Share Memory fd member in OHOS::Media::MemoryType
|
/foundation/multimedia/media_foundation/engine/include/plugin/common/ |
H A D | plugin_memory.h | 35 SHARE_MEMORY, ///< Share Memory fd member
|
/foundation/multimedia/media_foundation/test/unittest/ |
H A D | TestPlugin.cpp | 172 ASSERT_TRUE(GetOmxBufferType(static_cast<const Plugin::MemoryType>(MemoryType::SHARE_MEMORY), true) in HWTEST()
|
H A D | TestPluginSetting.cpp | 173 ASSERT_TRUE(GetOmxBufferType(static_cast<const Plugin::MemoryType>(MemoryType::SHARE_MEMORY), true)
in HWTEST()
|
Completed in 6 milliseconds