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

Unified Diff: webrtc/video/video_quality_test.h

Issue 2734753003: Cleaning up full-stack simulcast tests and making them more realistic. (Closed)
Patch Set: rebase 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 | « webrtc/video/full_stack_tests.cc ('k') | no next file » | 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 6c85ff82633bb348e362047d77d5c528bcbb80b2..564d49936bf80e82988f5d9bdbc07762c11717fa 100644
--- a/webrtc/video/video_quality_test.h
+++ b/webrtc/video/video_quality_test.h
@@ -29,11 +29,11 @@ class VideoQualityTest : public test::CallTest {
struct Params {
Params();
~Params();
- struct {
+ struct CallConfig {
bool send_side_bwe;
Call::Config::BitrateConfig call_bitrate_config;
} call;
- struct {
+ struct Video {
bool enabled;
size_t width;
size_t height;
@@ -51,16 +51,16 @@ class VideoQualityTest : public test::CallTest {
std::string encoded_frame_base_path;
std::string clip_name;
} video;
- struct {
+ struct Audio {
bool enabled;
bool sync_video;
} audio;
- struct {
+ struct Screenshare {
bool enabled;
int32_t slide_change_interval;
int32_t scroll_duration;
} screenshare;
- struct {
+ struct Analyzer {
std::string test_label;
double avg_psnr_threshold; // (*)
double avg_ssim_threshold; // (*)
@@ -70,7 +70,7 @@ class VideoQualityTest : public test::CallTest {
} analyzer;
FakeNetworkPipe::Config pipe;
bool logs;
- struct { // Spatial scalability.
+ struct SS { // Spatial scalability.
std::vector<VideoStream> streams; // If empty, one stream is assumed.
size_t selected_stream;
int num_spatial_layers;
« no previous file with comments | « webrtc/video/full_stack_tests.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698