Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DUtil.java86 public static double[] toDouble(short[] data) { in toDouble() method in Util
DWavAnalyzer.java31 this.data = Util.toDouble(shortData); in WavAnalyzer()