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

Side by Side Diff: webrtc/video/full_stack.cc

Issue 1193513006: In screenshare mode, suppress VP8 bitrate overshoot and increase quality (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Rebase Created 5 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 unified diff | Download patch
OLDNEW
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
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
OLDNEW
« no previous file with comments | « webrtc/modules/video_coding/main/source/generic_encoder.cc ('k') | webrtc/video/screenshare_loopback.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698