Searched refs:subformat (Results 1 – 1 of 1) sorted by relevance
367 for (const AudioFormatDescription& subformat : family.subFormats) { in ValidateSurroundSoundConfig() local368 EXPECT_NO_FATAL_FAILURE(ValidateAudioFormatDescription(subformat)); in ValidateSurroundSoundConfig()369 EXPECT_FALSE(isDefaultAudioFormat(subformat)); in ValidateSurroundSoundConfig()370 EXPECT_TRUE(formatSet.insert(subformat).second); in ValidateSurroundSoundConfig()