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

Issue 2661043003: Allow ANA to receive RPLR (recoverable packet loss rate) indications (Closed)

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

Description

Allow ANA to receive RPLR (recoverable packet loss rate) indications This is part of a series of CLs. Next CLs: 1. CL for RPLR-based FecController 2. CL for allowing experiment-driven configuration of the above (through both field-trials and protobuf) BUG=webrtc:7058 Review-Url: https://codereview.webrtc.org/2661043003 Cr-Commit-Position: refs/heads/master@{#17368} Committed: https://chromium.googlesource.com/external/webrtc/+/dadb4dc3c9ee94300f3175a345a8d17ea562e193

Patch Set 1 #

Patch Set 2 : . #

Patch Set 3 : Rebased #

Patch Set 4 : Rebased #

Patch Set 5 : Rebased #

Total comments: 5

Patch Set 6 : Rebased #

Patch Set 7 : Rebased #

Total comments: 4

Patch Set 8 : Rebased #

Patch Set 9 : CR respone #

Total comments: 9

Patch Set 10 : Rebased #

Patch Set 11 : CR response #

Patch Set 12 : Rebased #

Patch Set 13 : Uncomment thread-checker to fix UT #

Unified diffs Side-by-side diffs Delta from patch set Stats (+127 lines, -2 lines) Patch
M webrtc/audio/audio_send_stream.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +6 lines, -1 line 0 comments Download
M webrtc/modules/audio_coding/audio_network_adaptor/audio_network_adaptor_impl.h View 5 1 chunk +3 lines, -0 lines 0 comments Download
M webrtc/modules/audio_coding/audio_network_adaptor/audio_network_adaptor_impl.cc View 5 1 chunk +12 lines, -0 lines 0 comments Download
M webrtc/modules/audio_coding/audio_network_adaptor/audio_network_adaptor_impl_unittest.cc View 1 2 3 4 5 4 chunks +26 lines, -1 line 0 comments Download
M webrtc/modules/audio_coding/audio_network_adaptor/controller.h View 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/modules/audio_coding/audio_network_adaptor/controller_manager.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/modules/audio_coding/audio_network_adaptor/debug_dump.proto View 1 2 3 4 5 6 7 8 1 chunk +6 lines, -0 lines 0 comments Download
M webrtc/modules/audio_coding/audio_network_adaptor/debug_dump_writer.cc View 5 1 chunk +5 lines, -0 lines 0 comments Download
M webrtc/modules/audio_coding/audio_network_adaptor/include/audio_network_adaptor.h View 1 2 3 4 5 6 7 8 2 chunks +5 lines, -0 lines 0 comments Download
M webrtc/modules/audio_coding/audio_network_adaptor/mock/mock_audio_network_adaptor.h View 5 1 chunk +3 lines, -0 lines 0 comments Download
M webrtc/modules/audio_coding/codecs/audio_encoder.h View 1 2 3 4 5 1 chunk +6 lines, -0 lines 0 comments Download
M webrtc/modules/audio_coding/codecs/audio_encoder.cc View 5 1 chunk +3 lines, -0 lines 0 comments Download
M webrtc/modules/audio_coding/codecs/cng/audio_encoder_cng.h View 5 1 chunk +2 lines, -0 lines 0 comments Download
M webrtc/modules/audio_coding/codecs/cng/audio_encoder_cng.cc View 5 1 chunk +6 lines, -0 lines 0 comments Download
M webrtc/modules/audio_coding/codecs/opus/audio_encoder_opus.h View 5 1 chunk +2 lines, -0 lines 0 comments Download
M webrtc/modules/audio_coding/codecs/opus/audio_encoder_opus.cc View 1 2 3 4 5 1 chunk +9 lines, -0 lines 0 comments Download
M webrtc/modules/audio_coding/codecs/red/audio_encoder_copy_red.h View 5 1 chunk +2 lines, -0 lines 0 comments Download
M webrtc/modules/audio_coding/codecs/red/audio_encoder_copy_red.cc View 5 1 chunk +6 lines, -0 lines 0 comments Download
M webrtc/test/mock_voe_channel_proxy.h View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
M webrtc/voice_engine/channel.h View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -0 lines 0 comments Download
M webrtc/voice_engine/channel.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +10 lines, -0 lines 0 comments Download
M webrtc/voice_engine/channel_proxy.h View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
M webrtc/voice_engine/channel_proxy.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +7 lines, -0 lines 0 comments Download

