| Index: webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_abs_send_time_unittest.cc
|
| diff --git a/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_abs_send_time_unittest.cc b/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_abs_send_time_unittest.cc
|
| index e1268dad2210213d0144bad497b5d405692f098a..2a0d346bbc81338af2e4e968e4e2cb51d904cf83 100644
|
| --- a/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_abs_send_time_unittest.cc
|
| +++ b/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_abs_send_time_unittest.cc
|
| @@ -44,11 +44,11 @@ TEST_F(RemoteBitrateEstimatorAbsSendTimeTest, RateIncreaseRtpTimestamps) {
|
| }
|
|
|
| TEST_F(RemoteBitrateEstimatorAbsSendTimeTest, CapacityDropOneStream) {
|
| - CapacityDropTestHelper(1, false, 700);
|
| + CapacityDropTestHelper(1, false, 633);
|
| }
|
|
|
| TEST_F(RemoteBitrateEstimatorAbsSendTimeTest, CapacityDropOneStreamWrap) {
|
| - CapacityDropTestHelper(1, true, 700);
|
| + CapacityDropTestHelper(1, true, 633);
|
| }
|
|
|
| TEST_F(RemoteBitrateEstimatorAbsSendTimeTest, CapacityDropTwoStreamsWrap) {
|
| @@ -56,23 +56,23 @@ TEST_F(RemoteBitrateEstimatorAbsSendTimeTest, CapacityDropTwoStreamsWrap) {
|
| }
|
|
|
| TEST_F(RemoteBitrateEstimatorAbsSendTimeTest, CapacityDropThreeStreamsWrap) {
|
| - CapacityDropTestHelper(3, true, 700);
|
| + CapacityDropTestHelper(3, true, 667);
|
| }
|
|
|
| TEST_F(RemoteBitrateEstimatorAbsSendTimeTest, CapacityDropThirteenStreamsWrap) {
|
| - CapacityDropTestHelper(13, true, 666);
|
| + CapacityDropTestHelper(13, true, 667);
|
| }
|
|
|
| TEST_F(RemoteBitrateEstimatorAbsSendTimeTest, CapacityDropNineteenStreamsWrap) {
|
| - CapacityDropTestHelper(19, true, 666);
|
| + CapacityDropTestHelper(19, true, 667);
|
| }
|
|
|
| TEST_F(RemoteBitrateEstimatorAbsSendTimeTest, CapacityDropThirtyStreamsWrap) {
|
| - CapacityDropTestHelper(30, true, 666);
|
| + CapacityDropTestHelper(30, true, 667);
|
| }
|
|
|
| TEST_F(RemoteBitrateEstimatorAbsSendTimeTest, TestTimestampGrouping) {
|
| - TestTimestampGroupingTestHelper();
|
| + TestTimestampGroupingTestHelper(354280u);
|
| }
|
|
|
| TEST_F(RemoteBitrateEstimatorAbsSendTimeTest, TestGetStats) {
|
|
|