Home
last modified time | relevance | path

Searched refs:VIRTUAL_ADDR (Results 1 - 15 of 15) sorted by relevance

/foundation/multimedia/media_foundation/engine/include/plugin/common/
H A Dplugin_memory.h33 VIRTUAL_ADDR = 0, ///< Virtual address member
45 explicit Allocator(MemoryType type = MemoryType::VIRTUAL_ADDR) : memoryType(type) {} in Allocator()
126 size_t align = 1, MemoryType type = MemoryType::VIRTUAL_ADDR, bool allocMem = true);
164 size_t align = 1, MemoryType type = MemoryType::VIRTUAL_ADDR);
/foundation/multimedia/media_foundation/engine/scene/standard/
H A Ddata_stream.h30 VIRTUAL_ADDR = 0, ///< Virtual address member in OHOS::Media::MemoryType
183 std::shared_ptr<DataStream> CreateDataStream(size_t size, size_t count, MemoryType type = MemoryType::VIRTUAL_ADDR);
/foundation/multimedia/media_utils_lite/interfaces/kits/
H A Ddata_stream.h30 VIRTUAL_ADDR = 0, ///< Virtual address member in OHOS::Media::MemoryType
183 std::shared_ptr<DataStream> CreateDataStream(size_t size, size_t count, MemoryType type = MemoryType::VIRTUAL_ADDR);
/foundation/multimedia/media_foundation/engine/plugin/plugins/codec_adapter/
H A Dhdi_codec_adapter.h88 MemoryType inputMemoryType_ {MemoryType::VIRTUAL_ADDR};
89 MemoryType outputMemoryType_ {MemoryType::VIRTUAL_ADDR};
H A Dhdi_codec_adapter.cpp213 if (inputMemoryType_ == MemoryType::VIRTUAL_ADDR && !buf->AllocMemory(shaAlloc_, inBufferSize_)) { in Prepare()
253 inputMemoryType_ = MemoryType::VIRTUAL_ADDR; in Reset()
254 outputMemoryType_ = MemoryType::VIRTUAL_ADDR; in Reset()
445 if (inputMemoryType_ == MemoryType::VIRTUAL_ADDR) { in HandleFrame()
H A Dcodec_buffer.cpp141 case MemoryType::VIRTUAL_ADDR: in Rebind()
142 MEDIA_LOG_E("Rebind pluginBuffer failed, MemoryType is VIRTUAL_ADDR"); in Rebind()
/foundation/multimedia/media_foundation/engine/pipeline/filters/codec/
H A Dcodec_mode.cpp84 plugin_->SetParameter(Tag::OUTPUT_MEMORY_TYPE, MemoryType::VIRTUAL_ADDR); in CreateOutBufferPool()
/foundation/multimedia/media_foundation/engine/scene/common/
H A Ddata_stream_impl.cpp25 FALSE_LOG(type == MemoryType::VIRTUAL_ADDR); in DataStreamImpl()
/foundation/multimedia/media_foundation/engine/plugin/common/
H A Dplugin_buffer.cpp240 auto type = (allocator != nullptr) ? allocator->GetMemoryType() : MemoryType::VIRTUAL_ADDR; in AllocMemory()
243 case MemoryType::VIRTUAL_ADDR: { in AllocMemory()
/foundation/multimedia/media_foundation/engine/plugin/plugins/source/video_capture/
H A Dvideo_file_capture_plugin.cpp252 FALSE_RETURN_V_MSG_E(bufData != nullptr && bufData->GetMemoryType() == MemoryType::VIRTUAL_ADDR || in Read()
H A Dvideo_capture_plugin.cpp304 if (bufData->GetMemoryType() != MemoryType::VIRTUAL_ADDR || bufData->GetCapacity() <= 0) { in Read()
/foundation/multimedia/media_foundation/test/unittest/
H A DTestPlugin.cpp178 ASSERT_TRUE(GetOmxBufferType(static_cast<const Plugin::MemoryType>(MemoryType::VIRTUAL_ADDR), true) in HWTEST()
H A DTestPluginSetting.cpp175 ASSERT_TRUE(GetOmxBufferType(static_cast<const Plugin::MemoryType>(MemoryType::VIRTUAL_ADDR), true) in HWTEST()
/foundation/multimedia/media_foundation/engine/pipeline/filters/codec/video_encoder/
H A Dvideo_encoder_filter.cpp274 plugin_->SetParameter(Tag::OUTPUT_MEMORY_TYPE, MemoryType::VIRTUAL_ADDR); in AllocateOutputBuffers()
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/av_sender/src/
H A Dav_sender_engine.cpp570 OHOS::Media::Plugin::MemoryType::VIRTUAL_ADDR); in PreparePipeline()

Completed in 8 milliseconds