Searched refs:NANOS_PER_MILLISECOND (Results 1 – 2 of 2) sorted by relevance
52 private final static long NANOS_PER_MILLISECOND = 1000000L; field in AudioTrackLatencyTest54 private final static long NANOS_PER_SECOND = NANOS_PER_MILLISECOND * MILLIS_PER_SECOND;340 int latencyMillis = (int) (latencyNanos / NANOS_PER_MILLISECOND); in checkOutputLowLatency()
61 private final static long NANOS_PER_MILLISECOND = 1000000L; field in AudioTrackSurroundTest63 private final static long NANOS_PER_SECOND = NANOS_PER_MILLISECOND * MILLIS_PER_SECOND;