Home
last modified time | relevance | path

Searched refs:WINDOW_FOR_RECORDER (Results 1 – 2 of 2) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DWavAnalyzer.java151 double[] noisePoints = new double[Common.WINDOW_FOR_RECORDER.length]; in measurePipStrength()
155 noisePoints[j] = noisePoints[j] * Common.WINDOW_FOR_RECORDER[j]; in measurePipStrength()
191 double[] pipPoints = new double[Common.WINDOW_FOR_RECORDER.length]; in measurePipStrength()
193 for (int j = 0; j < Common.WINDOW_FOR_RECORDER.length; j++) { in measurePipStrength()
194 pipPoints[j] = pipPoints[j] * Common.WINDOW_FOR_RECORDER[j]; in measurePipStrength()
DCommon.java40 public static final double[] WINDOW_FOR_RECORDER = field in Common