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

Side by Side Diff: webrtc/test/call_test.h

Issue 2733943003: Reland of "Added large room scenario to full-stack tests (Closed)
Patch Set: Implemented Kjellander@ comments. Created 3 years, 9 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
« no previous file with comments | « no previous file | webrtc/test/call_test.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * Copyright (c) 2014 The WebRTC project authors. All Rights Reserved. 2 * Copyright (c) 2014 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 #ifndef WEBRTC_TEST_CALL_TEST_H_ 10 #ifndef WEBRTC_TEST_CALL_TEST_H_
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 void CreateCalls(const Call::Config& sender_config, 67 void CreateCalls(const Call::Config& sender_config,
68 const Call::Config& receiver_config); 68 const Call::Config& receiver_config);
69 void CreateSenderCall(const Call::Config& config); 69 void CreateSenderCall(const Call::Config& config);
70 void CreateReceiverCall(const Call::Config& config); 70 void CreateReceiverCall(const Call::Config& config);
71 void DestroyCalls(); 71 void DestroyCalls();
72 72
73 void CreateSendConfig(size_t num_video_streams, 73 void CreateSendConfig(size_t num_video_streams,
74 size_t num_audio_streams, 74 size_t num_audio_streams,
75 size_t num_flexfec_streams, 75 size_t num_flexfec_streams,
76 Transport* send_transport); 76 Transport* send_transport);
77
77 void CreateMatchingReceiveConfigs(Transport* rtcp_send_transport); 78 void CreateMatchingReceiveConfigs(Transport* rtcp_send_transport);
78 79
79 void CreateFrameGeneratorCapturerWithDrift(Clock* drift_clock, 80 void CreateFrameGeneratorCapturerWithDrift(Clock* drift_clock,
80 float speed, 81 float speed,
81 int framerate, 82 int framerate,
82 int width, 83 int width,
83 int height); 84 int height);
84 void CreateFrameGeneratorCapturer(int framerate, int width, int height); 85 void CreateFrameGeneratorCapturer(int framerate, int width, int height);
85 void CreateFakeAudioDevices(); 86 void CreateFakeAudioDevices();
86 87
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
206 public: 207 public:
207 explicit EndToEndTest(unsigned int timeout_ms); 208 explicit EndToEndTest(unsigned int timeout_ms);
208 209
209 bool ShouldCreateReceivers() const override; 210 bool ShouldCreateReceivers() const override;
210 }; 211 };
211 212
212 } // namespace test 213 } // namespace test
213 } // namespace webrtc 214 } // namespace webrtc
214 215
215 #endif // WEBRTC_TEST_CALL_TEST_H_ 216 #endif // WEBRTC_TEST_CALL_TEST_H_
OLDNEW
« no previous file with comments | « no previous file | webrtc/test/call_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698