Searched refs:SendSideBandwidthEstimation (Results 1 – 5 of 5) sorted by relevance
189 SendSideBandwidthEstimation::SendSideBandwidthEstimation(RtcEventLog* event_log) in SendSideBandwidthEstimation() function in webrtc::SendSideBandwidthEstimation232 SendSideBandwidthEstimation::~SendSideBandwidthEstimation() {} in ~SendSideBandwidthEstimation()234 void SendSideBandwidthEstimation::OnRouteChange() { in OnRouteChange()259 void SendSideBandwidthEstimation::SetBitrates( in SetBitrates()271 void SendSideBandwidthEstimation::SetSendBitrate(DataRate bitrate, in SetSendBitrate()285 void SendSideBandwidthEstimation::SetMinMaxBitrate(DataRate min_bitrate, in SetMinMaxBitrate()296 int SendSideBandwidthEstimation::GetMinBitrate() const { in GetMinBitrate()300 DataRate SendSideBandwidthEstimation::target_rate() const { in target_rate()304 DataRate SendSideBandwidthEstimation::GetEstimatedLinkCapacity() const { in GetEstimatedLinkCapacity()308 void SendSideBandwidthEstimation::UpdateReceiverEstimate(Timestamp at_time, in UpdateReceiverEstimate()[all …]
73 class SendSideBandwidthEstimation {75 SendSideBandwidthEstimation() = delete;76 explicit SendSideBandwidthEstimation(RtcEventLog* event_log);77 ~SendSideBandwidthEstimation();
39 SendSideBandwidthEstimation bwe(&event_log); in TestProbing()91 SendSideBandwidthEstimation bwe(&event_log); in TEST()141 SendSideBandwidthEstimation bwe(&event_log); in TEST()
98 std::unique_ptr<SendSideBandwidthEstimation> bandwidth_estimation_;
99 std::make_unique<SendSideBandwidthEstimation>(event_log_)), in GoogCcNetworkController()