Searched refs:latencyNanos (Results 1 – 3 of 3) sorted by relevance
171 const int64_t latencyNanos = getLatency(presentationTime, presentationPosition); in testTimestamp() local172 maxLatencyNanos = std::max(maxLatencyNanos, latencyNanos); in testTimestamp()173 minLatencyNanos = std::min(minLatencyNanos, latencyNanos); in testTimestamp()174 sumLatencyNanos += latencyNanos; in testTimestamp()
56 int64_t latencyNanos = calculatedTimeNanos - now; in measureLatency() local57 int32_t latencyMillis = (int32_t) ((latencyNanos + NANOS_PER_MILLISECOND - 1) in measureLatency()
397 long latencyNanos = timePresented - timeWritten; in checkOutputLowLatency() local398 int latencyMillis = (int) (latencyNanos / NANOS_PER_MILLISECOND); in checkOutputLowLatency()