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

Side by Side Diff: webrtc/video/video_quality_test.h

Issue 1362923002: Revert of Wire up send-side bandwidth estimation. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Manual merge of revert Created 5 years, 3 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
« no previous file with comments | « webrtc/video/video_loopback.cc ('k') | webrtc/video/video_quality_test.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * Copyright (c) 2015 The WebRTC project authors. All Rights Reserved. 2 * Copyright (c) 2015 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 #ifndef WEBRTC_VIDEO_VIDEO_QUALITY_TEST_H_ 10 #ifndef WEBRTC_VIDEO_VIDEO_QUALITY_TEST_H_
(...skipping 20 matching lines...) Expand all
31 int32_t fps; 31 int32_t fps;
32 int min_bitrate_bps; 32 int min_bitrate_bps;
33 int target_bitrate_bps; 33 int target_bitrate_bps;
34 int max_bitrate_bps; 34 int max_bitrate_bps;
35 std::string codec; 35 std::string codec;
36 size_t num_temporal_layers; 36 size_t num_temporal_layers;
37 37
38 int min_transmit_bps; 38 int min_transmit_bps;
39 Call::Config::BitrateConfig call_bitrate_config; 39 Call::Config::BitrateConfig call_bitrate_config;
40 size_t tl_discard_threshold; 40 size_t tl_discard_threshold;
41 bool send_side_bwe;
42 } common; 41 } common;
43 struct { // Video-specific settings. 42 struct { // Video-specific settings.
44 std::string clip_name; 43 std::string clip_name;
45 } video; 44 } video;
46 struct { // Screenshare-specific settings. 45 struct { // Screenshare-specific settings.
47 bool enabled; 46 bool enabled;
48 int32_t slide_change_interval; 47 int32_t slide_change_interval;
49 int32_t scroll_duration; 48 int32_t scroll_duration;
50 } screenshare; 49 } screenshare;
51 struct { // Analyzer settings. 50 struct { // Analyzer settings.
(...skipping 28 matching lines...) Expand all
80 rtc::scoped_ptr<test::TraceToStderr> trace_to_stderr_; 79 rtc::scoped_ptr<test::TraceToStderr> trace_to_stderr_;
81 rtc::scoped_ptr<test::FrameGenerator> frame_generator_; 80 rtc::scoped_ptr<test::FrameGenerator> frame_generator_;
82 rtc::scoped_ptr<VideoEncoder> encoder_; 81 rtc::scoped_ptr<VideoEncoder> encoder_;
83 VideoCodecUnion codec_settings_; 82 VideoCodecUnion codec_settings_;
84 Clock* const clock_; 83 Clock* const clock_;
85 }; 84 };
86 85
87 } // namespace webrtc 86 } // namespace webrtc
88 87
89 #endif // WEBRTC_VIDEO_VIDEO_QUALITY_TEST_H_ 88 #endif // WEBRTC_VIDEO_VIDEO_QUALITY_TEST_H_
OLDNEW
« no previous file with comments | « webrtc/video/video_loopback.cc ('k') | webrtc/video/video_quality_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698