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

/frameworks/av/media/libeffects/downmix/
H A DEffectDownmix.c123 bool hasBacks = false; local
129 hasBacks = true;
143 const int indexBL = hasBacks ? indexLFE + 1 : indexLFE; // back left
144 const int indexBR = hasBacks ? indexBL + 1 : indexBL; // back right
1081 bool hasBacks = false; local
1087 hasBacks = true;
1101 const int indexBL = hasBacks ? indexLFE + 1 : indexLFE; // back left
1102 const int indexBR = hasBacks ? indexBL + 1 : indexBL; // back right
1126 if (hasBacks) {
1155 if (hasBacks) {
[all...]

Completed in 7 milliseconds