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

Side by Side Diff: webrtc/modules/audio_processing/audio_processing.gypi

Issue 1877713002: Replaced the data logging functionality in the AEC with a generic logging functionality (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 # Copyright (c) 2012 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2012 The WebRTC project authors. All Rights Reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license 3 # Use of this source code is governed by a BSD-style license
4 # that can be found in the LICENSE file in the root of the source 4 # that can be found in the LICENSE file in the root of the source
5 # tree. An additional intellectual property rights grant can be found 5 # tree. An additional intellectual property rights grant can be found
6 # in the file PATENTS. All contributing project authors may 6 # in the file PATENTS. All contributing project authors may
7 # be found in the AUTHORS file in the root of the source tree. 7 # be found in the AUTHORS file in the root of the source tree.
8 8
9 { 9 {
10 'variables': { 10 'variables': {
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 'gain_control_impl.h', 84 'gain_control_impl.h',
85 'high_pass_filter_impl.cc', 85 'high_pass_filter_impl.cc',
86 'high_pass_filter_impl.h', 86 'high_pass_filter_impl.h',
87 'include/audio_processing.h', 87 'include/audio_processing.h',
88 'intelligibility/intelligibility_enhancer.cc', 88 'intelligibility/intelligibility_enhancer.cc',
89 'intelligibility/intelligibility_enhancer.h', 89 'intelligibility/intelligibility_enhancer.h',
90 'intelligibility/intelligibility_utils.cc', 90 'intelligibility/intelligibility_utils.cc',
91 'intelligibility/intelligibility_utils.h', 91 'intelligibility/intelligibility_utils.h',
92 'level_estimator_impl.cc', 92 'level_estimator_impl.cc',
93 'level_estimator_impl.h', 93 'level_estimator_impl.h',
94 'logging/aec_logging.h', 94 'logging/apm_data_dumper.cc',
95 'logging/aec_logging_file_handling.cc', 95 'logging/apm_data_dumper.h',
96 'logging/aec_logging_file_handling.h',
97 'noise_suppression_impl.cc', 96 'noise_suppression_impl.cc',
98 'noise_suppression_impl.h', 97 'noise_suppression_impl.h',
99 'render_queue_item_verifier.h', 98 'render_queue_item_verifier.h',
100 'rms_level.cc', 99 'rms_level.cc',
101 'rms_level.h', 100 'rms_level.h',
102 'splitting_filter.cc', 101 'splitting_filter.cc',
103 'splitting_filter.h', 102 'splitting_filter.h',
104 'three_band_filter_bank.cc', 103 'three_band_filter_bank.cc',
105 'three_band_filter_bank.h', 104 'three_band_filter_bank.h',
106 'transient/common.h', 105 'transient/common.h',
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
270 'sources': [ 269 'sources': [
271 'aec/aec_core_neon.cc', 270 'aec/aec_core_neon.cc',
272 'aec/aec_rdft_neon.c', 271 'aec/aec_rdft_neon.c',
273 'aecm/aecm_core_neon.c', 272 'aecm/aecm_core_neon.c',
274 'ns/nsx_core_neon.c', 273 'ns/nsx_core_neon.c',
275 ], 274 ],
276 }], 275 }],
277 }], 276 }],
278 ], 277 ],
279 } 278 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698