Home
last modified time | relevance | path

Searched refs:channelBit (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/media/libeffects/downmix/tests/
Ddownmix_tests.cpp168 const int channelBit = 1 << index; in testBalance() local
169 channel &= ~channelBit; in testBalance()
200 if (channelBit == AUDIO_CHANNEL_OUT_FRONT_LEFT_OF_CENTER) { in testBalance()
206 if (channelBit == AUDIO_CHANNEL_OUT_FRONT_RIGHT_OF_CENTER) { in testBalance()
212 if (channelBit == AUDIO_CHANNEL_OUT_LOW_FREQUENCY) { in testBalance()
221 } else if (channelBit == AUDIO_CHANNEL_OUT_LOW_FREQUENCY_2) { in testBalance()