Home
last modified time | relevance | path

Searched refs:sent_probes (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/modules/pacing/
Dbitrate_prober.cc185 if (cluster->sent_probes == 0) { in ProbeSent()
190 cluster->sent_probes += 1; in ProbeSent()
193 cluster->sent_probes >= cluster->pace_info.probe_cluster_min_probes) { in ProbeSent()
197 cluster->sent_probes); in ProbeSent()
Dbitrate_prober.h105 int sent_probes = 0; member