Searched refs:mBandSpecsBack (Results 1 – 2 of 2) sorted by relevance
137 private AudioBandSpecs[] mBandSpecsBack = new AudioBandSpecs[BANDS_BACKGROUND]; field in AudioFrequencyVoiceRecognitionActivity310 mBandSpecsBack[0] = new AudioBandSpecs( in onCreate()315 mBandSpecsBack[1] = new AudioBandSpecs( in onCreate()320 mBandSpecsBack[2] = new AudioBandSpecs( in onCreate()597 processSpectrum(mResultsBack, mBandSpecsBack, -1); //no reference for offset
154 AudioBandSpecs[] mBandSpecsBack = new AudioBandSpecs[mBandsBack]; field in AudioFrequencyUnprocessedActivity264 mBandSpecsBack[0] = new AudioBandSpecs( in onCreate()269 mBandSpecsBack[1] = new AudioBandSpecs( in onCreate()274 mBandSpecsBack[2] = new AudioBandSpecs( in onCreate()575 processSpectrum(mResultsBack, mBandSpecsBack, -1); //no reference for offset in computeResults()