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

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

Issue 1398473004: Changed queue implementation to the proposed vector-based solution. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@lock_unittest_CL
Patch Set: Created 5 years, 2 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 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 'logging/aec_logging_file_handling.cc', 91 'logging/aec_logging_file_handling.cc',
92 'logging/aec_logging_file_handling.h', 92 'logging/aec_logging_file_handling.h',
93 'noise_suppression_impl.cc', 93 'noise_suppression_impl.cc',
94 'noise_suppression_impl.h', 94 'noise_suppression_impl.h',
95 'processing_component.cc', 95 'processing_component.cc',
96 'processing_component.h', 96 'processing_component.h',
97 'rms_level.cc', 97 'rms_level.cc',
98 'rms_level.h', 98 'rms_level.h',
99 'splitting_filter.cc', 99 'splitting_filter.cc',
100 'splitting_filter.h', 100 'splitting_filter.h',
101 'swapped_nonblocking_queue.h',
101 'three_band_filter_bank.cc', 102 'three_band_filter_bank.cc',
102 'three_band_filter_bank.h', 103 'three_band_filter_bank.h',
103 'transient/common.h', 104 'transient/common.h',
104 'transient/daubechies_8_wavelet_coeffs.h', 105 'transient/daubechies_8_wavelet_coeffs.h',
105 'transient/dyadic_decimator.h', 106 'transient/dyadic_decimator.h',
106 'transient/moving_moments.cc', 107 'transient/moving_moments.cc',
107 'transient/moving_moments.h', 108 'transient/moving_moments.h',
108 'transient/transient_detector.cc', 109 'transient/transient_detector.cc',
109 'transient/transient_detector.h', 110 'transient/transient_detector.h',
110 'transient/transient_suppressor.cc', 111 'transient/transient_suppressor.cc',
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
265 'sources': [ 266 'sources': [
266 'aec/aec_core_neon.c', 267 'aec/aec_core_neon.c',
267 'aec/aec_rdft_neon.c', 268 'aec/aec_rdft_neon.c',
268 'aecm/aecm_core_neon.c', 269 'aecm/aecm_core_neon.c',
269 'ns/nsx_core_neon.c', 270 'ns/nsx_core_neon.c',
270 ], 271 ],
271 }], 272 }],
272 }], 273 }],
273 ], 274 ],
274 } 275 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698