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

Issue 1404743003: Removed the indirect error message reporting in aec and aecm. (Closed)

Created:
5 years, 2 months ago by peah-webrtc
Modified:
5 years, 1 month ago
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com, aluebs-webrtc, bjornv1, ivoc
Base URL:
https://chromium.googlesource.com/external/webrtc.git@process_test_no_output_CL
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

-Removed the indirect error message reporting in aec and aecm. -Made the component error messages generic to be an unspecified error message. BUG=webrtc:5099 Committed: https://crrev.com/c12be3984ff49f202f873f8ecd83f0e5b9cb36c9 Cr-Commit-Position: refs/heads/master@{#10570}

Patch Set 1 #

Total comments: 17

Patch Set 2 : Removed state variable for lastError. Removed function prototypes for unused functions. Added const qualifiers. #

Total comments: 11

Patch Set 3 : Removed obsolete comments and reverted the changes in processing_component.cc as they were not need… #

Total comments: 16

Patch Set 4 : Changes in response to reviewer comments. #

Patch Set 5 : Merge #

Patch Set 6 : Merge #

Patch Set 7 : Merge #

Total comments: 4

Patch Set 8 : Changed if-statement #

Patch Set 9 : Merge from other CLs in the list #

Patch Set 10 : Merge from preceeding CLs #

Patch Set 11 : Merge from latest master #

Unified diffs Side-by-side diffs Delta from patch set Stats (+171 lines, -265 lines) Patch
M webrtc/modules/audio_processing/aec/echo_cancellation.c View 1 2 3 4 5 6 7 11 chunks +56 lines, -74 lines 0 comments Download
M webrtc/modules/audio_processing/aec/echo_cancellation_internal.h View 1 2 3 1 chunk +0 lines, -2 lines 0 comments Download
M webrtc/modules/audio_processing/aec/include/echo_cancellation.h View 1 2 3 6 chunks +29 lines, -23 lines 0 comments Download
M webrtc/modules/audio_processing/aecm/echo_control_mobile.c View 1 10 chunks +51 lines, -107 lines 0 comments Download
M webrtc/modules/audio_processing/aecm/include/echo_control_mobile.h View 1 7 chunks +25 lines, -34 lines 0 comments Download
M webrtc/modules/audio_processing/echo_cancellation_impl.cc View 1 2 3 4 5 6 7 8 6 chunks +9 lines, -8 lines 0 comments Download
M webrtc/modules/audio_processing/echo_control_mobile_impl.cc View 1 2 3 4 5 6 7 8 2 chunks +1 line, -17 lines 0 comments Download

Depends on Patchset:

Dependent Patchsets:

Messages

