Searched refs:mEQNumBands (Results 1 – 1 of 1) sorted by relevance
133 private static short mEQNumBands = EQUALIZER_NUMBER_BANDS_DEFAULT; field in ControlPanelEffect219 mEQNumBands = equalizerEffect.getNumberOfBands(); in initEffectsPreferences()220 mEQCenterFreq = new int[mEQNumBands]; in initEffectsPreferences()221 for (short band = 0; band < mEQNumBands; band++) { in initEffectsPreferences()226 mEQPresetOpenSLESBandLevel = new short[mEQNumPresets][mEQNumBands]; in initEffectsPreferences()230 for (short band = 0; band < mEQNumBands; band++) { in initEffectsPreferences()256 mEQPresetOpenSLESBandLevel = new short[mEQNumPresets][mEQNumBands]; in initEffectsPreferences()263 EQUALIZER_PRESET_USER_BAND_LEVEL_DEFAULT, mEQNumBands); in initEffectsPreferences()270 editor.putInt(Key.eq_num_bands.toString(), mEQNumBands); in initEffectsPreferences() local275 EQUALIZER_PRESET_CIEXTREME_BAND_LEVEL, mEQNumBands); in initEffectsPreferences()[all …]