Home
last modified time | relevance | path

Searched refs:SendSideBandwidthEstimation (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/modules/congestion_controller/goog_cc/
Dsend_side_bandwidth_estimation.cc189 SendSideBandwidthEstimation::SendSideBandwidthEstimation(RtcEventLog* event_log) in SendSideBandwidthEstimation() function in webrtc::SendSideBandwidthEstimation
232 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 …]
Dsend_side_bandwidth_estimation.h73 class SendSideBandwidthEstimation {
75 SendSideBandwidthEstimation() = delete;
76 explicit SendSideBandwidthEstimation(RtcEventLog* event_log);
77 ~SendSideBandwidthEstimation();
Dsend_side_bandwidth_estimation_unittest.cc39 SendSideBandwidthEstimation bwe(&event_log); in TestProbing()
91 SendSideBandwidthEstimation bwe(&event_log); in TEST()
141 SendSideBandwidthEstimation bwe(&event_log); in TEST()
Dgoog_cc_network_control.h98 std::unique_ptr<SendSideBandwidthEstimation> bandwidth_estimation_;
Dgoog_cc_network_control.cc99 std::make_unique<SendSideBandwidthEstimation>(event_log_)), in GoogCcNetworkController()