OLD | NEW |
1 /* | 1 /* |
2 * Copyright (c) 2013 The WebRTC project authors. All Rights Reserved. | 2 * Copyright (c) 2013 The WebRTC project authors. All Rights Reserved. |
3 * | 3 * |
4 * Use of this source code is governed by a BSD-style license | 4 * Use of this source code is governed by a BSD-style license |
5 * that can be found in the LICENSE file in the root of the source | 5 * that can be found in the LICENSE file in the root of the source |
6 * tree. An additional intellectual property rights grant can be found | 6 * tree. An additional intellectual property rights grant can be found |
7 * in the file PATENTS. All contributing project authors may | 7 * in the file PATENTS. All contributing project authors may |
8 * be found in the AUTHORS file in the root of the source tree. | 8 * be found in the AUTHORS file in the root of the source tree. |
9 */ | 9 */ |
10 #include <stdio.h> | 10 #include <stdio.h> |
(...skipping 631 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
642 foreman_cif.link.link_capacity_kbps = 1000; | 642 foreman_cif.link.link_capacity_kbps = 1000; |
643 RunTest(foreman_cif); | 643 RunTest(foreman_cif); |
644 } | 644 } |
645 | 645 |
646 TEST_F(FullStackTest, ScreenshareSlides) { | 646 TEST_F(FullStackTest, ScreenshareSlides) { |
647 FullStackTestParams screenshare_params = { | 647 FullStackTestParams screenshare_params = { |
648 "screenshare_slides", | 648 "screenshare_slides", |
649 {"screenshare_slides", 1850, 1110, 5}, | 649 {"screenshare_slides", 1850, 1110, 5}, |
650 true, | 650 true, |
651 50000, | 651 50000, |
652 100000, | 652 200000, |
653 1000000, | 653 2000000, |
654 0.0, | 654 0.0, |
655 0.0, | 655 0.0, |
656 kFullStackTestDurationSecs}; | 656 kFullStackTestDurationSecs}; |
657 RunTest(screenshare_params); | 657 RunTest(screenshare_params); |
658 } | 658 } |
659 } // namespace webrtc | 659 } // namespace webrtc |
OLD | NEW |