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

Unified Diff: webrtc/video/video_quality_test.h

Issue 2936393002: Add cropping to VIEEncoder to match simulcast streams resolution (Closed)
Patch Set: 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
Index: webrtc/video/video_quality_test.h
diff --git a/webrtc/video/video_quality_test.h b/webrtc/video/video_quality_test.h
index 5cf54bdb80a5832358f044a132d7933f2ab745c6..d2fa2ed9a2abfc4d75533d22d0c8b115275d9ea4 100644
--- a/webrtc/video/video_quality_test.h
+++ b/webrtc/video/video_quality_test.h
@@ -51,7 +51,7 @@ class VideoQualityTest : public test::CallTest {
bool ulpfec;
bool flexfec;
std::string encoded_frame_base_path;
- std::string clip_name;
+ std::string clip_name; // "Generator" to generate frames instead.
sprang_webrtc 2017/06/16 08:57:23 Can we expose the generator feature more explicitl
ilnik 2017/06/16 11:22:48 I don't want to over-complicate this already huge
size_t capture_device_index;
} video;
struct Audio {
@@ -82,6 +82,8 @@ class VideoQualityTest : public test::CallTest {
int selected_sl;
// If empty, bitrates are generated in VP9Impl automatically.
std::vector<SpatialLayer> spatial_layers;
+ // If set, default parameters will be used instead of |streams|.
+ bool infer_streams;
} ss;
int num_thumbnails;
};

Powered by Google App Engine
This is Rietveld 408576698