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

Side by Side Diff: webrtc/modules/audio_coding/test/APITest.cc

Issue 2964773002: Revert "Update includes for webrtc/{base => rtc_base} rename (1/3)" (Closed)
Patch Set: Created 3 years, 5 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
11 #include "webrtc/modules/audio_coding/test/APITest.h" 11 #include "webrtc/modules/audio_coding/test/APITest.h"
12 12
13 #include <ctype.h> 13 #include <ctype.h>
14 #include <stdio.h> 14 #include <stdio.h>
15 #include <stdlib.h> 15 #include <stdlib.h>
16 #include <string.h> 16 #include <string.h>
17 17
18 #include <iostream> 18 #include <iostream>
19 #include <ostream> 19 #include <ostream>
20 #include <string> 20 #include <string>
21 21
22 #include "webrtc/base/platform_thread.h"
23 #include "webrtc/base/timeutils.h"
22 #include "webrtc/common_types.h" 24 #include "webrtc/common_types.h"
23 #include "webrtc/modules/audio_coding/codecs/audio_format_conversion.h" 25 #include "webrtc/modules/audio_coding/codecs/audio_format_conversion.h"
24 #include "webrtc/modules/audio_coding/test/utility.h" 26 #include "webrtc/modules/audio_coding/test/utility.h"
25 #include "webrtc/rtc_base/platform_thread.h"
26 #include "webrtc/rtc_base/timeutils.h"
27 #include "webrtc/system_wrappers/include/event_wrapper.h" 27 #include "webrtc/system_wrappers/include/event_wrapper.h"
28 #include "webrtc/system_wrappers/include/trace.h" 28 #include "webrtc/system_wrappers/include/trace.h"
29 #include "webrtc/test/gtest.h" 29 #include "webrtc/test/gtest.h"
30 #include "webrtc/test/testsupport/fileutils.h" 30 #include "webrtc/test/testsupport/fileutils.h"
31 #include "webrtc/typedefs.h" 31 #include "webrtc/typedefs.h"
32 32
33 namespace webrtc { 33 namespace webrtc {
34 34
35 #define TEST_DURATION_SEC 600 35 #define TEST_DURATION_SEC 600
36 #define NUMBER_OF_SENDER_TESTS 6 36 #define NUMBER_OF_SENDER_TESTS 6
(...skipping 1068 matching lines...) Expand 10 before | Expand all | Expand 10 after
1105 CHECK_ERROR_MT(myACM->RegisterSendCodec(myCodec)); 1105 CHECK_ERROR_MT(myACM->RegisterSendCodec(myCodec));
1106 myChannel->ResetStats(); 1106 myChannel->ResetStats();
1107 { 1107 {
1108 WriteLockScoped wl(_apiTestRWLock); 1108 WriteLockScoped wl(_apiTestRWLock);
1109 *thereIsEncoder = true; 1109 *thereIsEncoder = true;
1110 } 1110 }
1111 Wait(500); 1111 Wait(500);
1112 } 1112 }
1113 1113
1114 } // namespace webrtc 1114 } // namespace webrtc
OLDNEW
« no previous file with comments | « webrtc/modules/audio_coding/neteq/tools/rtpcat.cc ('k') | webrtc/modules/audio_coding/test/Channel.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698