Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(367)

Issue 2126793002: Reset InterArrival if arrival time clock makes a jump. (Closed)

Created:
4 years, 5 months ago by stefan-webrtc
Modified:
4 years, 5 months ago
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com, zhuangzesen_agora.io, stefan-webrtc, mflodman, terelius
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Reset InterArrival if arrival time clock makes a jump. Also adds a copy of the BWE test suite to the new DelayBasedBwe class. BUG=webrtc:6079 Committed: https://crrev.com/5e12d36ba7e7d5f83a79e3a427dfcaa70716ebe7 Cr-Commit-Position: refs/heads/master@{#13428}

Patch Set 1 #

Patch Set 2 : Cleanup #

Total comments: 39

Patch Set 3 : Comments addressed. #

Patch Set 4 : Clean #

Patch Set 5 : Remove no longer needed test. #

Patch Set 6 : fix build #

Patch Set 7 : Fix a few test issues. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+925 lines, -297 lines) Patch
M webrtc/modules/BUILD.gn View 1 chunk +3 lines, -0 lines 0 comments Download
M webrtc/modules/congestion_controller/congestion_controller.cc View 1 2 3 4 5 3 chunks +4 lines, -4 lines 0 comments Download
M webrtc/modules/congestion_controller/delay_based_bwe.h View 1 3 chunks +5 lines, -9 lines 0 comments Download
M webrtc/modules/congestion_controller/delay_based_bwe.cc View 1 6 chunks +12 lines, -38 lines 0 comments Download
M webrtc/modules/congestion_controller/delay_based_bwe_unittest.cc View 1 2 3 4 6 chunks +121 lines, -95 lines 0 comments Download
A + webrtc/modules/congestion_controller/delay_based_bwe_unittest_helper.h View 1 2 3 4 5 6 6 chunks +34 lines, -82 lines 0 comments Download
A webrtc/modules/congestion_controller/delay_based_bwe_unittest_helper.cc View 1 2 3 4 5 6 1 chunk +500 lines, -0 lines 0 comments Download
M webrtc/modules/modules.gyp View 1 chunk +2 lines, -0 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/inter_arrival.h View 1 2 4 chunks +10 lines, -0 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/inter_arrival.cc View 1 2 4 chunks +32 lines, -4 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/inter_arrival_unittest.cc View 1 2 5 chunks +126 lines, -12 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/overuse_detector_unittest.cc View 1 chunk +3 lines, -6 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_abs_send_time.h View 2 chunks +3 lines, -1 line 0 comments Download
M webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_abs_send_time.cc View 1 2 6 chunks +16 lines, -11 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_abs_send_time_unittest.cc View 1 2 3 4 5 6 2 chunks +16 lines, -8 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_single_stream.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_single_stream_unittest.cc View 1 chunk +7 lines, -7 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_unittest_helper.h View 1 2 3 4 5 6 3 chunks +5 lines, -4 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_unittest_helper.cc View 1 2 3 4 5 6 9 chunks +18 lines, -8 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/test/estimators/remb.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/remote_bitrate_estimator/test/estimators/send_side.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/remote_bitrate_estimator/tools/bwe_rtp.cc View 1 chunk +3 lines, -3 lines 0 comments Download

Messages

