Searched refs:best_it (Results 1 – 2 of 2) sorted by relevance
157 std::list<Cluster>::const_iterator best_it = clusters.end(); in FindBestProbe() local172 best_it = it; in FindBestProbe()183 return best_it; in FindBestProbe()197 std::list<Cluster>::const_iterator best_it = FindBestProbe(clusters); in ProcessClusters() local198 if (best_it != clusters.end()) { in ProcessClusters()200 std::min(best_it->GetSendBitrateBps(), best_it->GetRecvBitrateBps()); in ProcessClusters()206 << best_it->GetSendBitrateBps() << " bps, received at " in ProcessClusters()207 << best_it->GetRecvBitrateBps() in ProcessClusters()208 << " bps. Mean send delta: " << best_it->send_mean_ms in ProcessClusters()209 << " ms, mean recv delta: " << best_it->recv_mean_ms in ProcessClusters()[all …]
252 std::vector<cricket::VideoFormat>::const_iterator best_it = formats.begin(); in GetBestCaptureFormat() local262 best_it = it; in GetBestCaptureFormat()265 return *best_it; in GetBestCaptureFormat()