Searched refs:allSurround (Results 1 – 1 of 1) sorted by relevance
6034 std::unordered_set<audio_format_t> allSurround; // A flat set of all known surround formats in modifySurroundFormats() local6036 allSurround.insert(pair.first); in modifySurroundFormats()6037 for (const auto& subformat : pair.second) allSurround.insert(subformat); in modifySurroundFormats()6058 if (allSurround.count(*formatIter) == 0 && enforcedSurround.count(*formatIter) == 0) { in modifySurroundFormats()6075 formatSet.insert(allSurround.begin(), allSurround.end()); in modifySurroundFormats()