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

Issue 2672933003: Introduce FecControllerRplrBased (Closed)

Created:
3 years, 10 months ago by elad.alon
Modified:
3 years, 9 months ago
CC:
webrtc-reviews_webrtc.org, kwiberg-webrtc, tlegrand-webrtc, tterriberry_mozilla.com, audio-team_agora.io, hlundin-webrtc, peah-webrtc
Target Ref:
refs/heads/master
Project:
webrtc
Visibility:
Public.

Description

Introduce FecControllerRplrBased 1. Rename FecController to FecControllerPlrBased. 2. Introduce FecControllerRplrBased - a version of FecController that makes its decision based on RPLR instead of PLR. BUG=webrtc:7058 Review-Url: https://codereview.webrtc.org/2672933003 Cr-Commit-Position: refs/heads/master@{#17373} Committed: https://chromium.googlesource.com/external/webrtc/+/6d7900de662ea06c8a1d112a6ed71b215237173d

Patch Set 1 #

Patch Set 2 : nit #

Patch Set 3 : . #

Total comments: 8

Patch Set 4 : CR response (DCHECK, rc) #

Patch Set 5 : Rebased. #

Total comments: 4

Patch Set 6 : Merged #

Unified diffs Side-by-side diffs Delta from patch set Stats (+717 lines, -754 lines) Patch
M webrtc/modules/audio_coding/BUILD.gn View 1 2 3 4 5 2 chunks +6 lines, -3 lines 0 comments Download
M webrtc/modules/audio_coding/audio_network_adaptor/controller_manager.cc View 1 2 3 4 5 4 chunks +18 lines, -17 lines 0 comments Download
D webrtc/modules/audio_coding/audio_network_adaptor/fec_controller.h View 1 2 3 4 5 1 chunk +0 lines, -107 lines 0 comments Download
D webrtc/modules/audio_coding/audio_network_adaptor/fec_controller.cc View 1 2 3 4 5 1 chunk +0 lines, -140 lines 0 comments Download
A + webrtc/modules/audio_coding/audio_network_adaptor/fec_controller_plr_based.h View 1 2 3 4 5 4 chunks +9 lines, -9 lines 0 comments Download
A + webrtc/modules/audio_coding/audio_network_adaptor/fec_controller_plr_based.cc View 1 2 3 4 5 7 chunks +31 lines, -24 lines 0 comments Download
A + webrtc/modules/audio_coding/audio_network_adaptor/fec_controller_plr_based_unittest.cc View 1 2 3 4 5 17 chunks +64 lines, -60 lines 0 comments Download
A + webrtc/modules/audio_coding/audio_network_adaptor/fec_controller_rplr_based.h View 1 2 3 4 5 4 chunks +28 lines, -27 lines 0 comments Download
A webrtc/modules/audio_coding/audio_network_adaptor/fec_controller_rplr_based.cc View 1 2 3 4 5 1 chunk +138 lines, -0 lines 0 comments Download
A webrtc/modules/audio_coding/audio_network_adaptor/fec_controller_rplr_based_unittest.cc View 1 2 3 4 5 1 chunk +423 lines, -0 lines 0 comments Download
D webrtc/modules/audio_coding/audio_network_adaptor/fec_controller_unittest.cc View 1 2 3 4 5 1 chunk +0 lines, -367 lines 0 comments Download

Messages

