webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Namespaces | Functions
aimd_rate_control_unittest.cc File Reference
#include <memory>
#include "webrtc/modules/remote_bitrate_estimator/aimd_rate_control.h"
#include "webrtc/system_wrappers/include/clock.h"
#include "webrtc/test/gtest.h"

Namespaces

 webrtc
 

Functions

 webrtc::TEST (AimdRateControlTest, MinNearMaxIncreaseRateOnLowBandwith)
 
 webrtc::TEST (AimdRateControlTest, NearMaxIncreaseRateIs5kbpsOn90kbpsAnd200msRtt)
 
 webrtc::TEST (AimdRateControlTest, NearMaxIncreaseRateIs5kbpsOn60kbpsAnd100msRtt)
 
 webrtc::TEST (AimdRateControlTest, UnknownBitrateDecreaseBeforeFirstOveruse)
 
 webrtc::TEST (AimdRateControlTest, GetLastBitrateDecrease)
 
 webrtc::TEST (AimdRateControlTest, BweLimitedByAckedBitrate)
 
 webrtc::TEST (AimdRateControlTest, BweNotLimitedByDecreasingAckedBitrate)
 

Variable Documentation

◆ aimd_rate_control

std::unique_ptr<AimdRateControl> aimd_rate_control

◆ simulated_clock

std::unique_ptr<SimulatedClock> simulated_clock