Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DAudioFrequencyVoiceRecognitionActivity.java498 private void processSpectrum(Results results, AudioBandSpecs[] bandsSpecs, int anchorBand) { in processSpectrum() argument
524 double offset = anchorBand > -1 && anchorBand < bandCount ? in processSpectrum()
525 results.mAverageEnergyPerBand[anchorBand] : 0; in processSpectrum()
DAudioFrequencyUnprocessedActivity.java475 private void processSpectrum(Results results, AudioBandSpecs[] bandsSpecs, int anchorBand) { in processSpectrum() argument
502 if (anchorBand > -1 && anchorBand < bandCount) { in processSpectrum()
503 bandsSpecs[b].setOffset(results.mAverageEnergyPerBand[anchorBand]); in processSpectrum()