Lines Matching defs:max
606 pa_log_debug("Sink input update max request %lu", (unsigned long) nbytes);
613 pa_usec_t min, max, fix;
623 max = fix;
626 max = i->sink->thread_info.max_latency;
630 (pa_atomic_load(&o->max_latency) == (int) max))
634 pa_atomic_store(&o->max_latency, (int) max);
635 pa_log_debug("Sink input update latency range %lu %lu", (unsigned long) min, (unsigned long) max);
642 pa_usec_t fix, min, max;
672 pa_log_debug("attach max request %lu", (unsigned long) nbytes);
676 min = max = fix;
679 max = i->sink->thread_info.max_latency;
682 pa_atomic_store(&o->max_latency, (int) max);
683 pa_log_debug("attach latency range %lu %lu", (unsigned long) min, (unsigned long) max);
914 pa_log_debug("Sink update max request %lu", (unsigned long) max_request);
927 * the max of min and min of max locally */
930 pa_usec_t max = (size_t) pa_atomic_load(&o->max_latency);
934 if (max_latency == (pa_usec_t) -1 || max < max_latency)
935 max_latency = max;
943 /* As long as we don't support rewinding, we should limit the max latency
948 /* Never ever try to set lower max latency than min latency, it just