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

Issue 1908893003: Improve the behavior when the BWE times out and when we have too little data to determine the incom… (Closed)

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

Description

Improve the behavior when the BWE times out and when we have too little data to determine the incoming bitrate. This is done by changing the RateStatistics so that it resets its window when the accumulator is empty. It also keeps a dynamic window, so that the rates computed before a full window worth of data has been received will be computed over a smaller window. This means that the rate will be closer to the true rate, but with a higher variance. BUG=webrtc:5773 R=perkj@webrtc.org, sprang@webrtc.org Committed: https://crrev.com/fb8fc5391e097dc4c2f89b3a38724f5fa109d8f9 Cr-Commit-Position: refs/heads/master@{#12470}

Patch Set 1 #

Total comments: 4

Patch Set 2 : Add to owners. #

Patch Set 3 : Added owners. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+71 lines, -30 lines) Patch
M webrtc/base/OWNERS View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M webrtc/base/rate_statistics.cc View 1 5 chunks +11 lines, -6 lines 0 comments Download
M webrtc/base/rate_statistics_unittest.cc View 1 6 chunks +52 lines, -17 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_abs_send_time.cc View 1 chunk +1 line, -2 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_abs_send_time_unittest.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 +1 line, -1 line 0 comments Download
M webrtc/modules/video_coding/bitrate_adjuster_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 17 (5 generated)
stefan-webrtc
4 years, 8 months ago (2016-04-21 14:08:18 UTC) #2
stefan-webrtc
sprang for the main review since he has written most of the RateStatistics class. perkj ...
4 years, 8 months ago (2016-04-21 14:10:52 UTC) #3
stefan-webrtc
sprang for the main review since he has written most of the RateStatistics class. perkj ...
4 years, 8 months ago (2016-04-21 14:10:52 UTC) #4
perkj_webrtc
Can you please add your self and sprang as owners of the files you modify. ...
4 years, 8 months ago (2016-04-22 05:24:58 UTC) #5
sprang_webrtc
lgtm with nits https://codereview.webrtc.org/1908893003/diff/1/webrtc/base/rate_statistics.cc File webrtc/base/rate_statistics.cc (right): https://codereview.webrtc.org/1908893003/diff/1/webrtc/base/rate_statistics.cc#newcode45 webrtc/base/rate_statistics.cc:45: assert(now_offset < num_buckets_); dcheck https://codereview.webrtc.org/1908893003/diff/1/webrtc/base/rate_statistics_unittest.cc File ...
4 years, 8 months ago (2016-04-22 10:36:58 UTC) #6
stefan-webrtc
Added owners.
4 years, 8 months ago (2016-04-22 11:07:09 UTC) #7
stefan-webrtc
perkj, ptal
4 years, 8 months ago (2016-04-22 11:07:22 UTC) #8
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1908893003/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1908893003/40001
4 years, 8 months ago (2016-04-22 11:08:17 UTC) #10
perkj_webrtc
lgtm
4 years, 8 months ago (2016-04-22 11:29:26 UTC) #11
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: android_arm64_rel on tryserver.webrtc (JOB_TIMED_OUT, no build URL)
4 years, 8 months ago (2016-04-22 13:08:52 UTC) #13
stefan-webrtc
Committed patchset #3 (id:40001) manually as fb8fc5391e097dc4c2f89b3a38724f5fa109d8f9 (presubmit successful).
4 years, 8 months ago (2016-04-22 13:48:43 UTC) #15
commit-bot: I haz the power
4 years, 8 months ago (2016-04-22 14:05:51 UTC) #17
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/fb8fc5391e097dc4c2f89b3a38724f5fa109d8f9
Cr-Commit-Position: refs/heads/master@{#12470}

Powered by Google App Engine
This is Rietveld 408576698