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

Unified Diff: webrtc/video/video_quality_test.h

Issue 2946893003: What can't loopback test be more like full stack test? (Closed)
Patch Set: Explicit cast to make win happy Created 3 years, 6 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 | « webrtc/video/video_loopback.cc ('k') | webrtc/video/video_quality_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/video/video_quality_test.h
diff --git a/webrtc/video/video_quality_test.h b/webrtc/video/video_quality_test.h
index d2fa2ed9a2abfc4d75533d22d0c8b115275d9ea4..0221f68993a0341e070e32839b9998b0edf71165 100644
--- a/webrtc/video/video_quality_test.h
+++ b/webrtc/video/video_quality_test.h
@@ -95,6 +95,7 @@ class VideoQualityTest : public test::CallTest {
static void FillScalabilitySettings(
Params* params,
const std::vector<std::string>& stream_descriptors,
+ int num_streams,
size_t selected_stream,
int num_spatial_layers,
int selected_sl,
@@ -125,7 +126,6 @@ class VideoQualityTest : public test::CallTest {
void SetupScreenshareOrSVC();
void SetupAudio(int send_channel_id,
int receive_channel_id,
- Call* call,
Transport* transport,
AudioReceiveStream** audio_receive_stream);
« no previous file with comments | « webrtc/video/video_loopback.cc ('k') | webrtc/video/video_quality_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698