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

Issue 1175903002: audio_processing: Create now returns a pointer to the object (Closed)

Created:
5 years, 6 months ago by bjornv1
Modified:
5 years, 6 months ago
Reviewers:
kwiberg-webrtc
CC:
aluebs-webrtc, Andrew MacDonald, hlundin-webrtc, kwiberg-webrtc, tterriberry_mozilla.com, webrtc-reviews_webrtc.org
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

audio_processing: Create now returns a pointer to the object Affects * NS * AGC * AEC BUG=webrtc:441 TESTED=locally on Linux and trybots R=kwiberg@webrtc.org Committed: https://chromium.googlesource.com/external/webrtc/+/9345e86551a0e59e77dfee6eed3e2fe2a833b269

Patch Set 1 #

Total comments: 21

Patch Set 2 : Addressed review comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+69 lines, -172 lines) Patch
M webrtc/modules/audio_processing/aec/aec_core.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/aec/aec_core.c View 7 chunks +13 lines, -23 lines 0 comments Download
M webrtc/modules/audio_processing/aec/aec_resampler.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_processing/aec/aec_resampler.c View 1 chunk +2 lines, -8 lines 0 comments Download
M webrtc/modules/audio_processing/aec/echo_cancellation.c View 3 chunks +12 lines, -19 lines 0 comments Download
M webrtc/modules/audio_processing/aec/echo_cancellation_unittest.cc View 1 1 chunk +5 lines, -7 lines 0 comments Download
M webrtc/modules/audio_processing/aec/include/echo_cancellation.h View 1 1 chunk +3 lines, -12 lines 0 comments Download
M webrtc/modules/audio_processing/aec/system_delay_unittest.cc View 1 2 chunks +3 lines, -1 line 0 comments Download
M webrtc/modules/audio_processing/agc/legacy/analog_agc.c View 1 1 chunk +8 lines, -20 lines 0 comments Download
M webrtc/modules/audio_processing/agc/legacy/gain_control.h View 1 chunk +3 lines, -6 lines 0 comments Download
M webrtc/modules/audio_processing/echo_cancellation_impl.cc View 1 chunk +1 line, -8 lines 0 comments Download
M webrtc/modules/audio_processing/gain_control_impl.cc View 1 chunk +1 line, -8 lines 0 comments Download
M webrtc/modules/audio_processing/noise_suppression_impl.cc View 1 chunk +2 lines, -10 lines 0 comments Download
M webrtc/modules/audio_processing/ns/include/noise_suppression.h View 1 1 chunk +2 lines, -13 lines 0 comments Download
M webrtc/modules/audio_processing/ns/include/noise_suppression_x.h View 1 1 chunk +2 lines, -13 lines 0 comments Download
M webrtc/modules/audio_processing/ns/noise_suppression.c View 1 chunk +4 lines, -9 lines 0 comments Download
M webrtc/modules/audio_processing/ns/noise_suppression_x.c View 1 chunk +5 lines, -12 lines 0 comments Download

Messages

Total messages: 6 (1 generated)
bjornv1
Care to take a look, Karl? https://codereview.webrtc.org/1175903002/diff/1/webrtc/modules/audio_processing/agc/legacy/analog_agc.c File webrtc/modules/audio_processing/agc/legacy/analog_agc.c (right): https://codereview.webrtc.org/1175903002/diff/1/webrtc/modules/audio_processing/agc/legacy/analog_agc.c#newcode1317 webrtc/modules/audio_processing/agc/legacy/analog_agc.c:1317: LegacyAgc* stt = ...
5 years, 6 months ago (2015-06-10 09:14:07 UTC) #2
kwiberg-webrtc
lgtm https://codereview.webrtc.org/1175903002/diff/1/webrtc/modules/audio_processing/aec/aec_core.c File webrtc/modules/audio_processing/aec/aec_core.c (right): https://codereview.webrtc.org/1175903002/diff/1/webrtc/modules/audio_processing/aec/aec_core.c#newcode1375 webrtc/modules/audio_processing/aec/aec_core.c:1375: } I'm pretty sure we could just assert ...
5 years, 6 months ago (2015-06-10 09:31:44 UTC) #3
bjornv1
https://codereview.webrtc.org/1175903002/diff/1/webrtc/modules/audio_processing/aec/aec_core.c File webrtc/modules/audio_processing/aec/aec_core.c (right): https://codereview.webrtc.org/1175903002/diff/1/webrtc/modules/audio_processing/aec/aec_core.c#newcode1375 webrtc/modules/audio_processing/aec/aec_core.c:1375: } On 2015/06/10 at 09:31:43, kwiberg1 wrote: > I'm ...
5 years, 6 months ago (2015-06-10 19:03:04 UTC) #4
kwiberg-webrtc
more lgtm
5 years, 6 months ago (2015-06-10 19:13:42 UTC) #5
bjornv1
5 years, 6 months ago (2015-06-10 19:43:51 UTC) #6
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
9345e86551a0e59e77dfee6eed3e2fe2a833b269 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698