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

Issue 2928913002: Reland Refactored incoming bitrate estimator. (Closed)

Created:
3 years, 6 months ago by tschumi
Modified:
3 years, 6 months ago
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com, zhuangzesen_agora.io, danilchap, stefan-webrtc, mflodman
Target Ref:
refs/heads/master
Project:
webrtc
Visibility:
Public.

Description

Reland Refactored incoming bitrate estimator. BUG=webrtc:7746 Review-Url: https://codereview.webrtc.org/2928913002 Cr-Commit-Position: refs/heads/master@{#18529} Committed: https://chromium.googlesource.com/external/webrtc/+/3fae6280944d71f0f34d926304e8dd9b22873f6b

Patch Set 1 : Unchanged #

Patch Set 2 : Don't add packets which are not in the send time history. #

Total comments: 2

Patch Set 3 : Respons to comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+247 lines, -157 lines) Patch
M webrtc/modules/congestion_controller/BUILD.gn View 1 chunk +2 lines, -0 lines 0 comments Download
A webrtc/modules/congestion_controller/acknowledge_bitrate_estimator.h View 1 chunk +48 lines, -0 lines 0 comments Download
A webrtc/modules/congestion_controller/acknowledge_bitrate_estimator.cc View 1 2 1 chunk +112 lines, -0 lines 0 comments Download
M webrtc/modules/congestion_controller/delay_based_bwe.h View 3 chunks +4 lines, -23 lines 0 comments Download
M webrtc/modules/congestion_controller/delay_based_bwe.cc View 7 chunks +12 lines, -113 lines 0 comments Download
M webrtc/modules/congestion_controller/delay_based_bwe_unittest.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M webrtc/modules/congestion_controller/delay_based_bwe_unittest_helper.h View 2 chunks +2 lines, -0 lines 0 comments Download
M webrtc/modules/congestion_controller/delay_based_bwe_unittest_helper.cc View 4 chunks +10 lines, -2 lines 0 comments Download
M webrtc/modules/congestion_controller/include/send_side_congestion_controller.h View 2 chunks +2 lines, -0 lines 0 comments Download
M webrtc/modules/congestion_controller/send_side_congestion_controller.cc View 5 chunks +31 lines, -3 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/test/estimators/send_side.h View 2 chunks +2 lines, -0 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/test/estimators/send_side.cc View 3 chunks +7 lines, -2 lines 0 comments Download
M webrtc/modules/rtp_rtcp/include/rtp_rtcp_defines.h View 1 chunk +11 lines, -0 lines 0 comments Download
M webrtc/tools/event_log_visualizer/analyzer.cc View 1 chunk +0 lines, -12 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 27 (17 generated)
tschumi
3 years, 6 months ago (2017-06-08 07:56:06 UTC) #4
stefan-webrtc
https://codereview.webrtc.org/2928913002/diff/40001/webrtc/modules/congestion_controller/acknowledge_bitrate_estimator.cc File webrtc/modules/congestion_controller/acknowledge_bitrate_estimator.cc (right): https://codereview.webrtc.org/2928913002/diff/40001/webrtc/modules/congestion_controller/acknowledge_bitrate_estimator.cc#newcode24 webrtc/modules/congestion_controller/acknowledge_bitrate_estimator.cc:24: return packet.payload_size > 0; I think it's better to ...
3 years, 6 months ago (2017-06-08 09:34:36 UTC) #5
tschumi
https://codereview.webrtc.org/2928913002/diff/40001/webrtc/modules/congestion_controller/acknowledge_bitrate_estimator.cc File webrtc/modules/congestion_controller/acknowledge_bitrate_estimator.cc (right): https://codereview.webrtc.org/2928913002/diff/40001/webrtc/modules/congestion_controller/acknowledge_bitrate_estimator.cc#newcode24 webrtc/modules/congestion_controller/acknowledge_bitrate_estimator.cc:24: return packet.payload_size > 0; Are there empty packets sent ...
3 years, 6 months ago (2017-06-08 10:31:46 UTC) #6
holmer
lgtm
3 years, 6 months ago (2017-06-08 11:16:07 UTC) #8
terelius
lgtm
3 years, 6 months ago (2017-06-09 10:06:38 UTC) #13
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/2928913002/60001
3 years, 6 months ago (2017-06-12 06:28:35 UTC) #19
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/18012)
3 years, 6 months ago (2017-06-12 06:32:24 UTC) #21
stefan-webrtc
lgtm
3 years, 6 months ago (2017-06-12 06:48:36 UTC) #22
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/2928913002/60001
3 years, 6 months ago (2017-06-12 06:50:05 UTC) #24
commit-bot: I haz the power
3 years, 6 months ago (2017-06-12 06:57:24 UTC) #27
Message was sent while issue was closed.
Committed patchset #3 (id:60001) as
https://chromium.googlesource.com/external/webrtc/+/3fae6280944d71f0f34d92630...

Powered by Google App Engine
This is Rietveld 408576698