#include "webrtc/base/constructormagic.h"
#include "webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_single_stream.h"
#include "webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_unittest_helper.h"
|
| | webrtc::TEST_F (RemoteBitrateEstimatorSingleTest, InitialBehavior) |
| |
| | webrtc::TEST_F (RemoteBitrateEstimatorSingleTest, RateIncreaseReordering) |
| |
| | webrtc::TEST_F (RemoteBitrateEstimatorSingleTest, RateIncreaseRtpTimestamps) |
| |
| | webrtc::TEST_F (RemoteBitrateEstimatorSingleTest, CapacityDropOneStream) |
| |
| | webrtc::TEST_F (RemoteBitrateEstimatorSingleTest, CapacityDropOneStreamWrap) |
| |
| | webrtc::TEST_F (RemoteBitrateEstimatorSingleTest, CapacityDropTwoStreamsWrap) |
| |
| | webrtc::TEST_F (RemoteBitrateEstimatorSingleTest, CapacityDropThreeStreamsWrap) |
| |
| | webrtc::TEST_F (RemoteBitrateEstimatorSingleTest, CapacityDropThirteenStreamsWrap) |
| |
| | webrtc::TEST_F (RemoteBitrateEstimatorSingleTest, CapacityDropNineteenStreamsWrap) |
| |
| | webrtc::TEST_F (RemoteBitrateEstimatorSingleTest, CapacityDropThirtyStreamsWrap) |
| |
| | webrtc::TEST_F (RemoteBitrateEstimatorSingleTest, TestTimestampGrouping) |
| |