Searched refs:g_pluginOutputFmt (Results 1 – 2 of 2) sorted by relevance
34 std::map<std::string, std::shared_ptr<AVOutputFormat>> g_pluginOutputFmt; variable101 …g_pluginOutputFmt[pluginName] = std::shared_ptr<AVOutputFormat>(const_cast<AVOutputFormat*>(output… in RegisterMuxerPlugins()106 PLUGIN_DEFINITION(FFmpegMuxers, LicenseType::LGPL, RegisterMuxerPlugins, [] {g_pluginOutputFmt.clea… in __anon5765b3620502()330 FALSE_RETURN_V(g_pluginOutputFmt.count(pluginName_) != 0, Status::ERROR_UNSUPPORTED_FORMAT); in Init()331 outputFormat_ = g_pluginOutputFmt[pluginName_]; in Init()
36 std::map<std::string, std::shared_ptr<AVOutputFormat>> g_pluginOutputFmt; variable165 g_pluginOutputFmt[pluginName] = std::shared_ptr<AVOutputFormat>( in RegisterMuxerPlugins()200 PLUGIN_DEFINITION(FFmpegMuxer, LicenseType::LGPL, RegisterMuxerPlugins, [] {g_pluginOutputFmt.clear… in __anon6fef31d40402()236 outputFormat_ = g_pluginOutputFmt[pluginName_]; in FFmpegMuxerPlugin()