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

Issue 1803433003: Removed the dependency on AudioProcessingImpl in EchoControlMobileImpl (Closed)

Created:
4 years, 9 months ago by peah-webrtc
Modified:
4 years, 9 months ago
Reviewers:
hlundin-webrtc
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 dependency on AudioProcessingImpl in EchoControlMobileImpl BUG=webrtc:5351 Committed: https://crrev.com/253534d1bdb5d21670f355f0b553efec51c7adc6 Cr-Commit-Position: refs/heads/master@{#11995}

Patch Set 1 #

Patch Set 2 : Corrected the error code returned when the stream delay had not been set #

Total comments: 1

Patch Set 3 : Added missing DCHECKS for the stream_properties_ #

Total comments: 2

Patch Set 4 : Corrected DCHECK position #

Patch Set 5 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+81 lines, -46 lines) Patch
M webrtc/modules/audio_processing/audio_processing_impl.cc View 1 2 3 4 3 chunks +14 lines, -4 lines 0 comments Download
M webrtc/modules/audio_processing/echo_control_mobile_impl.h View 3 chunks +8 lines, -7 lines 0 comments Download
M webrtc/modules/audio_processing/echo_control_mobile_impl.cc View 1 2 3 11 chunks +59 lines, -35 lines 0 comments Download

Messages

Total messages: 18 (7 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1803433003/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1803433003/1
4 years, 9 months ago (2016-03-14 07:34:28 UTC) #2
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: mac_rel on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/mac_rel/builds/13488)
4 years, 9 months ago (2016-03-14 07:41:55 UTC) #4
peah-webrtc
4 years, 9 months ago (2016-03-15 06:33:15 UTC) #7
peah-webrtc
Found a wrong error code that was returned, but not caught in the tests. Now ...
4 years, 9 months ago (2016-03-15 07:00:41 UTC) #8
hlundin-webrtc
Nice, but... https://codereview.webrtc.org/1803433003/diff/40001/webrtc/modules/audio_processing/echo_control_mobile_impl.h File webrtc/modules/audio_processing/echo_control_mobile_impl.h (right): https://codereview.webrtc.org/1803433003/diff/40001/webrtc/modules/audio_processing/echo_control_mobile_impl.h#newcode86 webrtc/modules/audio_processing/echo_control_mobile_impl.h:86: std::unique_ptr<StreamProperties> stream_properties_; You are creating a member ...
4 years, 9 months ago (2016-03-15 07:29:43 UTC) #9
peah-webrtc
4 years, 9 months ago (2016-03-15 07:45:34 UTC) #10
hlundin-webrtc
LGTM with one comment. https://codereview.webrtc.org/1803433003/diff/60001/webrtc/modules/audio_processing/echo_control_mobile_impl.cc File webrtc/modules/audio_processing/echo_control_mobile_impl.cc (right): https://codereview.webrtc.org/1803433003/diff/60001/webrtc/modules/audio_processing/echo_control_mobile_impl.cc#newcode265 webrtc/modules/audio_processing/echo_control_mobile_impl.cc:265: RTC_DCHECK(stream_properties_); Move the DCHECK to ...
4 years, 9 months ago (2016-03-15 07:53:38 UTC) #11
peah-webrtc
https://codereview.webrtc.org/1803433003/diff/60001/webrtc/modules/audio_processing/echo_control_mobile_impl.cc File webrtc/modules/audio_processing/echo_control_mobile_impl.cc (right): https://codereview.webrtc.org/1803433003/diff/60001/webrtc/modules/audio_processing/echo_control_mobile_impl.cc#newcode265 webrtc/modules/audio_processing/echo_control_mobile_impl.cc:265: RTC_DCHECK(stream_properties_); On 2016/03/15 07:53:38, hlundin-webrtc wrote: > Move the ...
4 years, 9 months ago (2016-03-15 08:18:31 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1803433003/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1803433003/100001
4 years, 9 months ago (2016-03-15 10:04:08 UTC) #15
commit-bot: I haz the power
Committed patchset #5 (id:100001)
4 years, 9 months ago (2016-03-15 11:32:33 UTC) #16
commit-bot: I haz the power
4 years, 9 months ago (2016-03-15 11:32:44 UTC) #18
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/253534d1bdb5d21670f355f0b553efec51c7adc6
Cr-Commit-Position: refs/heads/master@{#11995}

Powered by Google App Engine
This is Rietveld 408576698