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

Issue 2319873002: Adding ChannelController to audio network adaptor. (Closed)

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

Description

Adding ChannelController to audio network adaptor. BUG=webrtc:6303 Committed: https://crrev.com/2e164c6b531a70d4cc0a3294f5a9e3c38fe9d828 Cr-Commit-Position: refs/heads/master@{#14216}

Patch Set 1 #

Total comments: 10

Patch Set 2 : on Henrik's comments #

Total comments: 2

Patch Set 3 : splitting a test and fixing std::min() #

Patch Set 4 : further simplying test #

Total comments: 2

Patch Set 5 : final polish #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+224 lines, -0 lines) Patch
M webrtc/modules/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/modules/audio_coding/BUILD.gn View 1 chunk +2 lines, -0 lines 0 comments Download
M webrtc/modules/audio_coding/audio_network_adaptor/audio_network_adaptor.gypi View 1 chunk +2 lines, -0 lines 0 comments Download
A webrtc/modules/audio_coding/audio_network_adaptor/channel_controller.h View 1 2 3 4 1 chunk +49 lines, -0 lines 0 comments Download
A webrtc/modules/audio_coding/audio_network_adaptor/channel_controller.cc View 1 2 3 4 1 chunk +56 lines, -0 lines 0 comments Download
A webrtc/modules/audio_coding/audio_network_adaptor/channel_controller_unittest.cc View 1 2 3 4 1 chunk +113 lines, -0 lines 3 comments Download
M webrtc/modules/modules.gyp View 1 chunk +1 line, -0 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 36 (23 generated)
minyue-webrtc
Hi Henrik and Michael, This CL adds a first controller to audio network adaptor: ChannelController, ...
4 years, 3 months ago (2016-09-08 05:24:58 UTC) #11
hlundin-webrtc
Nice and clean. Please, see a few comments inline. https://codereview.webrtc.org/2319873002/diff/40001/webrtc/modules/audio_coding/audio_network_adaptor/channel_controller.cc File webrtc/modules/audio_coding/audio_network_adaptor/channel_controller.cc (right): https://codereview.webrtc.org/2319873002/diff/40001/webrtc/modules/audio_coding/audio_network_adaptor/channel_controller.cc#newcode26 webrtc/modules/audio_coding/audio_network_adaptor/channel_controller.cc:26: ...
4 years, 3 months ago (2016-09-08 07:47:45 UTC) #14
minyue-webrtc
Thanks for the comment! PTAL again. The compiler error on not finding correct std::min is ...
4 years, 3 months ago (2016-09-08 08:37:00 UTC) #16
michaelt
https://codereview.webrtc.org/2319873002/diff/80001/webrtc/modules/audio_coding/audio_network_adaptor/channel_controller_unittest.cc File webrtc/modules/audio_coding/audio_network_adaptor/channel_controller_unittest.cc (right): https://codereview.webrtc.org/2319873002/diff/80001/webrtc/modules/audio_coding/audio_network_adaptor/channel_controller_unittest.cc#newcode72 webrtc/modules/audio_coding/audio_network_adaptor/channel_controller_unittest.cc:72: TEST(ChannelControllerTest, MaintainChannelNumberOnMediumUplinkBandwidth) { Would split this test to a ...
4 years, 3 months ago (2016-09-08 09:40:55 UTC) #17
hlundin-webrtc
LGTM, but please consider Michael's suggestion to split one test. https://codereview.webrtc.org/2319873002/diff/80001/webrtc/modules/audio_coding/audio_network_adaptor/channel_controller_unittest.cc File webrtc/modules/audio_coding/audio_network_adaptor/channel_controller_unittest.cc (right): https://codereview.webrtc.org/2319873002/diff/80001/webrtc/modules/audio_coding/audio_network_adaptor/channel_controller_unittest.cc#newcode72 ...
4 years, 3 months ago (2016-09-08 09:46:57 UTC) #18
minyue-webrtc
I split the test as requested in PS3. Then I found a way to further ...
4 years, 3 months ago (2016-09-08 13:22:03 UTC) #23
michaelt
lgtm
4 years, 3 months ago (2016-09-08 13:38:20 UTC) #24
minyue-webrtc
Inspired by other CLs, I made some final polish. They are minor changes. https://codereview.webrtc.org/2319873002/diff/160001/webrtc/modules/audio_coding/audio_network_adaptor/channel_controller.h File ...
4 years, 3 months ago (2016-09-14 06:52:39 UTC) #25
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/2319873002/180001
4 years, 3 months ago (2016-09-14 09:16:04 UTC) #28
commit-bot: I haz the power
Try jobs failed on following builders: android_arm64_rel on master.tryserver.webrtc (JOB_TIMED_OUT, no build URL) android_dbg on ...
4 years, 3 months ago (2016-09-14 11:16:33 UTC) #30
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/2319873002/180001
4 years, 3 months ago (2016-09-14 11:47:30 UTC) #32
commit-bot: I haz the power
Committed patchset #5 (id:180001)
4 years, 3 months ago (2016-09-14 13:47:39 UTC) #34
commit-bot: I haz the power
4 years, 3 months ago (2016-09-14 13:47:46 UTC) #36
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/2e164c6b531a70d4cc0a3294f5a9e3c38fe9d828
Cr-Commit-Position: refs/heads/master@{#14216}

Powered by Google App Engine
This is Rietveld 408576698