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

Issue 1713923002: Moved the AEC C code to be built using C++ (Closed)

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

Description

Moved the AEC C code to be built using C++. In order for the change to be reviewable, the move was made into two steps consisting of the first two patches in this CL. Step 1 (patch set 1): -Changed file types to use .cc -Changed buildfiles to use the new files -Changed C code inclusion to properly match the changed file formats (removed and added extern "C" declarations). -Changed implicit void-> nonvoid casts that are illegal in C++ to be explicit. Step 2 (patch set 2): -Changed all the warnings reported when uploading the CL. -The warnings about formatting of the assembly optimized code were not addressed though. BUG=webrtc:5201 Committed: https://crrev.com/8df5d4f15ba9f29c994103905e7cb7909e6ba969 Cr-Commit-Position: refs/heads/master@{#11727}

Patch Set 1 : Transitioning to .cc files with minimal changes that causes the files to build #

Patch Set 2 : Fixed all warnings reported during the cl upload #

Total comments: 1

Patch Set 3 : Merge with latest master #

Patch Set 4 : Format changes to comply with lint #

Unified diffs Side-by-side diffs Delta from patch set Stats (+223 lines, -5194 lines) Patch
M webrtc/modules/audio_processing/BUILD.gn View 4 chunks +5 lines, -5 lines 0 comments Download
D webrtc/modules/audio_processing/aec/aec_core.c View 1 chunk +0 lines, -1896 lines 0 comments Download
A + webrtc/modules/audio_processing/aec/aec_core.cc View 1 20 chunks +59 lines, -42 lines 0 comments Download
M webrtc/modules/audio_processing/aec/aec_core_internal.h View 1 chunk +2 lines, -0 lines 0 comments Download
D webrtc/modules/audio_processing/aec/aec_core_mips.c View 1 chunk +0 lines, -787 lines 0 comments Download
A + webrtc/modules/audio_processing/aec/aec_core_mips.cc View 1 2 3 34 chunks +63 lines, -67 lines 0 comments Download
D webrtc/modules/audio_processing/aec/aec_core_neon.c View 1 chunk +0 lines, -727 lines 0 comments Download
A + webrtc/modules/audio_processing/aec/aec_core_neon.cc View 1 2 chunks +4 lines, -1 line 0 comments Download
D webrtc/modules/audio_processing/aec/aec_core_sse2.c View 1 chunk +0 lines, -721 lines 0 comments Download
A + webrtc/modules/audio_processing/aec/aec_core_sse2.cc View 1 5 chunks +42 lines, -19 lines 0 comments Download
M webrtc/modules/audio_processing/aec/echo_cancellation.h View 2 chunks +0 lines, -7 lines 0 comments Download
D webrtc/modules/audio_processing/aec/echo_cancellation.c View 1 chunk +0 lines, -875 lines 0 comments Download
A + webrtc/modules/audio_processing/aec/echo_cancellation.cc View 1 19 chunks +41 lines, -31 lines 0 comments Download
M webrtc/modules/audio_processing/aec/echo_cancellation_internal.h View 1 chunk +2 lines, -0 lines 0 comments Download
M webrtc/modules/audio_processing/aec/echo_cancellation_unittest.cc View 1 chunk +0 lines, -3 lines 0 comments Download
M webrtc/modules/audio_processing/aec/system_delay_unittest.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M webrtc/modules/audio_processing/audio_processing.gypi View 4 chunks +5 lines, -5 lines 0 comments Download
M webrtc/modules/audio_processing/audio_processing_impl.cc View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M webrtc/modules/audio_processing/echo_cancellation_impl.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M webrtc/modules/audio_processing/echo_cancellation_impl_unittest.cc View 1 2 1 chunk +0 lines, -2 lines 0 comments Download

Messages

