Searched defs:pluginType (Results 1 – 9 of 9) sorted by relevance
/foundation/multimedia/histreamer/engine/plugin/plugins/codec_adapter/ |
D | codec_manager.h | 27 PluginType pluginType; ///< plugin type, For details, @see PluginType. member
|
D | hdi_codec_manager.cpp | 125 auto pluginType = GetCodecType(hdiCap.type); in AddHdiCap() local
|
/foundation/multimedia/histreamer/engine/include/plugin/core/ |
D | plugin_manager.h | 80 std::shared_ptr<T> CreatePlugin(const std::string& name, PluginType pluginType) in CreatePlugin()
|
/foundation/multimedia/av_codec/services/engine/plugin/core/ |
D | plugin_info.h | 38 PluginType pluginType; member
|
/foundation/multimedia/histreamer/engine/plugin/core/ |
D | plugin_info.h | 43 PluginType pluginType; member
|
D | plugin_manager.cpp | 28 std::vector<std::string> PluginManager::ListPlugins(PluginType pluginType, CodecMode preferredCodec… in ListPlugins()
|
/foundation/multimedia/histreamer/engine/include/plugin/interface/ |
D | plugin_definition.h | 97 …PluginType pluginType = PluginType::INVALID_TYPE; ///< Describe the plugin type, e.g. 'source', 'c… member
|
/foundation/multimedia/av_codec/services/engine/source/hst_releated/ |
D | plugin_definition.h | 130 …PluginType pluginType = PluginType::INVALID_TYPE; ///< Describe the plugin type, e.g. 'source', 'c… member
|
/foundation/multimedia/histreamer/engine/pipeline/filters/common/ |
D | plugin_utils.cpp | 361 …const Plugin::Capability& upStreamCaps, Plugin::PluginType pluginType, Plugin::CodecMode preferred… in FindAvailablePlugins() 376 … Plugin::PluginType pluginType) in FindAvailablePluginsByOutputMime()
|