Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/remote_bitrate_estimator/
Daimd_rate_control.cc30 AimdRateControl::AimdRateControl() in AimdRateControl() function in webrtc::AimdRateControl
49 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 …]
Daimd_rate_control.h24 class AimdRateControl {
26 AimdRateControl();
27 virtual ~AimdRateControl() {} in ~AimdRateControl()
Dremote_bitrate_estimator_single_stream.cc53 remote_rate_(new AimdRateControl()), in RemoteBitrateEstimatorSingleStream()
169 remote_rate_.reset(new AimdRateControl()); in UpdateEstimate()
Dremote_bitrate_estimator_single_stream.h58 rtc::scoped_ptr<AimdRateControl> remote_rate_ GUARDED_BY(crit_sect_.get());
Dremote_bitrate_estimator_abs_send_time.h138 AimdRateControl remote_rate_ GUARDED_BY(crit_sect_.get());