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

/frameworks/wilhelm/tests/examples/
H A DslesTestEqFdPath.cpp199 SLuint16 nbPresets, preset, nbBands = 0; local
200 result = (*eqItf)->GetNumberOfBands(eqItf, &nbBands);
224 for(b = 0 ; b < nbBands/2 ; b++) {
228 for(b = nbBands/2 ; b < nbBands ; b++) {
234 for(b = 0 ; b < nbBands ; b++) {
H A DslesTestEqOutputPath.cpp203 SLuint16 nbPresets, preset, nbBands = 0; local
204 result = (*eqOutputItf)->GetNumberOfBands(eqOutputItf, &nbBands);
228 for(b = 0 ; b < nbBands/2 ; b++) {
232 for(b = nbBands/2 ; b < nbBands ; b++) {
238 for(b = 0 ; b < nbBands ; b++) {

Completed in 58 milliseconds