Home
last modified time | relevance | path

Searched refs:GENERIC_PLUGIN (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/multimedia/media_foundation/engine/include/plugin/interface/
H A Dgeneric_plugin.h43 pluginType = PluginType::GENERIC_PLUGIN; ///< Plugin type, MUST be GENERIC_PLUGIN. in GenericPluginDef()
/ohos5.0/foundation/multimedia/media_foundation/interface/inner_api/plugin/
H A Dgeneric_plugin.h43 pluginType = PluginType::GENERIC_PLUGIN; ///< Plugin type, MUST be GENERIC_PLUGIN. in GenericPluginDef()
/ohos5.0/foundation/multimedia/media_foundation/engine/include/plugin/common/
H A Dplugin_types.h123 GENERIC_PLUGIN, ///< generic plugin can be used to represent any user extended plugin enumerator
/ohos5.0/foundation/multimedia/media_foundation/engine/include/plugin/core/
H A Dplugin_manager.h66 return CreatePlugin<T, U>(name, PluginType::GENERIC_PLUGIN); in CreateGenericPlugin()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/filters/av_transport_output/
H A Dav_transport_output_filter.cpp188 auto nameList = PluginManager::Instance().ListPlugins(PluginType::GENERIC_PLUGIN); in FindPlugin()
190 auto info = PluginManager::Instance().GetPluginInfo(PluginType::GENERIC_PLUGIN, name); in FindPlugin()
/ohos5.0/foundation/multimedia/media_foundation/interface/inner_api/meta/
H A Dmedia_types.h202 GENERIC_PLUGIN, ///< generic plugin can be used to represent any user extended plugin enumerator
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/core/
H A Dplugin_register.cpp102 case PluginType::GENERIC_PLUGIN: in UpdateRegisterTableAndRegisterNames()
144 if (definition.pluginType == PluginType::GENERIC_PLUGIN) { in VersionMatched()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/filters/av_transport_input/
H A Dav_transport_input_filter.cpp211 auto nameList = PluginManager::Instance().ListPlugins(PluginType::GENERIC_PLUGIN); in FindPlugin()
213 auto info = PluginManager::Instance().GetPluginInfo(PluginType::GENERIC_PLUGIN, name); in FindPlugin()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/filters/test/av_transport_output_filter_test/
H A Dav_transport_output_filter_test.cpp267 PluginType::GENERIC_PLUGIN, "");