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

Issue 1856323002: Revert of Moved ring-buffer related files from common_audio to audio_processing (Closed)

Created:
4 years, 8 months ago by peah-webrtc
Modified:
4 years, 8 months ago
Reviewers:
ivoc, hlundin-webrtc
CC:
webrtc-reviews_webrtc.org, kwiberg-webrtc, Andrew MacDonald, tterriberry_mozilla.com, audio-team_agora.io, hlundin-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

Revert of Moved ring-buffer related files from common_audio to audio_processing (patchset #8 id:150001 of https://codereview.webrtc.org/1846903004/ ) Reason for revert: This CL caused a google3 breakage due to dependencies in Google3. I will fix that, and reland. Original issue's description: > Moved ring-buffer related files from common_audio to audio_processing > > BUG=webrtc:5724 > NOPRESUBMIT=true > > Committed: https://crrev.com/711ccc8d96490f58cc3d7fd9207c19d4d881d4dc > Cr-Commit-Position: refs/heads/master@{#12227} TBR=ivoc@webrtc.org,henrik.lundin@webrtc.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=webrtc:5724 Committed: https://crrev.com/c54aad6ae07fe2a44a65be403386bd7d7d865e5b Cr-Commit-Position: refs/heads/master@{#12232}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1883 lines, -1882 lines) Patch
M webrtc/common_audio/BUILD.gn View 3 chunks +8 lines, -0 lines 0 comments Download
A webrtc/common_audio/audio_ring_buffer.h View 1 chunk +55 lines, -0 lines 0 comments Download
A webrtc/common_audio/audio_ring_buffer.cc View 1 chunk +75 lines, -0 lines 0 comments Download
A webrtc/common_audio/audio_ring_buffer_unittest.cc View 1 chunk +112 lines, -0 lines 0 comments Download
A webrtc/common_audio/blocker.h View 1 chunk +124 lines, -0 lines 0 comments Download
A webrtc/common_audio/blocker.cc View 1 chunk +236 lines, -0 lines 0 comments Download
A webrtc/common_audio/blocker_unittest.cc View 1 chunk +345 lines, -0 lines 0 comments Download
M webrtc/common_audio/common_audio.gyp View 4 chunks +12 lines, -0 lines 0 comments Download
A webrtc/common_audio/lapped_transform.h View 1 chunk +125 lines, -0 lines 0 comments Download
A webrtc/common_audio/lapped_transform.cc View 1 chunk +102 lines, -0 lines 0 comments Download
A webrtc/common_audio/lapped_transform_unittest.cc View 1 chunk +208 lines, -0 lines 0 comments Download
A webrtc/common_audio/ring_buffer.h View 1 chunk +66 lines, -0 lines 0 comments Download
A webrtc/common_audio/ring_buffer.c View 1 chunk +247 lines, -0 lines 0 comments Download
A webrtc/common_audio/ring_buffer_unittest.cc View 1 chunk +150 lines, -0 lines 0 comments Download
M webrtc/modules/audio_processing/BUILD.gn View 1 chunk +0 lines, -8 lines 0 comments Download
M webrtc/modules/audio_processing/aec/aec_core.cc View 2 chunks +3 lines, -1 line 0 comments Download
M webrtc/modules/audio_processing/aec/aec_core_internal.h View 1 chunk +3 lines, -4 lines 0 comments Download
M webrtc/modules/audio_processing/aec/echo_cancellation.cc View 1 chunk +1 line, -3 lines 0 comments Download
M webrtc/modules/audio_processing/aec/echo_cancellation_internal.h View 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/modules/audio_processing/aecm/aecm_core.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/aecm/aecm_core.c View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/aecm/aecm_core_c.c View 2 chunks +2 lines, -1 line 0 comments Download
M webrtc/modules/audio_processing/aecm/echo_control_mobile.c View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/audio_processing.gypi View 1 chunk +0 lines, -8 lines 0 comments Download
M webrtc/modules/audio_processing/beamformer/nonlinear_beamformer.h View 1 chunk +2 lines, -1 line 0 comments Download
M webrtc/modules/audio_processing/intelligibility/intelligibility_enhancer.h View 1 chunk +1 line, -1 line 0 comments Download
D webrtc/modules/audio_processing/utility/audio_ring_buffer.h View 1 chunk +0 lines, -55 lines 0 comments Download
D webrtc/modules/audio_processing/utility/audio_ring_buffer.cc View 1 chunk +0 lines, -75 lines 0 comments Download
D webrtc/modules/audio_processing/utility/audio_ring_buffer_unittest.cc View 1 chunk +0 lines, -113 lines 0 comments Download
D webrtc/modules/audio_processing/utility/blocker.h View 1 chunk +0 lines, -124 lines 0 comments Download
D webrtc/modules/audio_processing/utility/blocker.cc View 1 chunk +0 lines, -236 lines 0 comments Download
D webrtc/modules/audio_processing/utility/blocker_unittest.cc View 1 chunk +0 lines, -345 lines 0 comments Download
D webrtc/modules/audio_processing/utility/lapped_transform.h View 1 chunk +0 lines, -124 lines 0 comments Download
D webrtc/modules/audio_processing/utility/lapped_transform.cc View 1 chunk +0 lines, -102 lines 0 comments Download
D webrtc/modules/audio_processing/utility/lapped_transform_unittest.cc View 1 chunk +0 lines, -208 lines 0 comments Download
D webrtc/modules/audio_processing/utility/ring_buffer.h View 1 chunk +0 lines, -66 lines 0 comments Download
D webrtc/modules/audio_processing/utility/ring_buffer.c View 1 chunk +0 lines, -247 lines 0 comments Download
D webrtc/modules/audio_processing/utility/ring_buffer_unittest.cc View 1 chunk +0 lines, -150 lines 0 comments Download
M webrtc/modules/modules.gyp View 1 chunk +0 lines, -4 lines 0 comments Download

Messages

Total messages: 8 (2 generated)
peah-webrtc
Created Revert of Moved ring-buffer related files from common_audio to audio_processing
4 years, 8 months ago (2016-04-05 07:02:09 UTC) #1
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1856323002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1856323002/1
4 years, 8 months ago (2016-04-05 07:02:15 UTC) #2
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 8 months ago (2016-04-05 07:02:36 UTC) #4
commit-bot: I haz the power
Patchset 1 (id:??) landed as https://crrev.com/c54aad6ae07fe2a44a65be403386bd7d7d865e5b Cr-Commit-Position: refs/heads/master@{#12232}
4 years, 8 months ago (2016-04-05 07:02:44 UTC) #6
hlundin-webrtc
lgtm
4 years, 8 months ago (2016-04-05 07:23:07 UTC) #7
ivoc
4 years, 8 months ago (2016-04-05 07:27:05 UTC) #8
Message was sent while issue was closed.
lgtm

Powered by Google App Engine
This is Rietveld 408576698