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

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

Issue 2630333002: Drop frames until specified bitrate is achieved. (Closed)
Patch Set: Turn off quality scaling for screensharing in tests Created 3 years, 10 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) 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 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
124 // We need a more general capturer than the FrameGeneratorCapturer. 124 // We need a more general capturer than the FrameGeneratorCapturer.
125 std::unique_ptr<test::VideoCapturer> video_capturer_; 125 std::unique_ptr<test::VideoCapturer> video_capturer_;
126 std::unique_ptr<test::TraceToStderr> trace_to_stderr_; 126 std::unique_ptr<test::TraceToStderr> trace_to_stderr_;
127 std::unique_ptr<test::FrameGenerator> frame_generator_; 127 std::unique_ptr<test::FrameGenerator> frame_generator_;
128 std::unique_ptr<VideoEncoder> video_encoder_; 128 std::unique_ptr<VideoEncoder> video_encoder_;
129 Clock* const clock_; 129 Clock* const clock_;
130 130
131 int receive_logs_; 131 int receive_logs_;
132 int send_logs_; 132 int send_logs_;
133 133
134 VideoSendStream::DegradationPreference degradation_preference_ =
135 VideoSendStream::DegradationPreference::kBalanced;
134 Params params_; 136 Params params_;
135 }; 137 };
136 138
137 } // namespace webrtc 139 } // namespace webrtc
138 140
139 #endif // WEBRTC_VIDEO_VIDEO_QUALITY_TEST_H_ 141 #endif // WEBRTC_VIDEO_VIDEO_QUALITY_TEST_H_
OLDNEW
« no previous file with comments | « webrtc/modules/video_coding/utility/default_video_bitrate_allocator.cc ('k') | webrtc/video/video_quality_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698