HomeSort by relevance Sort by last modified time
    Searched refs:nbBands (Results 1 - 2 of 2) sorted by null

  /system/media/opensles/tests/examples/
slesTestEqFdPath.cpp 198 SLuint16 nbPresets, preset, nbBands = 0;
199 result = (*eqItf)->GetNumberOfBands(eqItf, &nbBands);
223 for(b = 0 ; b < nbBands/2 ; b++) {
227 for(b = nbBands/2 ; b < nbBands ; b++) {
233 for(b = 0 ; b < nbBands ; b++) {
slesTestEqOutputPath.cpp 202 SLuint16 nbPresets, preset, nbBands = 0;
203 result = (*eqOutputItf)->GetNumberOfBands(eqOutputItf, &nbBands);
227 for(b = 0 ; b < nbBands/2 ; b++) {
231 for(b = nbBands/2 ; b < nbBands ; b++) {
237 for(b = 0 ; b < nbBands ; b++) {

Completed in 350 milliseconds