Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/remote_bitrate_estimator/
Dremote_bitrate_estimator_abs_send_time.cc157 std::list<Cluster>::const_iterator best_it = clusters.end(); in FindBestProbe() local
172 best_it = it; in FindBestProbe()
183 return best_it; in FindBestProbe()
197 std::list<Cluster>::const_iterator best_it = FindBestProbe(clusters); in ProcessClusters() local
198 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 …]
/external/webrtc/talk/app/webrtc/
Dvideosource.cc252 std::vector<cricket::VideoFormat>::const_iterator best_it = formats.begin(); in GetBestCaptureFormat() local
262 best_it = it; in GetBestCaptureFormat()
265 return *best_it; in GetBestCaptureFormat()