Searched defs:hasBacks (Results 1 - 2 of 2) 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
992 bool hasBacks = false; local
998 hasBacks = true;
1012 const int indexBL = hasBacks ? indexLFE + 1 : indexLFE; // back left
1013 const int indexBR = hasBacks ? indexBL + 1 : indexBL; // back right
1037 if (hasBacks) {
1066 if (hasBacks) {
[all...]
/frameworks/wilhelm/src/android/
H A DAudioPlayer_to_android.cpp907 bool hasBacks = false; local
913 hasBacks = true;

Completed in 102 milliseconds