Searched refs:g_pluginInputFormat (Results 1 – 2 of 2) sorted by relevance
47 std::map<std::string, std::shared_ptr<AVInputFormat>> g_pluginInputFormat; variable110 pluginImpl_ = g_pluginInputFormat[pluginName_]; in Init()616 auto plugin = g_pluginInputFormat[pluginName]; in Sniff()698 g_pluginInputFormat[pluginName] = in RegisterPlugins()766 PLUGIN_DEFINITION(FFmpegDemuxer, LicenseType::LGPL, RegisterPlugins, [] { g_pluginInputFormat.clear… in __anond0b22ad40b02()
84 std::map<std::string, std::shared_ptr<AVInputFormat>> g_pluginInputFormat; variable1038 pluginImpl_ = g_pluginInputFormat[pluginName_]; in SetDataSource()1843 plugin = g_pluginInputFormat[pluginName]; in Sniff()1901 g_pluginInputFormat[pluginName] = in RegisterPlugins()1915 …FALSE_RETURN_V_MSG_E(!g_pluginInputFormat.empty(), Status::ERROR_UNKNOWN, "Can not load any ffmpeg… in RegisterPlugins()