Searched refs:latencyNanos (Results 1 – 1 of 1) sorted by relevance
339 long latencyNanos = timePresented - timeWritten; in checkOutputLowLatency() local340 int latencyMillis = (int) (latencyNanos / NANOS_PER_MILLISECOND); in checkOutputLowLatency()