Total messages: 18 (7 generated)
elad.alon_webrtc.org
Ready for review.
3 years, 10 months ago (2017-02-07 23:19:45 UTC) #4
michaelt
https://codereview.webrtc.org/2672933003/diff/40001/webrtc/modules/audio_coding/audio_network_adaptor/fec_controller_plr_based.cc File webrtc/modules/audio_coding/audio_network_adaptor/fec_controller_plr_based.cc (right): https://codereview.webrtc.org/2672933003/diff/40001/webrtc/modules/audio_coding/audio_network_adaptor/fec_controller_plr_based.cc#newcode115 webrtc/modules/audio_coding/audio_network_adaptor/fec_controller_plr_based.cc:115: } else if (bandwidth_bps >= threshold.high_bandwidth_bps) { why did ...
3 years, 10 months ago (2017-02-09 13:59:16 UTC) #5
elad.alon_webrtc.org
https://codereview.webrtc.org/2672933003/diff/40001/webrtc/modules/audio_coding/audio_network_adaptor/fec_controller_plr_based.cc File webrtc/modules/audio_coding/audio_network_adaptor/fec_controller_plr_based.cc (right): https://codereview.webrtc.org/2672933003/diff/40001/webrtc/modules/audio_coding/audio_network_adaptor/fec_controller_plr_based.cc#newcode115 webrtc/modules/audio_coding/audio_network_adaptor/fec_controller_plr_based.cc:115: } else if (bandwidth_bps >= threshold.high_bandwidth_bps) { On 2017/02/09 ...
3 years, 10 months ago (2017-02-09 14:55:12 UTC) #6
minyue-webrtc
https://codereview.webrtc.org/2672933003/diff/80001/webrtc/modules/audio_coding/audio_network_adaptor/fec_controller_rplr_based.h File webrtc/modules/audio_coding/audio_network_adaptor/fec_controller_rplr_based.h (right): https://codereview.webrtc.org/2672933003/diff/80001/webrtc/modules/audio_coding/audio_network_adaptor/fec_controller_rplr_based.h#newcode82 webrtc/modules/audio_coding/audio_network_adaptor/fec_controller_rplr_based.h:82: struct ThresholdInfo { did we agree on making this ...
3 years, 9 months ago (2017-03-22 09:29:05 UTC) #7
elad.alon_webrtc.org
https://codereview.webrtc.org/2672933003/diff/80001/webrtc/modules/audio_coding/audio_network_adaptor/fec_controller_rplr_based.h File webrtc/modules/audio_coding/audio_network_adaptor/fec_controller_rplr_based.h (right): https://codereview.webrtc.org/2672933003/diff/80001/webrtc/modules/audio_coding/audio_network_adaptor/fec_controller_rplr_based.h#newcode82 webrtc/modules/audio_coding/audio_network_adaptor/fec_controller_rplr_based.h:82: struct ThresholdInfo { On 2017/03/22 09:29:05, minyue-webrtc wrote: > ...
3 years, 9 months ago (2017-03-22 10:11:38 UTC) #8
minyue-webrtc
https://codereview.webrtc.org/2672933003/diff/80001/webrtc/modules/audio_coding/audio_network_adaptor/fec_controller_rplr_based.h File webrtc/modules/audio_coding/audio_network_adaptor/fec_controller_rplr_based.h (right): https://codereview.webrtc.org/2672933003/diff/80001/webrtc/modules/audio_coding/audio_network_adaptor/fec_controller_rplr_based.h#newcode82 webrtc/modules/audio_coding/audio_network_adaptor/fec_controller_rplr_based.h:82: struct ThresholdInfo { On 2017/03/22 10:11:38, elad.alon wrote: > ...
3 years, 9 months ago (2017-03-24 10:17:29 UTC) #9
minyue-webrtc
On 2017/03/24 10:17:29, minyue-webrtc wrote: > https://codereview.webrtc.org/2672933003/diff/80001/webrtc/modules/audio_coding/audio_network_adaptor/fec_controller_rplr_based.h > File > webrtc/modules/audio_coding/audio_network_adaptor/fec_controller_rplr_based.h > (right): > > ...
3 years, 9 months ago (2017-03-24 10:20:30 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/2672933003/100001
3 years, 9 months ago (2017-03-24 10:48:10 UTC) #13
minyue-webrtc
On 2017/03/24 10:48:10, commit-bot: I haz the power wrote: > CQ is trying da patch. ...
3 years, 9 months ago (2017-03-24 10:49:33 UTC) #14
minyue-webrtc
On 2017/03/24 10:49:33, minyue-webrtc wrote: > On 2017/03/24 10:48:10, commit-bot: I haz the power wrote: ...
3 years, 9 months ago (2017-03-24 10:50:06 UTC) #15
commit-bot: I haz the power
3 years, 9 months ago (2017-03-24 11:13:01 UTC) #18
Message was sent while issue was closed.
Committed patchset #6 (id:100001) as
https://chromium.googlesource.com/external/webrtc/+/6d7900de662ea06c8a1d112a6...

Powered by Google App Engine
This is Rietveld 408576698