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

Unified Diff: webrtc/test/call_test.h

Issue 2730073002: Added large room scenario to full-stack tests. Added thumbnail streams functionality to call test/v… (Closed)
Patch Set: Implemented Sprang@ 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | webrtc/test/call_test.cc » ('j') | webrtc/video/full_stack_tests.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/test/call_test.h
diff --git a/webrtc/test/call_test.h b/webrtc/test/call_test.h
index b4101a4ca6ce0d6136e6e232a415bafe08232a2d..2a5d1de3e99f6a2b055908ccd579cf13dc732050 100644
--- a/webrtc/test/call_test.h
+++ b/webrtc/test/call_test.h
@@ -74,6 +74,13 @@ class CallTest : public ::testing::Test {
size_t num_audio_streams,
size_t num_flexfec_streams,
Transport* send_transport);
+
+ void CreateMatchingVideoReceiveConfigs(
+ const VideoSendStream::Config& video_send_config,
+ Transport* rtcp_send_transport);
+
+ // Creates receive configs for video_send_config_,
+ // for flexfec stream and for audio stream.
void CreateMatchingReceiveConfigs(Transport* rtcp_send_transport);
void CreateFrameGeneratorCapturerWithDrift(Clock* drift_clock,
« no previous file with comments | « no previous file | webrtc/test/call_test.cc » ('j') | webrtc/video/full_stack_tests.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698