Searched refs:VIRTUAL_ADDR (Results 1 - 15 of 15) sorted by relevance
/foundation/multimedia/media_foundation/engine/include/plugin/common/ |
H A D | plugin_memory.h | 33 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 D | data_stream.h | 30 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 D | data_stream.h | 30 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 D | hdi_codec_adapter.h | 88 MemoryType inputMemoryType_ {MemoryType::VIRTUAL_ADDR}; 89 MemoryType outputMemoryType_ {MemoryType::VIRTUAL_ADDR};
|
H A D | hdi_codec_adapter.cpp | 213 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 D | codec_buffer.cpp | 141 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 D | codec_mode.cpp | 84 plugin_->SetParameter(Tag::OUTPUT_MEMORY_TYPE, MemoryType::VIRTUAL_ADDR); in CreateOutBufferPool()
|
/foundation/multimedia/media_foundation/engine/scene/common/ |
H A D | data_stream_impl.cpp | 25 FALSE_LOG(type == MemoryType::VIRTUAL_ADDR); in DataStreamImpl()
|
/foundation/multimedia/media_foundation/engine/plugin/common/ |
H A D | plugin_buffer.cpp | 240 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 D | video_file_capture_plugin.cpp | 252 FALSE_RETURN_V_MSG_E(bufData != nullptr && bufData->GetMemoryType() == MemoryType::VIRTUAL_ADDR || in Read()
|
H A D | video_capture_plugin.cpp | 304 if (bufData->GetMemoryType() != MemoryType::VIRTUAL_ADDR || bufData->GetCapacity() <= 0) { in Read()
|
/foundation/multimedia/media_foundation/test/unittest/ |
H A D | TestPlugin.cpp | 178 ASSERT_TRUE(GetOmxBufferType(static_cast<const Plugin::MemoryType>(MemoryType::VIRTUAL_ADDR), true) in HWTEST()
|
H A D | TestPluginSetting.cpp | 175 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 D | video_encoder_filter.cpp | 274 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 D | av_sender_engine.cpp | 570 OHOS::Media::Plugin::MemoryType::VIRTUAL_ADDR); in PreparePipeline()
|
Completed in 8 milliseconds