Home | History | Annotate | Download | only in audio

Lines Matching defs:mBands

136     int mBands = 4;
137 AudioBandSpecs[] bandSpecsArray = new AudioBandSpecs[mBands];
138 AudioBandSpecs[] baseBandSpecsArray = new AudioBandSpecs[mBands];
508 int[] mPointsPerBand = new int[mBands];
509 double[] mAverageEnergyPerBand = new double[mBands];
510 int[] mInBoundPointsPerBand = new int[mBands];
522 for (int b = 0; b < mBands; b++) {
548 if (b >= 0 && b < mBands && mPointsPerBand[b] > 0) {
561 for (int b = 0; b < mBands; b++) {
639 if (currentBand >= mBands)
649 for (int b = 0; b < mBands; b++) {
657 for (int b = 0; b < mBands; b++) {
667 if (currentBand >= mBands)
710 for (int b = 0; b < mBands; b++) {