OLD | NEW |
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 Loading... |
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_ |
OLD | NEW |