Home
last modified time | relevance | path

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

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