Searched refs:supportedChannels (Results 1 – 1 of 1) sorted by relevance
348 std::set<int32_t> supportedChannels; in getInputChannelLayouts() local351 supportedChannels.insert(channel); in getInputChannelLayouts()354 return supportedChannels; in getInputChannelLayouts()365 std::set<int32_t> supportedChannels = getInputChannelLayouts(); in TEST_P() local367 for (int32_t channel : supportedChannels) { in TEST_P()368 size_t position = std::distance(supportedChannels.begin(), supportedChannels.find(channel)); in TEST_P()