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

/frameworks/wilhelm/src/android/
H A Dchannels.c175 uint32_t bitsOut = 0; local
180 bitsOut = bitsIn;
187 bitsOut |= map[i].android;
196 bitsOut);
198 if (popcount(bitsIn) != popcount(bitsOut)) {
200 // representation bitsOut, so its bitcount should equal the number
201 // of channels requested. If the bitcount of 'bitsOut' isn't
210 (popcount(bitsIn) < popcount(bitsOut)) ? "gains" : "loses");

Completed in 48 milliseconds