Searched refs:bandwidth_estimate_ (Results 1 – 4 of 4) sorted by relevance
60 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 …]
101 DataRate bandwidth_estimate_; variable
55 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()
69 int bandwidth_estimate_ = 0; variable