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.java153 double[] noisePoints = new double[Common.WINDOW_FOR_RECORDER.length]; in measurePipStrength()
157 noisePoints[j] = noisePoints[j] * Common.WINDOW_FOR_RECORDER[j]; in measurePipStrength()
193 double[] pipPoints = new double[Common.WINDOW_FOR_RECORDER.length]; in measurePipStrength()
195 for (int j = 0; j < Common.WINDOW_FOR_RECORDER.length; j++) { in measurePipStrength()
196 pipPoints[j] = pipPoints[j] * Common.WINDOW_FOR_RECORDER[j]; in measurePipStrength()
DCommon.java49 public static final double[] WINDOW_FOR_RECORDER = field in Common