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

Issue 2489323002: Add a new overuse estimator for the delay based BWE behind experiment. (Closed)

Created:
4 years, 1 month ago by terelius
Modified:
4 years, 1 month ago
Reviewers:
stefan-webrtc
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com, zhuangzesen_agora.io, stefan-webrtc, mflodman
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Add a new overuse estimator for the delay based BWE behind experiment. Parse the estimation parameters from the field trial string. BUG=webrtc:6690 Committed: https://crrev.com/afaef8bbebb8aecd32b3b7c5e47d60fd5526a126 Cr-Commit-Position: refs/heads/master@{#15126}

Patch Set 1 #

Total comments: 18

Patch Set 2 : Improve comments. #

Patch Set 3 : Add unit tests, recompute slope to avoid accumulating numerical errors, tune default parameters. #

Patch Set 4 : Error handling in parser #

Patch Set 5 : Remove unused includes, rename variable and fix comment. #

Total comments: 2

Patch Set 6 : Include common_types.h #

Patch Set 7 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+404 lines, -10 lines) Patch
M webrtc/modules/BUILD.gn View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/modules/congestion_controller/BUILD.gn View 1 2 3 4 5 6 1 chunk +8 lines, -0 lines 0 comments Download
M webrtc/modules/congestion_controller/delay_based_bwe.h View 3 chunks +7 lines, -1 line 0 comments Download
M webrtc/modules/congestion_controller/delay_based_bwe.cc View 1 2 3 6 chunks +69 lines, -8 lines 0 comments Download
M webrtc/modules/congestion_controller/delay_based_bwe_unittest.cc View 1 2 3 4 5 6 1 chunk +34 lines, -0 lines 0 comments Download
A webrtc/modules/congestion_controller/trendline_estimator.h View 1 2 3 4 5 1 chunk +65 lines, -0 lines 0 comments Download
A webrtc/modules/congestion_controller/trendline_estimator.cc View 1 2 3 4 1 chunk +87 lines, -0 lines 0 comments Download
A webrtc/modules/congestion_controller/trendline_estimator_unittest.cc View 1 2 3 4 1 chunk +114 lines, -0 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/bwe_simulations.cc View 1 2 1 chunk +13 lines, -0 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/test/plot_dynamics.py View 1 chunk +6 lines, -1 line 0 comments Download

Messages

Total messages: 44 (29 generated)
terelius
Please take a look.
4 years, 1 month ago (2016-11-10 13:52:09 UTC) #4
stefan-webrtc
Mostly nits. I think it would be good to have a unittest for the new ...
4 years, 1 month ago (2016-11-13 13:09:53 UTC) #7
terelius
Working on unit test and integration test. Response to other comments below. https://codereview.webrtc.org/2489323002/diff/1/webrtc/modules/congestion_controller/delay_based_bwe.cc File webrtc/modules/congestion_controller/delay_based_bwe.cc ...
4 years, 1 month ago (2016-11-14 13:21:39 UTC) #12
stefan-webrtc
https://codereview.webrtc.org/2489323002/diff/1/webrtc/modules/congestion_controller/delay_based_bwe.cc File webrtc/modules/congestion_controller/delay_based_bwe.cc (right): https://codereview.webrtc.org/2489323002/diff/1/webrtc/modules/congestion_controller/delay_based_bwe.cc#newcode70 webrtc/modules/congestion_controller/delay_based_bwe.cc:70: if (2 <= *window_points && 0 <= *smoothing_coef && ...
4 years, 1 month ago (2016-11-14 13:30:58 UTC) #13
terelius
https://codereview.webrtc.org/2489323002/diff/1/webrtc/modules/congestion_controller/delay_based_bwe.cc File webrtc/modules/congestion_controller/delay_based_bwe.cc (right): https://codereview.webrtc.org/2489323002/diff/1/webrtc/modules/congestion_controller/delay_based_bwe.cc#newcode70 webrtc/modules/congestion_controller/delay_based_bwe.cc:70: if (2 <= *window_points && 0 <= *smoothing_coef && ...
4 years, 1 month ago (2016-11-15 17:35:46 UTC) #16
terelius
Please take another look, Stefan. Noteworthy changes are as follows: Add unit and integration tests. ...
4 years, 1 month ago (2016-11-15 17:45:58 UTC) #19
stefan-webrtc
lgtm https://codereview.webrtc.org/2489323002/diff/1/webrtc/modules/congestion_controller/delay_based_bwe.cc File webrtc/modules/congestion_controller/delay_based_bwe.cc (right): https://codereview.webrtc.org/2489323002/diff/1/webrtc/modules/congestion_controller/delay_based_bwe.cc#newcode70 webrtc/modules/congestion_controller/delay_based_bwe.cc:70: if (2 <= *window_points && 0 <= *smoothing_coef ...
4 years, 1 month ago (2016-11-16 15:11:20 UTC) #20
terelius
https://codereview.webrtc.org/2489323002/diff/80001/webrtc/modules/congestion_controller/trendline_estimator.cc File webrtc/modules/congestion_controller/trendline_estimator.cc (right): https://codereview.webrtc.org/2489323002/diff/80001/webrtc/modules/congestion_controller/trendline_estimator.cc#newcode22 webrtc/modules/congestion_controller/trendline_estimator.cc:22: RTC_DCHECK(points.size() >= 2); On 2016/11/16 15:11:20, stefan-webrtc (holmer) wrote: ...
4 years, 1 month ago (2016-11-16 15:39:12 UTC) #21
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/2489323002/80001
4 years, 1 month ago (2016-11-16 15:39:43 UTC) #23
commit-bot: I haz the power
Try jobs failed on following builders: mac_baremetal on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/mac_baremetal/builds/16281)
4 years, 1 month ago (2016-11-16 15:44:33 UTC) #25
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/2489323002/100001
4 years, 1 month ago (2016-11-17 10:05:20 UTC) #32
commit-bot: I haz the power
Try jobs failed on following builders: linux_baremetal on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/linux_baremetal/builds/16032) mac_baremetal on master.tryserver.webrtc (JOB_FAILED, ...
4 years, 1 month ago (2016-11-17 10:06:50 UTC) #34
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/2489323002/120001
4 years, 1 month ago (2016-11-17 11:42:43 UTC) #41
commit-bot: I haz the power
Committed patchset #7 (id:120001)
4 years, 1 month ago (2016-11-17 11:48:21 UTC) #42
commit-bot: I haz the power
4 years, 1 month ago (2016-11-17 11:48:29 UTC) #44
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/afaef8bbebb8aecd32b3b7c5e47d60fd5526a126
Cr-Commit-Position: refs/heads/master@{#15126}

Powered by Google App Engine
This is Rietveld 408576698