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.cpp108 const int channelBit = 1 << index; in testBalance() local
109 channel &= ~channelBit; in testBalance()
136 if ((channelBit & kConsideredChannels) == 0) { in testBalance()