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

Unified Diff: webrtc/video/full_stack_tests.cc

Issue 2676443003: Add VP9 full stack tests: (Closed)
Patch Set: Add VP9 full stack tests: - ConferenceMotionHd2000kbps100msLimitedQueueVP9 Created 3 years, 11 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 | no next file » | 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 f1d115005c2d9896cf910a3a8d4a51096bfec28b..c42d48f94d7e86572f6e016e859c87bb015040fa 100644
--- a/webrtc/video/full_stack_tests.cc
+++ b/webrtc/video/full_stack_tests.cc
@@ -280,6 +280,23 @@ TEST_F(FullStackTest, ConferenceMotionHd2000kbps100msLimitedQueue) {
RunTest(conf_motion_hd);
}
+#if !defined(RTC_DISABLE_VP9)
+TEST_F(FullStackTest, ConferenceMotionHd2000kbps100msLimitedQueueVP9) {
+ VideoQualityTest::Params conf_motion_hd;
+ conf_motion_hd.call.send_side_bwe = true;
+ conf_motion_hd.video = {true, 1280, 720, 50, 30000, 3000000, 3000000, false,
+ "VP9", 1, 0, 0, false, false, "",
+ "ConferenceMotion_1280_720_50"};
+ conf_motion_hd.analyzer = {
+ "conference_motion_hd_2000kbps_100ms_32pkts_queue_vp9", 0.0, 0.0,
+ kFullStackTestDurationSecs};
+ conf_motion_hd.pipe.queue_length_packets = 32;
+ conf_motion_hd.pipe.queue_delay_ms = 100;
+ conf_motion_hd.pipe.link_capacity_kbps = 2000;
+ RunTest(conf_motion_hd);
+}
+#endif
+
TEST_F(FullStackTest, ScreenshareSlidesVP8_2TL) {
VideoQualityTest::Params screenshare;
screenshare.call.send_side_bwe = true;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698