Searched refs:anchorBand (Results 1 – 2 of 2) sorted by relevance
498 private void processSpectrum(Results results, AudioBandSpecs[] bandsSpecs, int anchorBand) { in processSpectrum() argument524 double offset = anchorBand > -1 && anchorBand < bandCount ? in processSpectrum()525 results.mAverageEnergyPerBand[anchorBand] : 0; in processSpectrum()
475 private void processSpectrum(Results results, AudioBandSpecs[] bandsSpecs, int anchorBand) { in processSpectrum() argument502 if (anchorBand > -1 && anchorBand < bandCount) { in processSpectrum()503 bandsSpecs[b].setOffset(results.mAverageEnergyPerBand[anchorBand]); in processSpectrum()