Searched refs:AimdRateControl (Results 1 – 5 of 5) sorted by relevance
30 AimdRateControl::AimdRateControl() in AimdRateControl() function in webrtc::AimdRateControl49 void AimdRateControl::SetMinBitrate(int min_bitrate_bps) { in SetMinBitrate()54 bool AimdRateControl::ValidEstimate() const { in ValidEstimate()58 int64_t AimdRateControl::GetFeedbackInterval() const { in GetFeedbackInterval()69 bool AimdRateControl::TimeToReduceFurther(int64_t time_now, in TimeToReduceFurther()85 uint32_t AimdRateControl::LatestEstimate() const { in LatestEstimate()89 uint32_t AimdRateControl::UpdateBandwidthEstimate(int64_t now_ms) { in UpdateBandwidthEstimate()98 void AimdRateControl::SetRtt(int64_t rtt) { in SetRtt()102 void AimdRateControl::Update(const RateControlInput* input, int64_t now_ms) { in Update()132 void AimdRateControl::SetEstimate(int bitrate_bps, int64_t now_ms) { in SetEstimate()[all …]
24 class AimdRateControl {26 AimdRateControl();27 virtual ~AimdRateControl() {} in ~AimdRateControl()
53 remote_rate_(new AimdRateControl()), in RemoteBitrateEstimatorSingleStream()169 remote_rate_.reset(new AimdRateControl()); in UpdateEstimate()
58 rtc::scoped_ptr<AimdRateControl> remote_rate_ GUARDED_BY(crit_sect_.get());
138 AimdRateControl remote_rate_ GUARDED_BY(crit_sect_.get());