Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/remote_bitrate_estimator/
Dremote_bitrate_estimator_abs_send_time.cc169 std::min(it->GetSendBitrateBps(), it->GetRecvBitrateBps()); in FindBestProbe()
200 std::min(best_it->GetSendBitrateBps(), best_it->GetRecvBitrateBps()); in ProcessClusters()
206 << best_it->GetSendBitrateBps() << " bps, received at " in ProcessClusters()
Dremote_bitrate_estimator_abs_send_time.h48 int GetSendBitrateBps() const { in GetSendBitrateBps() function