Total messages: 33 (12 generated)
peah-webrtc
This CL is a preparation for the enabling of concurrent processing of the render and ...
5 years, 2 months ago (2015-10-14 14:04:41 UTC) #2
hlundin-webrtc
https://codereview.webrtc.org/1404743003/diff/1/webrtc/modules/audio_processing/aec/echo_cancellation.c File webrtc/modules/audio_processing/aec/echo_cancellation.c (left): https://codereview.webrtc.org/1404743003/diff/1/webrtc/modules/audio_processing/aec/echo_cancellation.c#oldcode195 webrtc/modules/audio_processing/aec/echo_cancellation.c:195: aecpc->lastError = AEC_BAD_PARAMETER_ERROR; You should be able to remove ...
5 years, 2 months ago (2015-10-14 14:34:49 UTC) #3
hlundin-webrtc
On 2015/10/14 14:34:49, hlundin-webrtc wrote: > https://codereview.webrtc.org/1404743003/diff/1/webrtc/modules/audio_processing/aec/echo_cancellation.c > File webrtc/modules/audio_processing/aec/echo_cancellation.c (left): > > https://codereview.webrtc.org/1404743003/diff/1/webrtc/modules/audio_processing/aec/echo_cancellation.c#oldcode195 > ...
5 years, 2 months ago (2015-10-14 14:38:50 UTC) #4
peah-webrtc
https://codereview.webrtc.org/1404743003/diff/1/webrtc/modules/audio_processing/aec/echo_cancellation.c File webrtc/modules/audio_processing/aec/echo_cancellation.c (left): https://codereview.webrtc.org/1404743003/diff/1/webrtc/modules/audio_processing/aec/echo_cancellation.c#oldcode195 webrtc/modules/audio_processing/aec/echo_cancellation.c:195: aecpc->lastError = AEC_BAD_PARAMETER_ERROR; On 2015/10/14 14:34:49, hlundin-webrtc wrote: > ...
5 years, 2 months ago (2015-10-14 17:57:36 UTC) #5
Andrew MacDonald
Drive-by. https://codereview.webrtc.org/1404743003/diff/20001/webrtc/modules/audio_processing/aec/echo_cancellation.c File webrtc/modules/audio_processing/aec/echo_cancellation.c (right): https://codereview.webrtc.org/1404743003/diff/20001/webrtc/modules/audio_processing/aec/echo_cancellation.c#newcode407 webrtc/modules/audio_processing/aec/echo_cancellation.c:407: // Due to the initialization scheme the indirect ...
5 years, 2 months ago (2015-10-16 06:05:10 UTC) #7
peah-webrtc
https://codereview.webrtc.org/1404743003/diff/20001/webrtc/modules/audio_processing/aec/echo_cancellation.c File webrtc/modules/audio_processing/aec/echo_cancellation.c (right): https://codereview.webrtc.org/1404743003/diff/20001/webrtc/modules/audio_processing/aec/echo_cancellation.c#newcode407 webrtc/modules/audio_processing/aec/echo_cancellation.c:407: // Due to the initialization scheme the indirect On ...
5 years, 2 months ago (2015-10-16 08:14:39 UTC) #8
Andrew MacDonald
lgtm https://codereview.webrtc.org/1404743003/diff/20001/webrtc/modules/audio_processing/aec/include/echo_cancellation.h File webrtc/modules/audio_processing/aec/include/echo_cancellation.h (right): https://codereview.webrtc.org/1404743003/diff/20001/webrtc/modules/audio_processing/aec/include/echo_cancellation.h#newcode112 webrtc/modules/audio_processing/aec/include/echo_cancellation.h:112: * int32_t return 12000-12050: error code On 2015/10/16 ...
5 years, 2 months ago (2015-10-16 15:47:06 UTC) #9
hlundin-webrtc
lgtm https://codereview.webrtc.org/1404743003/diff/1/webrtc/modules/audio_processing/aecm/echo_control_mobile.c File webrtc/modules/audio_processing/aecm/echo_control_mobile.c (left): https://codereview.webrtc.org/1404743003/diff/1/webrtc/modules/audio_processing/aecm/echo_control_mobile.c#oldcode527 webrtc/modules/audio_processing/aecm/echo_control_mobile.c:527: int32_t WebRtcAecm_get_config(void *aecmInst, AecmConfig *config) On 2015/10/14 17:57:36, ...
5 years, 2 months ago (2015-10-20 13:01:55 UTC) #10
the sun
lgtm % nits https://codereview.webrtc.org/1404743003/diff/40001/webrtc/modules/audio_processing/aec/echo_cancellation.c File webrtc/modules/audio_processing/aec/echo_cancellation.c (right): https://codereview.webrtc.org/1404743003/diff/40001/webrtc/modules/audio_processing/aec/echo_cancellation.c#newcode266 webrtc/modules/audio_processing/aec/echo_cancellation.c:266: // farend signal. nit: "farend" -> ...
5 years, 2 months ago (2015-10-21 12:09:27 UTC) #11
peah-webrtc
https://codereview.webrtc.org/1404743003/diff/20001/webrtc/modules/audio_processing/aec/include/echo_cancellation.h File webrtc/modules/audio_processing/aec/include/echo_cancellation.h (right): https://codereview.webrtc.org/1404743003/diff/20001/webrtc/modules/audio_processing/aec/include/echo_cancellation.h#newcode112 webrtc/modules/audio_processing/aec/include/echo_cancellation.h:112: * int32_t return 12000-12050: error code On 2015/10/16 15:47:05, ...
5 years, 2 months ago (2015-10-23 09:31:15 UTC) #14
peah-webrtc
5 years, 2 months ago (2015-10-23 09:34:26 UTC) #15
Andrew MacDonald
https://codereview.webrtc.org/1404743003/diff/40001/webrtc/modules/audio_processing/aec/echo_cancellation.c File webrtc/modules/audio_processing/aec/echo_cancellation.c (right): https://codereview.webrtc.org/1404743003/diff/40001/webrtc/modules/audio_processing/aec/echo_cancellation.c#newcode381 webrtc/modules/audio_processing/aec/echo_cancellation.c:381: } else { On 2015/10/23 09:31:15, peah-webrtc wrote: > ...
5 years, 2 months ago (2015-10-24 00:27:09 UTC) #16
peah-webrtc
https://codereview.webrtc.org/1404743003/diff/1/webrtc/modules/audio_processing/aecm/echo_control_mobile.c File webrtc/modules/audio_processing/aecm/echo_control_mobile.c (left): https://codereview.webrtc.org/1404743003/diff/1/webrtc/modules/audio_processing/aecm/echo_control_mobile.c#oldcode527 webrtc/modules/audio_processing/aecm/echo_control_mobile.c:527: int32_t WebRtcAecm_get_config(void *aecmInst, AecmConfig *config) On 2015/10/20 13:01:54, hlundin-webrtc ...
5 years, 1 month ago (2015-10-26 09:02:17 UTC) #17
kwiberg-webrtc
lgtm https://codereview.webrtc.org/1404743003/diff/120001/webrtc/modules/audio_processing/aec/echo_cancellation.c File webrtc/modules/audio_processing/aec/echo_cancellation.c (right): https://codereview.webrtc.org/1404743003/diff/120001/webrtc/modules/audio_processing/aec/echo_cancellation.c#newcode272 webrtc/modules/audio_processing/aec/echo_cancellation.c:272: if (farend == NULL) if (!farend) https://codereview.webrtc.org/1404743003/diff/120001/webrtc/modules/audio_processing/aec/include/echo_cancellation.h File ...
5 years, 1 month ago (2015-10-27 09:11:01 UTC) #18
peah-webrtc
https://codereview.webrtc.org/1404743003/diff/120001/webrtc/modules/audio_processing/aec/echo_cancellation.c File webrtc/modules/audio_processing/aec/echo_cancellation.c (right): https://codereview.webrtc.org/1404743003/diff/120001/webrtc/modules/audio_processing/aec/echo_cancellation.c#newcode272 webrtc/modules/audio_processing/aec/echo_cancellation.c:272: if (farend == NULL) On 2015/10/27 09:11:01, kwiberg-webrtc wrote: ...
5 years, 1 month ago (2015-10-29 06:23:36 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1404743003/160001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1404743003/160001
5 years, 1 month ago (2015-11-09 22:11:26 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1404743003/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1404743003/180001
5 years, 1 month ago (2015-11-09 22:13:17 UTC) #26
commit-bot: I haz the power
Try jobs failed on following builders: android_arm64_rel on tryserver.webrtc (JOB_TIMED_OUT, no build URL)
5 years, 1 month ago (2015-11-10 00:13:33 UTC) #28
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1404743003/200001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1404743003/200001
5 years, 1 month ago (2015-11-10 07:00:31 UTC) #31
commit-bot: I haz the power
Committed patchset #11 (id:200001)
5 years, 1 month ago (2015-11-10 07:53:54 UTC) #32
commit-bot: I haz the power
5 years, 1 month ago (2015-11-10 07:54:04 UTC) #33
Message was sent while issue was closed.
Patchset 11 (id:??) landed as
https://crrev.com/c12be3984ff49f202f873f8ecd83f0e5b9cb36c9
Cr-Commit-Position: refs/heads/master@{#10570}

Powered by Google App Engine
This is Rietveld 408576698