Searched refs:bitsIn (Results 1 - 1 of 1) sorted by relevance

/frameworks/wilhelm/src/android/
H A Dchannels.cpp176 uint32_t bitsIn = mask; local
179 bitsIn &= SL_ANDROID_INDEXED_SPEAKER_MASK_ALL;
180 bitsOut = bitsIn;
184 bitsIn &= SL_ANDROID_POSITIONAL_SPEAKER_MASK_ALL;
186 if (bitsIn & map[i].sles) {
198 if (popcount(bitsIn) != popcount(bitsOut)) {
210 (popcount(bitsIn) < popcount(bitsOut)) ? "gains" : "loses");

Completed in 50 milliseconds