Searched refs:mInBoundPointsPerBand (Results 1 – 5 of 5) sorted by relevance
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/ |
D | AudioFrequencySpeakerActivity.java | 323 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()
|
D | AudioFrequencyLineActivity.java | 302 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()
|
D | AudioFrequencyVoiceRecognitionActivity.java | 543 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()
|
D | AudioFrequencyUnprocessedActivity.java | 522 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()
|
D | AudioFrequencyMicActivity.java | 486 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()
|