Lines Matching defs:latency
111 uint32_t latency;
139 int64_t latency;
145 latency = pa_smoother_2_get_delay(u->smoother, pa_rtclock_now(), u->write_count);
150 latency = pa_bytes_to_usec(u->write_count, &u->sink->sample_spec) - (int64_t) now;
153 /* RAOP default latency */
154 latency += u->latency * PA_USEC_PER_MSEC;
156 return latency;
771 u->latency = RAOP_DEFAULT_LATENCY;
782 if (pa_modargs_get_value_u32(ma, "latency_msec", &u->latency) < 0) {