Searched defs:hasBacks (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libeffects/downmix/
H A DEffectDownmix.c112 bool hasBacks = false; local
118 hasBacks = true;
132 const int indexBL = hasBacks ? indexLFE + 1 : indexLFE; // back left
133 const int indexBR = hasBacks ? indexBL + 1 : indexBL; // back right
1010 const bool hasBacks = (mask & kBacks) != 0; local
1023 const int indexBL = hasBacks ? indexLFE + 1 : indexLFE; // back left
1024 const int indexBR = hasBacks ? indexBL + 1 : indexBL; // back right
1048 if (hasBacks) {
1077 if (hasBacks) {

Completed in 78 milliseconds