Lines Matching defs:limit
2610 /* Called from IO thread. Gets max_rewind limit from sink inputs.
2622 /* Get rewind limit in sink sample spec from sink inputs */
2628 size_t limit;
2630 limit = i->get_max_rewind_limit(i);
2631 if (rewind_limit == (size_t)(-1) || rewind_limit > limit)
2632 rewind_limit = limit;
2851 * otherwise the sink may limit the rewind amount
3278 /* min_latency == 0: no limit
3279 * min_latency anything else: specified limit
3869 pa_usec_t limit = pa_sink_get_latency_within_thread(s, false);
3871 pa_log_debug("latency = %lld", (long long) limit);
3872 limit += pa_rtclock_now() + s->thread_info.volume_change_extra_delay;
3875 pa_usec_t modified_limit = limit;