| Index: webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_single_stream_unittest.cc
|
| diff --git a/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_single_stream_unittest.cc b/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_single_stream_unittest.cc
|
| index a7e1aa61efb191bcc14e2745986353eae063c5bc..7cd7704b80466d73a558a3dad3d1a203bf896197 100644
|
| --- a/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_single_stream_unittest.cc
|
| +++ b/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_single_stream_unittest.cc
|
| @@ -42,34 +42,34 @@ TEST_F(RemoteBitrateEstimatorSingleTest, RateIncreaseRtpTimestamps) {
|
| }
|
|
|
| TEST_F(RemoteBitrateEstimatorSingleTest, CapacityDropOneStream) {
|
| - CapacityDropTestHelper(1, false, 700);
|
| + CapacityDropTestHelper(1, false, 567);
|
| }
|
|
|
| TEST_F(RemoteBitrateEstimatorSingleTest, CapacityDropOneStreamWrap) {
|
| - CapacityDropTestHelper(1, true, 700);
|
| + CapacityDropTestHelper(1, true, 567);
|
| }
|
|
|
| TEST_F(RemoteBitrateEstimatorSingleTest, CapacityDropTwoStreamsWrap) {
|
| - CapacityDropTestHelper(2, true, 666);
|
| + CapacityDropTestHelper(2, true, 667);
|
| }
|
|
|
| TEST_F(RemoteBitrateEstimatorSingleTest, CapacityDropThreeStreamsWrap) {
|
| - CapacityDropTestHelper(3, true, 700);
|
| + CapacityDropTestHelper(3, true, 633);
|
| }
|
|
|
| TEST_F(RemoteBitrateEstimatorSingleTest, CapacityDropThirteenStreamsWrap) {
|
| - CapacityDropTestHelper(13, true, 700);
|
| + CapacityDropTestHelper(13, true, 633);
|
| }
|
|
|
| TEST_F(RemoteBitrateEstimatorSingleTest, CapacityDropNineteenStreamsWrap) {
|
| - CapacityDropTestHelper(19, true, 700);
|
| + CapacityDropTestHelper(19, true, 633);
|
| }
|
|
|
| TEST_F(RemoteBitrateEstimatorSingleTest, CapacityDropThirtyStreamsWrap) {
|
| - CapacityDropTestHelper(30, true, 700);
|
| + CapacityDropTestHelper(30, true, 600);
|
| }
|
|
|
| TEST_F(RemoteBitrateEstimatorSingleTest, TestTimestampGrouping) {
|
| - TestTimestampGroupingTestHelper();
|
| + TestTimestampGroupingTestHelper(361080u);
|
| }
|
| } // namespace webrtc
|
|
|