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

Unified Diff: webrtc/video/full_stack_tests.cc

Issue 2734753004: Revert of Added large room scenario to full-stack tests. Added thumbnail streams functionality to call test/v… (Closed)
Patch Set: 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/test/call_test.cc ('k') | webrtc/video/video_quality_test.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/video/full_stack_tests.cc
diff --git a/webrtc/video/full_stack_tests.cc b/webrtc/video/full_stack_tests.cc
index 6f9791e35758ebcf86b7f4a94c19664b39716865..06445401bdf7547b942bc28165e13e18b0e7ae86 100644
--- a/webrtc/video/full_stack_tests.cc
+++ b/webrtc/video/full_stack_tests.cc
@@ -364,7 +364,7 @@
TEST_F(FullStackTest, VP9SVC_3SL_High) {
VideoQualityTest::Params simulcast;
simulcast.call.send_side_bwe = true;
- simulcast.video = {true, 1280, 720, 30,
+ simulcast.video = {true, 1280, 720, 50,
800000, 2500000, 2500000, false,
"VP9", 1, 0, 400000,
false, false, "", "ConferenceMotion_1280_720_50"};
@@ -378,7 +378,7 @@
TEST_F(FullStackTest, VP9SVC_3SL_Medium) {
VideoQualityTest::Params simulcast;
simulcast.call.send_side_bwe = true;
- simulcast.video = {true, 1280, 720, 30,
+ simulcast.video = {true, 1280, 720, 50,
800000, 2500000, 2500000, false,
"VP9", 1, 0, 400000,
false, false, "", "ConferenceMotion_1280_720_50"};
@@ -392,7 +392,7 @@
TEST_F(FullStackTest, VP9SVC_3SL_Low) {
VideoQualityTest::Params simulcast;
simulcast.call.send_side_bwe = true;
- simulcast.video = {true, 1280, 720, 30,
+ simulcast.video = {true, 1280, 720, 50,
800000, 2500000, 2500000, false,
"VP9", 1, 0, 400000,
false, false, "", "ConferenceMotion_1280_720_50"};
@@ -406,7 +406,7 @@
TEST_F(FullStackTest, SimulcastVP8_3SL_High) {
VideoQualityTest::Params simulcast;
simulcast.call.send_side_bwe = true;
- simulcast.video = {true, 1280, 720, 30,
+ simulcast.video = {true, 1280, 720, 50,
800000, 2500000, 2500000, false,
"VP8", 1, 0, 400000,
false, false, "", "ConferenceMotion_1280_720_50"};
@@ -416,19 +416,19 @@
simulcast.pipe.queue_delay_ms = 100;
VideoQualityTest::Params video_params_high;
video_params_high.video = {
- true, 1280, 720, 30,
+ true, 1280, 720, 50,
800000, 2500000, 2500000, false,
"VP8", 1, 0, 400000,
false, false, "", "ConferenceMotion_1280_720_50"};
VideoQualityTest::Params video_params_medium;
video_params_medium.video = {
- true, 640, 360, 30,
+ true, 640, 360, 50,
150000, 500000, 700000, false,
"VP8", 1, 0, 400000,
false, false, "", "ConferenceMotion_1280_720_50"};
VideoQualityTest::Params video_params_low;
video_params_low.video = {
- true, 320, 180, 30,
+ true, 320, 180, 50,
30000, 150000, 200000, false,
"VP8", 1, 0, 400000,
false, false, "", "ConferenceMotion_1280_720_50"};
@@ -443,7 +443,7 @@
TEST_F(FullStackTest, SimulcastVP8_3SL_Medium) {
VideoQualityTest::Params simulcast;
simulcast.call.send_side_bwe = true;
- simulcast.video = {true, 1280, 720, 30,
+ simulcast.video = {true, 1280, 720, 50,
800000, 2500000, 2500000, false,
"VP8", 1, 0, 400000,
false, false, "", "ConferenceMotion_1280_720_50"};
@@ -453,19 +453,19 @@
simulcast.pipe.queue_delay_ms = 100;
VideoQualityTest::Params video_params_high;
video_params_high.video = {
- true, 1280, 720, 30,
+ true, 1280, 720, 50,
800000, 2500000, 2500000, false,
"VP8", 1, 0, 400000,
false, false, "", "ConferenceMotion_1280_720_50"};
VideoQualityTest::Params video_params_medium;
video_params_medium.video = {
- true, 640, 360, 30,
+ true, 640, 360, 50,
150000, 500000, 700000, false,
"VP8", 1, 0, 400000,
false, false, "", "ConferenceMotion_1280_720_50"};
VideoQualityTest::Params video_params_low;
video_params_low.video = {
- true, 320, 180, 30,
+ true, 320, 180, 50,
30000, 150000, 200000, false,
"VP8", 1, 0, 400000,
false, false, "", "ConferenceMotion_1280_720_50"};
@@ -480,7 +480,7 @@
TEST_F(FullStackTest, SimulcastVP8_3SL_Low) {
VideoQualityTest::Params simulcast;
simulcast.call.send_side_bwe = true;
- simulcast.video = {true, 1280, 720, 30,
+ simulcast.video = {true, 1280, 720, 50,
800000, 2500000, 2500000, false,
"VP8", 1, 0, 400000,
false, false, "", "ConferenceMotion_1280_720_50"};
@@ -490,19 +490,19 @@
simulcast.pipe.queue_delay_ms = 100;
VideoQualityTest::Params video_params_high;
video_params_high.video = {
- true, 1280, 720, 30,
+ true, 1280, 720, 50,
800000, 2500000, 2500000, false,
"VP8", 1, 0, 400000,
false, false, "", "ConferenceMotion_1280_720_50"};
VideoQualityTest::Params video_params_medium;
video_params_medium.video = {
- true, 640, 360, 30,
+ true, 640, 360, 50,
150000, 500000, 700000, false,
"VP8", 1, 0, 400000,
false, false, "", "ConferenceMotion_1280_720_50"};
VideoQualityTest::Params video_params_low;
video_params_low.video = {
- true, 320, 180, 30,
+ true, 320, 180, 50,
30000, 150000, 200000, false,
"VP8", 1, 0, 400000,
false, false, "", "ConferenceMotion_1280_720_50"};
@@ -514,80 +514,4 @@
RunTest(simulcast);
}
-TEST_F(FullStackTest, LargeRoomVP8_5thumb) {
- VideoQualityTest::Params large_room;
- large_room.call.send_side_bwe = true;
- large_room.video = {true, 1280, 720, 30,
- 800000, 2500000, 2500000, false,
- "VP8", 3, 2, 400000,
- false, false, "", "ConferenceMotion_1280_720_50"};
- large_room.analyzer = {"largeroom_5thumb", 0.0, 0.0,
- kFullStackTestDurationSecs};
- large_room.pipe.loss_percent = 0;
- large_room.pipe.queue_delay_ms = 100;
- VideoQualityTest::Params video_params_high;
- video_params_high.video = {
- true, 1280, 720, 30,
- 800000, 2500000, 2500000, false,
- "VP8", 3, 2, 400000,
- false, false, "", "ConferenceMotion_1280_720_50"};
- VideoQualityTest::Params video_params_medium;
- video_params_medium.video = {
- true, 640, 360, 30,
- 150000, 500000, 700000, false,
- "VP8", 3, 2, 400000,
- false, false, "", "ConferenceMotion_1280_720_50"};
- VideoQualityTest::Params video_params_low;
- video_params_low.video = {
- true, 320, 180, 30,
- 30000, 150000, 200000, false,
- "VP8", 3, 2, 400000,
- false, false, "", "ConferenceMotion_1280_720_50"};
-
- std::vector<VideoStream> streams = {DefaultVideoStream(video_params_low),
- DefaultVideoStream(video_params_medium),
- DefaultVideoStream(video_params_high)};
- large_room.num_thumbnails = 5;
- large_room.ss = {streams, 2, 1, 0};
- RunTest(large_room);
-}
-
-TEST_F(FullStackTest, LargeRoomVP8_50thumb) {
- VideoQualityTest::Params large_room;
- large_room.call.send_side_bwe = true;
- large_room.video = {true, 1280, 720, 30,
- 800000, 2500000, 2500000, false,
- "VP8", 3, 2, 400000,
- false, false, "", "ConferenceMotion_1280_720_50"};
- large_room.analyzer = {"largeroom_50thumb", 0.0, 0.0,
- kFullStackTestDurationSecs};
- large_room.pipe.loss_percent = 0;
- large_room.pipe.queue_delay_ms = 100;
- VideoQualityTest::Params video_params_high;
- video_params_high.video = {
- true, 1280, 720, 30,
- 800000, 2500000, 2500000, false,
- "VP8", 3, 2, 400000,
- false, false, "", "ConferenceMotion_1280_720_50"};
- VideoQualityTest::Params video_params_medium;
- video_params_medium.video = {
- true, 640, 360, 30,
- 150000, 500000, 700000, false,
- "VP8", 3, 2, 400000,
- false, false, "", "ConferenceMotion_1280_720_50"};
- VideoQualityTest::Params video_params_low;
- video_params_low.video = {
- true, 320, 180, 30,
- 30000, 150000, 200000, false,
- "VP8", 3, 2, 400000,
- false, false, "", "ConferenceMotion_1280_720_50"};
-
- std::vector<VideoStream> streams = {DefaultVideoStream(video_params_low),
- DefaultVideoStream(video_params_medium),
- DefaultVideoStream(video_params_high)};
- large_room.num_thumbnails = 50;
- large_room.ss = {streams, 2, 1, 0};
- RunTest(large_room);
-}
-
} // namespace webrtc
« no previous file with comments | « webrtc/test/call_test.cc ('k') | webrtc/video/video_quality_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698