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
1062 bool hasBacks = false; local
1068 hasBacks = true;
1082 const int indexBL = hasBacks ? indexLFE + 1 : indexLFE; // back left
1083 const int indexBR = hasBacks ? indexBL + 1 : indexBL; // back right
1107 if (hasBacks) {
1136 if (hasBacks) {
[all...]

Completed in 116 milliseconds