HomeSort by relevance Sort by last modified time
    Searched refs:toLength (Results 1 - 8 of 8) sorted by null

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
SoundGenerator.java 16 int prefixTotalLength = Util.toLength(Common.PREFIX_LENGTH_S, Common.PLAYING_SAMPLE_RATE_HZ)
17 + Util.toLength(Common.PAUSE_BEFORE_PREFIX_DURATION_S, Common.PLAYING_SAMPLE_RATE_HZ)
18 + Util.toLength(Common.PAUSE_AFTER_PREFIX_DURATION_S, Common.PLAYING_SAMPLE_RATE_HZ);
19 int repetitionLength = pipNum * Util.toLength(
26 Util.toLength(Common.PAUSE_BEFORE_PREFIX_DURATION_S, Common.PLAYING_SAMPLE_RATE_HZ),
33 prefixTotalLength + i * Util.toLength(
Common.java 41 hann(Util.toLength(PIP_DURATION_S, RECORDING_SAMPLE_RATE_HZ));
43 hann(Util.toLength(PIP_DURATION_S, PLAYING_SAMPLE_RATE_HZ));
WavAnalyzer.java 135 + Util.toLength(Common.PREFIX_LENGTH_S + Common.PAUSE_AFTER_PREFIX_DURATION_S, sampleRate);
189 + Util.toLength(i * (Common.PIP_DURATION_S + Common.PAUSE_DURATION_S), sampleRate);
223 final int zeroPad = Util.toLength(Common.PREFIX_LENGTH_S, Common.RECORDING_SAMPLE_RATE_HZ) - 1;
Util.java 17 public static int toLength(double duration, int sampleRate) {
  /external/icu/icu4c/source/common/
ucurr.cpp     [all...]
  /external/deqp/modules/gles2/scripts/
genutil.py 110 def repeatToLength(lst, toLength):
111 return (toLength / len(lst)) * lst + lst[: toLength % len(lst)]
  /external/deqp/modules/gles3/scripts/
genutil.py 110 def repeatToLength(lst, toLength):
111 return (toLength / len(lst)) * lst + lst[: toLength % len(lst)]
  /external/deqp/modules/gles31/scripts/
genutil.py 110 def repeatToLength(lst, toLength):
111 return (toLength / len(lst)) * lst + lst[: toLength % len(lst)]

Completed in 881 milliseconds