Total messages: 42 (18 generated)
stefan-webrtc
Cleanup
4 years, 5 months ago (2016-07-06 11:53:46 UTC) #1
stefan-webrtc
philipel, ptal at the tests I copied over (unittest helper, etc). sprang, please review the ...
4 years, 5 months ago (2016-07-06 11:56:58 UTC) #4
sprang_webrtc
https://codereview.webrtc.org/2126793002/diff/20001/webrtc/modules/remote_bitrate_estimator/inter_arrival.cc File webrtc/modules/remote_bitrate_estimator/inter_arrival.cc (right): https://codereview.webrtc.org/2126793002/diff/20001/webrtc/modules/remote_bitrate_estimator/inter_arrival.cc#newcode63 webrtc/modules/remote_bitrate_estimator/inter_arrival.cc:63: if (*arrival_time_delta_ms > system_time_delta_ms) { I'm not sure I ...
4 years, 5 months ago (2016-07-06 12:46:37 UTC) #5
philipel
https://codereview.webrtc.org/2126793002/diff/20001/webrtc/modules/congestion_controller/delay_based_bwe_unittest.cc File webrtc/modules/congestion_controller/delay_based_bwe_unittest.cc (right): https://codereview.webrtc.org/2126793002/diff/20001/webrtc/modules/congestion_controller/delay_based_bwe_unittest.cc#newcode14 webrtc/modules/congestion_controller/delay_based_bwe_unittest.cc:14: #include "webrtc/modules/congestion_controller/delay_based_bwe.h" Move to top https://codereview.webrtc.org/2126793002/diff/20001/webrtc/modules/congestion_controller/delay_based_bwe_unittest.cc#newcode23 webrtc/modules/congestion_controller/delay_based_bwe_unittest.cc:23: static constexpr ...
4 years, 5 months ago (2016-07-06 13:36:36 UTC) #6
stefan-webrtc
Comments addressed.
4 years, 5 months ago (2016-07-06 14:53:09 UTC) #7
stefan-webrtc
https://codereview.webrtc.org/2126793002/diff/20001/webrtc/modules/congestion_controller/delay_based_bwe_unittest.cc File webrtc/modules/congestion_controller/delay_based_bwe_unittest.cc (right): https://codereview.webrtc.org/2126793002/diff/20001/webrtc/modules/congestion_controller/delay_based_bwe_unittest.cc#newcode14 webrtc/modules/congestion_controller/delay_based_bwe_unittest.cc:14: #include "webrtc/modules/congestion_controller/delay_based_bwe.h" On 2016/07/06 13:36:36, philipel wrote: > Move ...
4 years, 5 months ago (2016-07-06 14:53:24 UTC) #8
stefan-webrtc
Clean
4 years, 5 months ago (2016-07-06 14:56:36 UTC) #9
stefan-webrtc
Remove no longer needed test.
4 years, 5 months ago (2016-07-06 15:02:44 UTC) #10
sprang_webrtc
lgtm
4 years, 5 months ago (2016-07-06 15:08:14 UTC) #11
philipel
lgtm https://codereview.webrtc.org/2126793002/diff/20001/webrtc/modules/congestion_controller/delay_based_bwe_unittest.cc File webrtc/modules/congestion_controller/delay_based_bwe_unittest.cc (right): https://codereview.webrtc.org/2126793002/diff/20001/webrtc/modules/congestion_controller/delay_based_bwe_unittest.cc#newcode14 webrtc/modules/congestion_controller/delay_based_bwe_unittest.cc:14: #include "webrtc/modules/congestion_controller/delay_based_bwe.h" On 2016/07/06 14:53:24, stefan-webrtc (holmer) wrote: ...
4 years, 5 months ago (2016-07-07 08:11:38 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2126793002/80001
4 years, 5 months ago (2016-07-07 08:24:56 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: win_x64_gn_dbg on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/win_x64_gn_dbg/builds/10704) win_x64_gn_rel on master.tryserver.webrtc (JOB_FAILED, ...
4 years, 5 months ago (2016-07-07 08:34:55 UTC) #16
stefan-webrtc
fix build
4 years, 5 months ago (2016-07-07 08:41:23 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2126793002/100001
4 years, 5 months ago (2016-07-07 08:42:42 UTC) #20
commit-bot: I haz the power
Try jobs failed on following builders: mac_rel on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/mac_rel/builds/16444)
4 years, 5 months ago (2016-07-07 08:53:44 UTC) #22
stefan-webrtc
Fix a few test issues.
4 years, 5 months ago (2016-07-11 07:38:38 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2126793002/120001
4 years, 5 months ago (2016-07-11 08:24:25 UTC) #30
commit-bot: I haz the power
Try jobs failed on following builders: presubmit on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/presubmit/builds/6797)
4 years, 5 months ago (2016-07-11 08:27:36 UTC) #32
stefan-webrtc
henrik, can you please approve changes to modules/BUILD/.gyp files?
4 years, 5 months ago (2016-07-11 08:32:56 UTC) #34
henrika_webrtc
LGTM
4 years, 5 months ago (2016-07-11 08:36:16 UTC) #35
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2126793002/120001
4 years, 5 months ago (2016-07-11 08:41:06 UTC) #37
commit-bot: I haz the power
Committed patchset #7 (id:120001)
4 years, 5 months ago (2016-07-11 08:44:10 UTC) #39
commit-bot: I haz the power
CQ bit was unchecked.
4 years, 5 months ago (2016-07-11 08:44:13 UTC) #40
commit-bot: I haz the power
4 years, 5 months ago (2016-07-11 08:44:20 UTC) #42
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/5e12d36ba7e7d5f83a79e3a427dfcaa70716ebe7
Cr-Commit-Position: refs/heads/master@{#13428}

Powered by Google App Engine
This is Rietveld 408576698