Home
last modified time | relevance | path

Searched defs:pluginType (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/multimedia/media_foundation/src/plugin/
H A Dplugin_manager_v2.cpp32 std::shared_ptr<PluginBase> PluginManagerV2::CreatePluginByMime(PluginType pluginType, std::string … in CreatePluginByMime()
52 std::string PluginManagerV2::SnifferPlugin(PluginType pluginType, std::shared_ptr<DataSource> dataS… in SnifferPlugin()
H A Dplugin_list.cpp39 std::vector<PluginDescription> PluginList::GetPluginsByCap(PluginType pluginType, std::string needC… in GetPluginsByCap()
70 std::vector<PluginDescription> PluginList::GetPluginsByType(PluginType pluginType) in GetPluginsByType()
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/codec_adapter/
H A Dcodec_manager.h27 PluginType pluginType; ///< plugin type, For details, @see PluginType. member
H A Dhdi_codec_manager.cpp125 auto pluginType = GetCodecType(hdiCap.type); in AddHdiCap() local
/ohos5.0/foundation/multimedia/media_foundation/engine/include/plugin/core/
H A Dplugin_manager.h80 std::shared_ptr<T> CreatePlugin(const std::string& name, PluginType pluginType) in CreatePlugin()
/ohos5.0/foundation/multimedia/media_foundation/interface/inner_api/plugin/
H A Dplugin_list.h30 PluginType pluginType; member
H A Dplugin_info.h43 PluginType pluginType; member
H A Dplugin_definition.h149 …PluginType pluginType = PluginType::INVALID_TYPE; ///< Describe the plugin type, e.g. 'source', 'c… member
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/core/
H A Dplugin_info.h43 PluginType pluginType; member
H A Dplugin_manager.cpp28 std::vector<std::string> PluginManager::ListPlugins(PluginType pluginType, CodecMode preferredCodec… in ListPlugins()
/ohos5.0/foundation/multimedia/media_foundation/engine/include/plugin/interface/
H A Dplugin_definition.h97 …PluginType pluginType = PluginType::INVALID_TYPE; ///< Describe the plugin type, e.g. 'source', 'c… member
/ohos5.0/base/security/device_auth/interfaces/inner_api/
H A Ddevice_auth_ext.h40 int32_t pluginType; member
/ohos5.0/foundation/multimedia/media_foundation/engine/pipeline/filters/common/
H A Dplugin_utils.cpp374 …const Plugin::Capability& upStreamCaps, Plugin::PluginType pluginType, Plugin::CodecMode preferred… in FindAvailablePlugins()
392Plugin::PluginType pluginType) in FindAvailablePluginsByOutputMime()
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/modules/media_codec/
H A Dmedia_codec.cpp136 …ins::CodecPlugin> MediaCodec::CreatePlugin(const std::string &mime, Plugins::PluginType pluginType) in CreatePlugin()