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

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

Issue 2783183003: Revert of Add framerate to VideoSinkWants and ability to signal on overuse (Closed)
Patch Set: Created 3 years, 8 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/send_statistics_proxy.h ('k') | webrtc/video/video_send_stream_tests.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 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
139 std::vector<VideoSendStream*> thumbnail_send_streams_; 139 std::vector<VideoSendStream*> thumbnail_send_streams_;
140 std::vector<VideoReceiveStream::Config> thumbnail_receive_configs_; 140 std::vector<VideoReceiveStream::Config> thumbnail_receive_configs_;
141 std::vector<VideoReceiveStream*> thumbnail_receive_streams_; 141 std::vector<VideoReceiveStream*> thumbnail_receive_streams_;
142 142
143 Clock* const clock_; 143 Clock* const clock_;
144 144
145 int receive_logs_; 145 int receive_logs_;
146 int send_logs_; 146 int send_logs_;
147 147
148 VideoSendStream::DegradationPreference degradation_preference_ = 148 VideoSendStream::DegradationPreference degradation_preference_ =
149 VideoSendStream::DegradationPreference::kMaintainFramerate; 149 VideoSendStream::DegradationPreference::kBalanced;
150 Params params_; 150 Params params_;
151 }; 151 };
152 152
153 } // namespace webrtc 153 } // namespace webrtc
154 154
155 #endif // WEBRTC_VIDEO_VIDEO_QUALITY_TEST_H_ 155 #endif // WEBRTC_VIDEO_VIDEO_QUALITY_TEST_H_
OLDNEW
« no previous file with comments | « webrtc/video/send_statistics_proxy.h ('k') | webrtc/video/video_send_stream_tests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698