Home
last modified time | relevance | path

Searched refs:mBands (Results 1 – 3 of 3) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DAudioFrequencySpeakerActivity.java109 int mBands = 4; field in AudioFrequencySpeakerActivity
110 AudioBandSpecs[] bandSpecsArray = new AudioBandSpecs[mBands];
111 AudioBandSpecs[] baseBandSpecsArray = new AudioBandSpecs[mBands];
345 int[] mPointsPerBand = new int[mBands];
346 double[] mAverageEnergyPerBand = new double[mBands];
347 int[] mInBoundPointsPerBand = new int[mBands];
359 for (int b = 0; b < mBands; b++) { in toString()
385 if (b >= 0 && b < mBands && mPointsPerBand[b] > 0) { in testInBand()
397 for (int b = 0; b < mBands; b++) { in testAll()
442 if (currentBand >= mBands) in computeResultsForVector()
[all …]
DAudioFrequencyLineActivity.java102 int mBands = 4; field in AudioFrequencyLineActivity
103 AudioBandSpecs[] bandSpecsArray = new AudioBandSpecs[mBands];
305 int[] mPointsPerBand = new int[mBands];
306 double[] mAverageEnergyPerBand = new double[mBands];
307 int[] mInBoundPointsPerBand = new int[mBands];
317 for (int b = 0; b < mBands; b++) { in toString()
341 if (b >= 0 && b < mBands && mPointsPerBand[b] > 0) { in testInBand()
353 for (int b = 0; b < mBands; b++) { in testAll()
393 if (currentBand >= mBands) in computeResultsForVector()
403 for (int b = 0; b < mBands; b++) { in computeResultsForVector()
[all …]
DAudioFrequencyMicActivity.java119 int mBands = 4; field in AudioFrequencyMicActivity
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++) { in toString()
483 if (b >= 0 && b < mBands && mPointsPerBand[b] > 0) { in testInBand()
496 for (int b = 0; b < mBands; b++) { in testAll()
561 if (currentBand >= mBands) in computeResultsForVector()
[all …]