|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include "webrtc/modules/congestion_controller/probe_bitrate_estimator.h"#include <vector>#include <utility>#include "webrtc/modules/remote_bitrate_estimator/aimd_rate_control.h"#include "webrtc/test/gmock.h"#include "webrtc/test/gtest.h"Classes | |
| class | webrtc::TestProbeBitrateEstimator |
Namespaces | |
| webrtc | |
Functions | |
| webrtc::TEST_F (TestProbeBitrateEstimator, OneCluster) | |
| webrtc::TEST_F (TestProbeBitrateEstimator, FastReceive) | |
| webrtc::TEST_F (TestProbeBitrateEstimator, TooFastReceive) | |
| webrtc::TEST_F (TestProbeBitrateEstimator, SlowReceive) | |
| webrtc::TEST_F (TestProbeBitrateEstimator, BurstReceive) | |
| webrtc::TEST_F (TestProbeBitrateEstimator, MultipleClusters) | |
| webrtc::TEST_F (TestProbeBitrateEstimator, IgnoreOldClusters) | |
| webrtc::TEST_F (TestProbeBitrateEstimator, IgnoreSizeLastSendPacket) | |
| webrtc::TEST_F (TestProbeBitrateEstimator, IgnoreSizeFirstReceivePacket) | |
Variables | |
| constexpr int | webrtc::INVALID_BPS = -1 |
1.8.13