Messages

Total messages: 34 (12 generated)
elad.alon_webrtc.org
Ready for review.
3 years, 10 months ago (2017-02-01 11:20:52 UTC) #4
the sun
On 2017/02/01 11:20:52, elad.alon wrote: > Ready for review. Adding ossu@ for his views on ...
3 years, 10 months ago (2017-02-07 15:47:37 UTC) #6
ossu
On 2017/02/07 15:47:37, the sun wrote: > On 2017/02/01 11:20:52, elad.alon wrote: > > Ready ...
3 years, 10 months ago (2017-02-08 13:32:11 UTC) #7
elad.alon_webrtc.org
On 2017/02/08 13:32:11, ossu wrote: > On 2017/02/07 15:47:37, the sun wrote: > > On ...
3 years, 9 months ago (2017-03-16 19:00:45 UTC) #8
elad.alon_webrtc.org
https://codereview.webrtc.org/2661043003/diff/80001/webrtc/audio/audio_send_stream.cc File webrtc/audio/audio_send_stream.cc (left): https://codereview.webrtc.org/2661043003/diff/80001/webrtc/audio/audio_send_stream.cc#oldcode274 webrtc/audio/audio_send_stream.cc:274: channel_proxy_->OnTwccBasedUplinkPacketLossRate( Or we could have one function to pass ...
3 years, 9 months ago (2017-03-16 19:01:37 UTC) #9
michaelt
https://codereview.webrtc.org/2661043003/diff/80001/webrtc/modules/audio_coding/audio_network_adaptor/debug_dump_writer.cc File webrtc/modules/audio_coding/audio_network_adaptor/debug_dump_writer.cc (right): https://codereview.webrtc.org/2661043003/diff/80001/webrtc/modules/audio_coding/audio_network_adaptor/debug_dump_writer.cc#newcode97 webrtc/modules/audio_coding/audio_network_adaptor/debug_dump_writer.cc:97: // TODO(elad.alon): Before landing - is there a dump-reading ...
3 years, 9 months ago (2017-03-20 09:17:23 UTC) #10
elad.alon_webrtc.org
https://codereview.webrtc.org/2661043003/diff/80001/webrtc/modules/audio_coding/audio_network_adaptor/debug_dump_writer.cc File webrtc/modules/audio_coding/audio_network_adaptor/debug_dump_writer.cc (right): https://codereview.webrtc.org/2661043003/diff/80001/webrtc/modules/audio_coding/audio_network_adaptor/debug_dump_writer.cc#newcode97 webrtc/modules/audio_coding/audio_network_adaptor/debug_dump_writer.cc:97: // TODO(elad.alon): Before landing - is there a dump-reading ...
3 years, 9 months ago (2017-03-20 18:54:05 UTC) #11
minyue-webrtc
clean and neat. only small things. https://codereview.webrtc.org/2661043003/diff/120001/webrtc/modules/audio_coding/audio_network_adaptor/include/audio_network_adaptor.h File webrtc/modules/audio_coding/audio_network_adaptor/include/audio_network_adaptor.h (right): https://codereview.webrtc.org/2661043003/diff/120001/webrtc/modules/audio_coding/audio_network_adaptor/include/audio_network_adaptor.h#newcode29 webrtc/modules/audio_coding/audio_network_adaptor/include/audio_network_adaptor.h:29: rtc::Optional<float> uplink_packet_loss_fraction; Add ...
3 years, 9 months ago (2017-03-22 09:20:05 UTC) #12
elad.alon_webrtc.org
Anything else? https://codereview.webrtc.org/2661043003/diff/120001/webrtc/modules/audio_coding/audio_network_adaptor/include/audio_network_adaptor.h File webrtc/modules/audio_coding/audio_network_adaptor/include/audio_network_adaptor.h (right): https://codereview.webrtc.org/2661043003/diff/120001/webrtc/modules/audio_coding/audio_network_adaptor/include/audio_network_adaptor.h#newcode29 webrtc/modules/audio_coding/audio_network_adaptor/include/audio_network_adaptor.h:29: rtc::Optional<float> uplink_packet_loss_fraction; On 2017/03/22 09:20:05, minyue-webrtc wrote: ...
3 years, 9 months ago (2017-03-22 10:10:07 UTC) #13
minyue-webrtc
lgtm
3 years, 9 months ago (2017-03-22 10:11:00 UTC) #14
stefan-webrtc
https://codereview.webrtc.org/2661043003/diff/160001/webrtc/audio/audio_send_stream.cc File webrtc/audio/audio_send_stream.cc (right): https://codereview.webrtc.org/2661043003/diff/160001/webrtc/audio/audio_send_stream.cc#newcode286 webrtc/audio/audio_send_stream.cc:286: if (rplr) { Can plr and rplr be active ...
3 years, 9 months ago (2017-03-22 12:15:46 UTC) #15
minyue-webrtc
https://codereview.webrtc.org/2661043003/diff/160001/webrtc/audio/audio_send_stream.cc File webrtc/audio/audio_send_stream.cc (right): https://codereview.webrtc.org/2661043003/diff/160001/webrtc/audio/audio_send_stream.cc#newcode286 webrtc/audio/audio_send_stream.cc:286: if (rplr) { On 2017/03/22 12:15:46, stefan-webrtc wrote: > ...
3 years, 9 months ago (2017-03-22 12:17:36 UTC) #16
stefan-webrtc
ok lgtm
3 years, 9 months ago (2017-03-22 12:22:11 UTC) #17
stefan-webrtc
lgtm % nits, of course
3 years, 9 months ago (2017-03-22 12:22:44 UTC) #18
ossu
lgtm https://codereview.webrtc.org/2661043003/diff/160001/webrtc/audio/audio_send_stream.cc File webrtc/audio/audio_send_stream.cc (right): https://codereview.webrtc.org/2661043003/diff/160001/webrtc/audio/audio_send_stream.cc#newcode279 webrtc/audio/audio_send_stream.cc:279: // TODO(elad.alon): Resolve the following known issue - ...
3 years, 9 months ago (2017-03-22 13:41:18 UTC) #19
elad.alon_webrtc.org
https://codereview.webrtc.org/2661043003/diff/160001/webrtc/audio/audio_send_stream.cc File webrtc/audio/audio_send_stream.cc (right): https://codereview.webrtc.org/2661043003/diff/160001/webrtc/audio/audio_send_stream.cc#newcode279 webrtc/audio/audio_send_stream.cc:279: // TODO(elad.alon): Resolve the following known issue - if ...
3 years, 9 months ago (2017-03-22 15:15:56 UTC) #20
michaelt
lgtm
3 years, 9 months ago (2017-03-23 10:05:01 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/2661043003/220001
3 years, 9 months ago (2017-03-23 18:08:30 UTC) #24
commit-bot: I haz the power
Try jobs failed on following builders: android_arm64_rel on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/android_arm64_rel/builds/16894)
3 years, 9 months ago (2017-03-23 18:25:01 UTC) #26
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/2661043003/220001
3 years, 9 months ago (2017-03-23 21:54:07 UTC) #28
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/2661043003/240001
3 years, 9 months ago (2017-03-23 22:04:10 UTC) #31
commit-bot: I haz the power
3 years, 9 months ago (2017-03-23 22:29:56 UTC) #34
Message was sent while issue was closed.
Committed patchset #13 (id:240001) as
https://chromium.googlesource.com/external/webrtc/+/dadb4dc3c9ee94300f3175a34...

Powered by Google App Engine
This is Rietveld 408576698