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

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

Issue 1362943004: ACM: Removing runtime APIs related to playout mode (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Rebase 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 /* 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 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
134 ACMVADMode _sendVADModeA; 134 ACMVADMode _sendVADModeA;
135 135
136 bool _sendVADB; 136 bool _sendVADB;
137 bool _sendDTXB; 137 bool _sendDTXB;
138 ACMVADMode _sendVADModeB; 138 ACMVADMode _sendVADModeB;
139 139
140 int32_t _minDelayA; 140 int32_t _minDelayA;
141 int32_t _minDelayB; 141 int32_t _minDelayB;
142 bool _payloadUsed[32]; 142 bool _payloadUsed[32];
143 143
144 AudioPlayoutMode _playoutModeA;
145 AudioPlayoutMode _playoutModeB;
146
147 bool _verbose; 144 bool _verbose;
148 145
149 int _dotPositionA; 146 int _dotPositionA;
150 int _dotMoveDirectionA; 147 int _dotMoveDirectionA;
151 int _dotPositionB; 148 int _dotPositionB;
152 int _dotMoveDirectionB; 149 int _dotMoveDirectionB;
153 150
154 char _movingDot[41]; 151 char _movingDot[41];
155 152
156 VADCallback* _vadCallbackA; 153 VADCallback* _vadCallbackA;
157 VADCallback* _vadCallbackB; 154 VADCallback* _vadCallbackB;
158 RWLockWrapper& _apiTestRWLock; 155 RWLockWrapper& _apiTestRWLock;
159 bool _randomTest; 156 bool _randomTest;
160 int _testNumA; 157 int _testNumA;
161 int _testNumB; 158 int _testNumB;
162 }; 159 };
163 160
164 } // namespace webrtc 161 } // namespace webrtc
165 162
166 #endif // WEBRTC_MODULES_AUDIO_CODING_MAIN_TEST_APITEST_H_ 163 #endif // WEBRTC_MODULES_AUDIO_CODING_MAIN_TEST_APITEST_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698