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

Issue 1761813002: Removed the inheritance from ProcessingComponent for EchoCancellerImpl. (Closed)

Created:
4 years, 9 months ago by peah-webrtc
Modified:
4 years, 9 months ago
Reviewers:
the sun
CC:
webrtc-reviews_webrtc.org, peah-webrtc, Andrew MacDonald, tterriberry_mozilla.com, audio-team_agora.io, hlundin-webrtc, kwiberg-webrtc, minyue-webrtc, the sun, aluebs-webrtc, bjornv1
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Removed the inheritance from ProcessingComponent for EchoCancellerImpl. BUG=webrtc:5352 Committed: https://crrev.com/3af0a009f8a7f2dfb630a4f4730044cbbd95bee8 Cr-Commit-Position: refs/heads/master@{#11876} Committed: https://crrev.com/b624d8c852fbe8eff8ff8888f673191b8a411421 Cr-Commit-Position: refs/heads/master@{#11881}

Patch Set 1 #

Total comments: 14

Patch Set 2 : Changed CHECK to DCHECK and moved the checking for aec data processing to where the other checks ar… #

Patch Set 3 : Changed erroneous DCHECK #

Patch Set 4 : Manual merge from master in order to avoid bad automatic merge #

Patch Set 5 : Corrected a bad merge #

Unified diffs Side-by-side diffs Delta from patch set Stats (+122 lines, -93 lines) Patch
M webrtc/modules/audio_processing/audio_processing_impl.h View 1 chunk +2 lines, -0 lines 0 comments Download
M webrtc/modules/audio_processing/audio_processing_impl.cc View 1 2 3 4 8 chunks +13 lines, -8 lines 0 comments Download
M webrtc/modules/audio_processing/echo_cancellation_impl.h View 1 2 3 4 7 chunks +12 lines, -12 lines 0 comments Download
M webrtc/modules/audio_processing/echo_cancellation_impl.cc View 1 2 3 4 17 chunks +95 lines, -73 lines 0 comments Download

Messages

Total messages: 49 (25 generated)
peah-webrtc
4 years, 9 months ago (2016-03-03 08:10:42 UTC) #3
the sun
https://codereview.webrtc.org/1761813002/diff/1/webrtc/modules/audio_processing/echo_cancellation_impl.cc File webrtc/modules/audio_processing/echo_cancellation_impl.cc (right): https://codereview.webrtc.org/1761813002/diff/1/webrtc/modules/audio_processing/echo_cancellation_impl.cc#newcode74 webrtc/modules/audio_processing/echo_cancellation_impl.cc:74: Handle* state() { return state_; } So removing this ...
4 years, 9 months ago (2016-03-03 10:00:53 UTC) #4
peah-webrtc
https://codereview.webrtc.org/1761813002/diff/1/webrtc/modules/audio_processing/echo_cancellation_impl.cc File webrtc/modules/audio_processing/echo_cancellation_impl.cc (right): https://codereview.webrtc.org/1761813002/diff/1/webrtc/modules/audio_processing/echo_cancellation_impl.cc#newcode74 webrtc/modules/audio_processing/echo_cancellation_impl.cc:74: Handle* state() { return state_; } On 2016/03/03 10:00:53, ...
4 years, 9 months ago (2016-03-03 12:06:34 UTC) #5
the sun
lgtm https://codereview.webrtc.org/1761813002/diff/1/webrtc/modules/audio_processing/audio_processing_impl.cc File webrtc/modules/audio_processing/audio_processing_impl.cc (right): https://codereview.webrtc.org/1761813002/diff/1/webrtc/modules/audio_processing/audio_processing_impl.cc#newcode1148 webrtc/modules/audio_processing/audio_processing_impl.cc:1148: if (public_submodules_->echo_cancellation->is_enabled()) { I think you can put ...
4 years, 9 months ago (2016-03-03 13:13:06 UTC) #6
peah-webrtc
https://codereview.webrtc.org/1761813002/diff/1/webrtc/modules/audio_processing/audio_processing_impl.cc File webrtc/modules/audio_processing/audio_processing_impl.cc (right): https://codereview.webrtc.org/1761813002/diff/1/webrtc/modules/audio_processing/audio_processing_impl.cc#newcode1148 webrtc/modules/audio_processing/audio_processing_impl.cc:1148: if (public_submodules_->echo_cancellation->is_enabled()) { On 2016/03/03 13:13:05, the sun wrote: ...
4 years, 9 months ago (2016-03-03 13:56:16 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1761813002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1761813002/20001
4 years, 9 months ago (2016-03-03 14:01:10 UTC) #10
commit-bot: I haz the power
Try jobs failed on following builders: win_x64_rel on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/win_x64_rel/builds/12916)
4 years, 9 months ago (2016-03-03 14:11:20 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1761813002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1761813002/40001
4 years, 9 months ago (2016-03-03 19:46:19 UTC) #15
commit-bot: I haz the power
Try jobs failed on following builders: linux_ubsan on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/linux_ubsan/builds/232) linux_ubsan_vptr on tryserver.webrtc (JOB_FAILED, ...
4 years, 9 months ago (2016-03-03 19:51:56 UTC) #17
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1761813002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1761813002/40001
4 years, 9 months ago (2016-03-04 05:47:47 UTC) #19
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_ubsan on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/linux_ubsan/builds/240) linux_ubsan_vptr on ...
4 years, 9 months ago (2016-03-04 05:53:28 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1761813002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1761813002/60001
4 years, 9 months ago (2016-03-04 11:59:42 UTC) #24
commit-bot: I haz the power
Try jobs failed on following builders: android_arm64_rel on tryserver.webrtc (JOB_TIMED_OUT, no build URL) android_dbg on ...
4 years, 9 months ago (2016-03-04 14:01:12 UTC) #26
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1761813002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1761813002/60001
4 years, 9 months ago (2016-03-04 14:02:16 UTC) #28
commit-bot: I haz the power
Try jobs failed on following builders: android_arm64_rel on tryserver.webrtc (JOB_TIMED_OUT, no build URL)
4 years, 9 months ago (2016-03-04 16:03:28 UTC) #30
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1761813002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1761813002/60001
4 years, 9 months ago (2016-03-04 19:49:31 UTC) #32
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 9 months ago (2016-03-04 20:13:36 UTC) #34
commit-bot: I haz the power
Patchset 4 (id:??) landed as https://crrev.com/3af0a009f8a7f2dfb630a4f4730044cbbd95bee8 Cr-Commit-Position: refs/heads/master@{#11876}
4 years, 9 months ago (2016-03-04 20:13:42 UTC) #36
The Sun (google.com)
A revert of this CL (patchset #4 id:60001) has been created in https://codereview.webrtc.org/1764293002/ by solenberg@google.com. ...
4 years, 9 months ago (2016-03-04 20:28:50 UTC) #37
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1761813002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1761813002/80001
4 years, 9 months ago (2016-03-05 09:30:36 UTC) #41
commit-bot: I haz the power
Try jobs failed on following builders: linux_ubsan_vptr on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/linux_ubsan_vptr/builds/803)
4 years, 9 months ago (2016-03-05 09:40:35 UTC) #43
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1761813002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1761813002/80001
4 years, 9 months ago (2016-03-05 10:49:07 UTC) #45
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 9 months ago (2016-03-05 11:01:19 UTC) #47
commit-bot: I haz the power
4 years, 9 months ago (2016-03-05 11:01:32 UTC) #49
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/b624d8c852fbe8eff8ff8888f673191b8a411421
Cr-Commit-Position: refs/heads/master@{#11881}

Powered by Google App Engine
This is Rietveld 408576698