Home
last modified time | relevance | path

Searched refs:REPETITIONS (Results 1 – 6 of 6) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DCommon.java41 public static final int REPETITIONS = 5; field in Common
107 double[] randomFrequencies = new double[Common.REPETITIONS * originalFrequencies.length]; in frequencies()
108 for (int i = 0; i < REPETITIONS * originalFrequencies.length; i++) { in frequencies()
141 int[] order = new int[REPETITIONS * PIP_NUM]; in order()
144 for (int i = 0; i < REPETITIONS * PIP_NUM; i++) { in order()
DSoundGenerator.java21 int sampleLength = prefixTotalLength + Common.REPETITIONS * repetitionLength; in SoundGenerator()
30 for (int i = 0; i < pipNum * Common.REPETITIONS; i++) { in SoundGenerator()
DWavAnalyzer.java82 double[] powerAtFreq = new double[Common.REPETITIONS]; in isConsistent()
83 for (int j = 0; j < Common.REPETITIONS; j++) { in isConsistent()
183 power = new double[Common.PIP_NUM][Common.REPETITIONS]; in measurePipStrength()
184 for (int i = 0; i < Common.PIP_NUM * Common.REPETITIONS; i++) { in measurePipStrength()
DHifiUltrasoundTestActivity.java177 * Common.REPETITIONS)); in onCreate()
242 for(int i = 0; i < Common.REPETITIONS; i++) { in plotResponse()
DAudioMicrophoneMuteToggleActivity.java125 * Common.REPETITIONS)); in onCreate()
DHifiUltrasoundSpeakerTestActivity.java197 * Common.REPETITIONS)); in onCreate()
282 for(int i = 0; i < Common.REPETITIONS; i++) { in plotResponse()