Searched refs:total_latency (Results 1 – 4 of 4) sorted by relevance
21 ((*it)->total_latency() >= node->total_latency())) { in AddNode()401 DCHECK_NE(-1, successor->total_latency()); in ComputeTotalLatencies()402 if (successor->total_latency() > max_latency) { in ComputeTotalLatencies()403 max_latency = successor->total_latency(); in ComputeTotalLatencies()
74 int total_latency() const { return total_latency_; } in total_latency() function
126 pa_usec_t total_latency; member306 o->total_latency = snapshot_latency; in adjust_rates()310 if (min_total_latency == (pa_usec_t)-1 || o->total_latency < min_total_latency) in adjust_rates()311 min_total_latency = o->total_latency; in adjust_rates()321 if (o->total_latency > 10*PA_USEC_PER_SEC) in adjust_rates()322 …timing in one of your drivers is broken.", o->sink->name, (double) o->total_latency / PA_USEC_PER_… in adjust_rates()337 target_latency = o_max->total_latency; in adjust_rates()354 latency_difference = (int64_t)o->total_latency - (int64_t)target_latency; in adjust_rates()
57796 long unsigned int total_latency; member