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

Side by Side Diff: webrtc/modules/audio_coding/main/test/APITest.h

Issue 1353763002: Remove ACM AudioCodingFeedback callback object and derived classes (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@acm-remove-dtmf-api
Patch Set: Fix an error introduced in first patch set Created 5 years, 3 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 /* 1 /*
2 * Copyright (c) 2012 The WebRTC project authors. All Rights Reserved. 2 * Copyright (c) 2012 The WebRTC project authors. All Rights Reserved.
3 * 3 *
4 * Use of this source code is governed by a BSD-style license 4 * Use of this source code is governed by a BSD-style license
5 * that can be found in the LICENSE file in the root of the source 5 * that can be found in the LICENSE file in the root of the source
6 * tree. An additional intellectual property rights grant can be found 6 * tree. An additional intellectual property rights grant can be found
7 * in the file PATENTS. All contributing project authors may 7 * in the file PATENTS. All contributing project authors may
8 * be found in the AUTHORS file in the root of the source tree. 8 * be found in the AUTHORS file in the root of the source tree.
9 */ 9 */
10 10
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 146
147 bool _verbose; 147 bool _verbose;
148 148
149 int _dotPositionA; 149 int _dotPositionA;
150 int _dotMoveDirectionA; 150 int _dotMoveDirectionA;
151 int _dotPositionB; 151 int _dotPositionB;
152 int _dotMoveDirectionB; 152 int _dotMoveDirectionB;
153 153
154 char _movingDot[41]; 154 char _movingDot[41];
155 155
156 DTMFDetector* _dtmfCallback;
157 VADCallback* _vadCallbackA; 156 VADCallback* _vadCallbackA;
158 VADCallback* _vadCallbackB; 157 VADCallback* _vadCallbackB;
159 RWLockWrapper& _apiTestRWLock; 158 RWLockWrapper& _apiTestRWLock;
160 bool _randomTest; 159 bool _randomTest;
161 int _testNumA; 160 int _testNumA;
162 int _testNumB; 161 int _testNumB;
163 }; 162 };
164 163
165 } // namespace webrtc 164 } // namespace webrtc
166 165
167 #endif // WEBRTC_MODULES_AUDIO_CODING_MAIN_TEST_APITEST_H_ 166 #endif // WEBRTC_MODULES_AUDIO_CODING_MAIN_TEST_APITEST_H_
OLDNEW
« no previous file with comments | « webrtc/modules/audio_coding/main/interface/audio_coding_module.h ('k') | webrtc/modules/audio_coding/main/test/APITest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698