Searched refs:latencyNanos (Results 1 – 2 of 2) sorted by relevance
52 int64_t latencyNanos = calculatedTimeNanos - now; in measureLatency() local53 int32_t latencyMillis = (int32_t) ((latencyNanos + NANOS_PER_MILLISECOND - 1) in measureLatency()
347 long latencyNanos = timePresented - timeWritten; in checkOutputLowLatency() local348 int latencyMillis = (int) (latencyNanos / NANOS_PER_MILLISECOND); in checkOutputLowLatency()