Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DWavAnalyzer.java80 double[] coeffOfVar = new double[Common.PIP_NUM]; in isConsistent()
81 for (int i = 0; i < Common.PIP_NUM; i++) { in isConsistent()
150 noisePower = new double[Common.PIP_NUM][Common.NOISE_SAMPLES]; in measurePipStrength()
151 noiseDB = new double[Common.PIP_NUM]; in measurePipStrength()
159 for (int i = 0; i < Common.PIP_NUM; i++) { in measurePipStrength()
173 for (int i = 0; i < Common.PIP_NUM; i++) { in measurePipStrength()
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()
185 if (i % Common.PIP_NUM == 0) { in measurePipStrength()
186 listener.sendMessage("#" + (i / Common.PIP_NUM + 1) + "\n"); in measurePipStrength()
[all …]
DHifiUltrasoundTestActivity.java176 + Common.PIP_NUM * (Common.PIP_DURATION_S + Common.PAUSE_DURATION_S) in onCreate()
233 Double[] frequencies = new Double[Common.PIP_NUM]; in plotResponse()
234 for (int i = 0; i < Common.PIP_NUM; i++) { in plotResponse()
243 Double[] powerWrap = new Double[Common.PIP_NUM]; in plotResponse()
244 for (int j = 0; j < Common.PIP_NUM; j++) { in plotResponse()
259 Double[] noiseDBWrap = new Double[Common.PIP_NUM]; in plotResponse()
260 for (int i = 0; i < Common.PIP_NUM; i++) { in plotResponse()
275 Double[] dBWrap = new Double[Common.PIP_NUM]; in plotResponse()
276 for (int i = 0; i < Common.PIP_NUM; i++) { in plotResponse()
DHifiUltrasoundSpeakerTestActivity.java196 + Common.PIP_NUM * (Common.PIP_DURATION_S + Common.PAUSE_DURATION_S) in onCreate()
274 Double[] frequencies = new Double[Common.PIP_NUM]; in plotResponse()
275 for (int i = 0; i < Common.PIP_NUM; i++) { in plotResponse()
283 Double[] powerWrap = new Double[Common.PIP_NUM]; in plotResponse()
284 for (int j = 0; j < Common.PIP_NUM; j++) { in plotResponse()
299 Double[] noiseDBWrap = new Double[Common.PIP_NUM]; in plotResponse()
300 for (int i = 0; i < Common.PIP_NUM; i++) { in plotResponse()
315 Double[] dBWrap = new Double[Common.PIP_NUM]; in plotResponse()
316 for (int i = 0; i < Common.PIP_NUM; i++) { in plotResponse()
DCommon.java45 public static final int PIP_NUM = FREQUENCIES_ORIGINAL.length; field in Common
141 int[] order = new int[REPETITIONS * PIP_NUM]; in order()
144 for (int i = 0; i < REPETITIONS * PIP_NUM; i++) { in order()
DSoundGenerator.java15 int pipNum = Common.PIP_NUM; in SoundGenerator()
DAudioMicrophoneMuteToggleActivity.java123 + Common.PIP_NUM * (Common.PIP_DURATION_S in onCreate()