Home
last modified time | relevance | path

Searched refs:bandwidth_estimate_ (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/modules/congestion_controller/pcc/
Dpcc_network_controller.cc60 bandwidth_estimate_(default_bandwidth_), in PccNetworkController()
83 bandwidth_estimate_ = default_bandwidth_; in PccNetworkController()
95 sending_rate = bandwidth_estimate_; in CreateRateUpdate()
132 monitor_intervals_bitrates_ = {bandwidth_estimate_}; in OnSentPacket()
133 monitor_intervals_.emplace_back(bandwidth_estimate_, msg.send_time, in OnSentPacket()
160 DataRate receiving_rate = bandwidth_estimate_; in OnSentPacket()
163 bandwidth_estimate_ = in OnSentPacket()
164 std::min<DataRate>(bandwidth_estimate_ * 0.5, receiving_rate); in OnSentPacket()
178 DataRate receiving_rate = bandwidth_estimate_; in OnSentPacket()
181 bandwidth_estimate_ = receiving_rate; in OnSentPacket()
[all …]
Dpcc_network_controller.h101 DataRate bandwidth_estimate_; variable
/external/openscreen/cast/standalone_sender/
Dlooping_file_sender.cc55 bandwidth_estimate_ = session_->GetEstimatedNetworkBandwidth(); in ControlForNetworkCongestion()
56 if (bandwidth_estimate_ > 0) { in ControlForNetworkCongestion()
61 kGoodNetworkCitizenFactor * bandwidth_estimate_, kMinRequiredBitrate); in ControlForNetworkCongestion()
146 static_cast<int>(millis_part.count()), bandwidth_estimate_ / 1024); in UpdateStatusOnConsole()
Dlooping_file_sender.h69 int bandwidth_estimate_ = 0; variable