Home
last modified time | relevance | path

Searched refs:mInBoundPointsPerBand (Results 1 – 5 of 5) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DAudioFrequencySpeakerActivity.java323 int[] mInBoundPointsPerBand = new int[mBands]; field in AudioFrequencySpeakerActivity.Results
338 percent = 100.0 * (double)mInBoundPointsPerBand[b] / mPointsPerBand[b]; in toString()
343 mInBoundPointsPerBand[b], in toString()
362 if ((double)mInBoundPointsPerBand[b] / mPointsPerBand[b] > in testInBand()
460 results.mInBoundPointsPerBand[currentBand]++; in computeResultsForVector()
503 results.mInBoundPointsPerBand[b], in storeTestResults()
DAudioFrequencyLineActivity.java302 int[] mInBoundPointsPerBand = new int[mBands]; field in AudioFrequencyLineActivity.Results
315 percent = 100.0 * (double)mInBoundPointsPerBand[b] / mPointsPerBand[b]; in toString()
320 mInBoundPointsPerBand[b], in toString()
337 if ((double)mInBoundPointsPerBand[b] / mPointsPerBand[b] > in testInBand()
429 results.mInBoundPointsPerBand[currentBand]++; in computeResultsForVector()
473 results.mInBoundPointsPerBand[b], in storeTestResults()
DAudioFrequencyVoiceRecognitionActivity.java543 results.mInBoundPointsPerBand[currentBand]++; in processSpectrum()
834 int[] mInBoundPointsPerBand;// = new int[mBands]; field in AudioFrequencyVoiceRecognitionActivity.Results
840 mInBoundPointsPerBand = new int[mBandCount]; in Results()
846 mInBoundPointsPerBand[i] = 0; in reset()
857 percent = 100.0 * (double) mInBoundPointsPerBand[b] / mPointsPerBand[b]; in toString()
862 mInBoundPointsPerBand[b], in toString()
872 if ((double) mInBoundPointsPerBand[b] / mPointsPerBand[b] > in testInBand()
938 results.mInBoundPointsPerBand[b], in storeTestResults()
DAudioFrequencyUnprocessedActivity.java522 results.mInBoundPointsPerBand[currentBand]++; in processSpectrum()
823 int[] mInBoundPointsPerBand;// = new int[mBands]; field in AudioFrequencyUnprocessedActivity.Results
829 mInBoundPointsPerBand = new int[mBandCount]; in Results()
835 mInBoundPointsPerBand[i] = 0; in reset()
846 percent = 100.0 * (double) mInBoundPointsPerBand[b] / mPointsPerBand[b]; in toString()
851 mInBoundPointsPerBand[b], in toString()
861 if ((double) mInBoundPointsPerBand[b] / mPointsPerBand[b] > in testInBand()
936 results.mInBoundPointsPerBand[b], in storeTestResults()
DAudioFrequencyMicActivity.java486 int[] mInBoundPointsPerBand = new int[mBands]; field in AudioFrequencyMicActivity.Results
501 percent = 100.0 * (double) mInBoundPointsPerBand[b] / mPointsPerBand[b]; in toString()
506 mInBoundPointsPerBand[b], in toString()
525 if ((double) mInBoundPointsPerBand[b] / mPointsPerBand[b] > in testInBand()
650 results.mInBoundPointsPerBand[currentBand]++; in computeResultsForVector()
704 results.mInBoundPointsPerBand[b], in storeTestResults()