Searched refs:g_fromFFMPEGChannelLayout (Results 1 – 1 of 1) sorted by relevance
64 std::map<uint64_t, AudioChannelMasks> g_fromFFMPEGChannelLayout = { variable382 auto it = g_fromFFMPEGChannelLayout.find(mask); in ConvertChannelLayoutFromFFmpeg()383 if (it != g_fromFFMPEGChannelLayout.end()) { in ConvertChannelLayoutFromFFmpeg()