Total messages: 64 (34 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/1713923002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1713923002/20001
4 years, 10 months ago (2016-02-19 09:14:33 UTC) #4
peah-webrtc
4 years, 10 months ago (2016-02-19 09:17:41 UTC) #8
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1713923002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1713923002/20001
4 years, 10 months ago (2016-02-19 09:17:57 UTC) #10
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: android_dbg on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/android_dbg/builds/11056) linux_gn_rel on ...
4 years, 10 months ago (2016-02-19 09:19:07 UTC) #12
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1713923002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1713923002/40001
4 years, 10 months ago (2016-02-19 10:29:57 UTC) #14
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: presubmit on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/presubmit/builds/3544)
4 years, 10 months ago (2016-02-19 10:36:37 UTC) #16
peah-webrtc
The current CL is dependent upon the CL https://codereview.webrtc.org/1710083006/ in order to be possible to ...
4 years, 10 months ago (2016-02-19 11:57:02 UTC) #18
peah-webrtc
On 2016/02/19 11:57:02, peah-webrtc wrote: > The current CL is dependent upon the CL > ...
4 years, 10 months ago (2016-02-22 10:41:04 UTC) #19
the sun
On 2016/02/22 10:41:04, peah-webrtc wrote: > On 2016/02/19 11:57:02, peah-webrtc wrote: > > The current ...
4 years, 10 months ago (2016-02-22 20:08:09 UTC) #20
the sun
https://codereview.webrtc.org/1713923002/diff/20001/webrtc/modules/audio_processing/audio_processing.gypi File webrtc/modules/audio_processing/audio_processing.gypi (right): https://codereview.webrtc.org/1713923002/diff/20001/webrtc/modules/audio_processing/audio_processing.gypi#newcode38 webrtc/modules/audio_processing/audio_processing.gypi:38: 'aec/aec_rdft.c', aec_rdft.c, aec_resampler.c will be updated later?
4 years, 10 months ago (2016-02-22 20:08:28 UTC) #21
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1713923002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1713923002/20001
4 years, 10 months ago (2016-02-22 22:43:19 UTC) #23
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: android_gn_dbg on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/android_gn_dbg/builds/8914) ios64_sim_dbg on ...
4 years, 10 months ago (2016-02-22 22:44:25 UTC) #25
peah-webrtc
On 2016/02/22 20:08:28, the sun wrote: > https://codereview.webrtc.org/1713923002/diff/20001/webrtc/modules/audio_processing/audio_processing.gypi > File webrtc/modules/audio_processing/audio_processing.gypi (right): > > https://codereview.webrtc.org/1713923002/diff/20001/webrtc/modules/audio_processing/audio_processing.gypi#newcode38 ...
4 years, 10 months ago (2016-02-23 05:49:32 UTC) #26
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1713923002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1713923002/60001
4 years, 10 months ago (2016-02-23 05:49:51 UTC) #28
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: ios64_sim_dbg on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/ios64_sim_dbg/builds/5335) ios_arm64_dbg on ...
4 years, 10 months ago (2016-02-23 05:51:11 UTC) #30
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1713923002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1713923002/80001
4 years, 10 months ago (2016-02-23 06:02:57 UTC) #33
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: presubmit on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/presubmit/builds/3600)
4 years, 10 months ago (2016-02-23 06:04:18 UTC) #35
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1713923002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1713923002/100001
4 years, 10 months ago (2016-02-23 07:27:40 UTC) #38
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: ios_dbg on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/ios_dbg/builds/12851)
4 years, 10 months ago (2016-02-23 07:29:54 UTC) #40
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1713923002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1713923002/100001
4 years, 10 months ago (2016-02-23 09:13:50 UTC) #42
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: presubmit on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/presubmit/builds/3606)
4 years, 10 months ago (2016-02-23 09:19:31 UTC) #44
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1713923002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1713923002/100001
4 years, 10 months ago (2016-02-23 09:21:18 UTC) #47
commit-bot: I haz the power
Try jobs failed on following builders: presubmit on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/presubmit/builds/3609)
4 years, 10 months ago (2016-02-23 09:23:39 UTC) #49
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1713923002/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1713923002/120001
4 years, 10 months ago (2016-02-23 10:33:04 UTC) #52
commit-bot: I haz the power
Try jobs failed on following builders: mac_baremetal on tryserver.webrtc (JOB_TIMED_OUT, no build URL)
4 years, 10 months ago (2016-02-23 12:33:35 UTC) #54
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1713923002/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1713923002/120001
4 years, 10 months ago (2016-02-23 12:45:54 UTC) #56
commit-bot: I haz the power
Try jobs failed on following builders: mac_baremetal on tryserver.webrtc (JOB_TIMED_OUT, no build URL)
4 years, 10 months ago (2016-02-23 14:46:29 UTC) #58
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1713923002/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1713923002/120001
4 years, 10 months ago (2016-02-23 22:06:45 UTC) #60
commit-bot: I haz the power
Committed patchset #4 (id:120001)
4 years, 10 months ago (2016-02-23 22:35:04 UTC) #62
commit-bot: I haz the power
4 years, 10 months ago (2016-02-23 22:35:11 UTC) #64
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/8df5d4f15ba9f29c994103905e7cb7909e6ba969
Cr-Commit-Position: refs/heads/master@{#11727}

Powered by Google App Engine
This is Rietveld 408576698