Home | History | Annotate | Download | only in audio

Lines Matching refs:mBands

119     int mBands = 4;
120 AudioBandSpecs[] bandSpecsArray = new AudioBandSpecs[mBands];
121 AudioBandSpecs[] baseBandSpecsArray = new AudioBandSpecs[mBands];
443 int[] mPointsPerBand = new int[mBands];
444 double[] mAverageEnergyPerBand = new double[mBands];
445 int[] mInBoundPointsPerBand = new int[mBands];
457 for (int b = 0; b < mBands; b++) {
483 if (b >= 0 && b < mBands && mPointsPerBand[b] > 0) {
496 for (int b = 0; b < mBands; b++) {
561 if (currentBand >= mBands)
571 for (int b = 0; b < mBands; b++) {
579 for (int b = 0; b < mBands; b++) {
589 if (currentBand >= mBands)
618 for (int b = 0; b < mBands; b++) {