Home | History | Annotate | Download | only in musicfx

Lines Matching defs:numBands

609                         final int numBands = prefs.getInt(Key.eq_num_bands.toString(),
620 EQUALIZER_PRESET_CIEXTREME_BAND_LEVEL, numBands);
622 EQUALIZER_PRESET_USER_BAND_LEVEL_DEFAULT, numBands);
624 for (short band = 0; band < numBands; band++) {
642 for (short band = 0; band < numBands; band++) {
702 final int numBands = prefs.getInt(Key.eq_num_bands.toString(),
708 EQUALIZER_PRESET_OPENSL_ES_BAND_LEVEL_DEFAULT, numBands);
710 EQUALIZER_PRESET_CIEXTREME_BAND_LEVEL, numBands);
712 EQUALIZER_PRESET_USER_BAND_LEVEL_DEFAULT, numBands);
713 for (short band = 0; band < numBands; band++) {
889 final int numBands = prefs.getInt(Key.eq_num_bands.toString(), 0);
890 intArray = new int[numBands];