Searched defs:AimdRateControl (Results 1 - 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/remote_bitrate_estimator/
H A Daimd_rate_control.h24 class AimdRateControl { class in namespace:webrtc
26 AimdRateControl();
27 virtual ~AimdRateControl() {}
H A Daimd_rate_control.cc30 AimdRateControl::AimdRateControl() function in class:webrtc::AimdRateControl
49 void AimdRateControl::SetMinBitrate(int min_bitrate_bps) {
54 bool AimdRateControl::ValidEstimate() const {
58 int64_t AimdRateControl::GetFeedbackInterval() const {
69 bool AimdRateControl::TimeToReduceFurther(int64_t time_now,
85 uint32_t AimdRateControl::LatestEstimate() const {
89 uint32_t AimdRateControl::UpdateBandwidthEstimate(int64_t now_ms) {
98 void AimdRateControl::SetRtt(int64_t rtt) {
102 void AimdRateControl
[all...]

Completed in 144 milliseconds