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

Issue 2431093003: Fix BWE simulations so that it uses the delay based BWE. (Closed)

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

Description

Fix BWE simulations so that it uses the delay based BWE. Rename kFullSendSideEstimator -> kSendSideEstimator and add new class SendSideBweSender (controlled by kSendSideEstimator) that actually uses the send side BWE. Move the mock to logging/rtc_event_log/mock. Allow congestion_controller, remote_bitrate_estimator and audio to depend on loggging/rtc_event_log BUG=webrtc:6526 NOPRESUBMIT=True Committed: https://crrev.com/2d81eb33f5fe313ba36277067d2c9b77d1b6b54e Cr-Commit-Position: refs/heads/master@{#14772}

Patch Set 1 #

Total comments: 4

Patch Set 2 : Remove kAbsSendTimeEstimator #

Patch Set 3 : Nit #

Unified diffs Side-by-side diffs Delta from patch set Stats (+56 lines, -124 lines) Patch
M webrtc/audio/DEPS View 2 chunks +1 line, -9 lines 0 comments Download
M webrtc/audio/audio_receive_stream_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/audio/audio_send_stream_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
D webrtc/call/mock/mock_rtc_event_log.h View 1 chunk +0 lines, -59 lines 0 comments Download
A + webrtc/logging/rtc_event_log/mock/mock_rtc_event_log.h View 2 chunks +3 lines, -3 lines 0 comments Download
M webrtc/modules/bitrate_controller/bitrate_controller_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/bitrate_controller/send_side_bandwidth_estimation_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/congestion_controller/DEPS View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/congestion_controller/congestion_controller_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/remote_bitrate_estimator/DEPS View 2 chunks +1 line, -6 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/bwe_simulations.cc View 1 2 6 chunks +11 lines, -11 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimators_test.cc View 1 1 chunk +1 line, -2 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/test/bwe.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/remote_bitrate_estimator/test/bwe.cc View 1 2 chunks +3 lines, -3 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/test/estimators/remb.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/remote_bitrate_estimator/test/estimators/send_side.h View 4 chunks +6 lines, -6 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/test/estimators/send_side.cc View 6 chunks +21 lines, -16 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_sender_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 23 (10 generated)
terelius
Please take a look. Fredrik: webrtc/audio Stefan/Rasmus: everything else
4 years, 2 months ago (2016-10-19 15:13:56 UTC) #2
stefan-webrtc
https://codereview.webrtc.org/2431093003/diff/1/webrtc/modules/remote_bitrate_estimator/bwe_simulations.cc File webrtc/modules/remote_bitrate_estimator/bwe_simulations.cc (right): https://codereview.webrtc.org/2431093003/diff/1/webrtc/modules/remote_bitrate_estimator/bwe_simulations.cc#newcode50 webrtc/modules/remote_bitrate_estimator/bwe_simulations.cc:50: kAbsSendTimeEstimator, If you are ok with it I think ...
4 years, 2 months ago (2016-10-19 16:35:19 UTC) #3
brandtr
lgtm with nits. Nits: - Update the first line of the commit message to say ...
4 years, 2 months ago (2016-10-20 08:00:31 UTC) #4
the sun
lgtm for webrtc/audio/
4 years, 2 months ago (2016-10-20 08:47:35 UTC) #6
terelius
https://codereview.chromium.org/2431093003/diff/1/webrtc/modules/remote_bitrate_estimator/bwe_simulations.cc File webrtc/modules/remote_bitrate_estimator/bwe_simulations.cc (right): https://codereview.chromium.org/2431093003/diff/1/webrtc/modules/remote_bitrate_estimator/bwe_simulations.cc#newcode50 webrtc/modules/remote_bitrate_estimator/bwe_simulations.cc:50: kAbsSendTimeEstimator, On 2016/10/19 16:35:19, stefan-webrtc (holmer) wrote: > If ...
4 years, 1 month ago (2016-10-24 12:54:23 UTC) #7
terelius
On 2016/10/20 08:00:31, brandtr wrote: > - Update the first line of the commit message ...
4 years, 1 month ago (2016-10-24 13:03:45 UTC) #8
stefan-webrtc
lgtm
4 years, 1 month ago (2016-10-24 13:11:28 UTC) #9
brandtr
On 2016/10/24 13:03:45, terelius wrote: > On 2016/10/20 08:00:31, brandtr wrote: > > - Update ...
4 years, 1 month ago (2016-10-24 13:38:09 UTC) #10
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/2431093003/40001
4 years, 1 month ago (2016-10-24 14:16:00 UTC) #13
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/9482)
4 years, 1 month ago (2016-10-24 14:20:10 UTC) #15
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/2431093003/40001
4 years, 1 month ago (2016-10-25 14:04:20 UTC) #19
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 1 month ago (2016-10-25 14:04:40 UTC) #21
commit-bot: I haz the power
4 years, 1 month ago (2016-10-25 14:04:52 UTC) #23
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/2d81eb33f5fe313ba36277067d2c9b77d1b6b54e
Cr-Commit-Position: refs/heads/master@{#14772}

Powered by Google App Engine
This is Rietveld 408576698