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

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

Issue 2764133002: Revert of Add framerate to VideoSinkWants and ability to signal on overuse (Closed)
Patch Set: Created 3 years, 9 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 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
138 std::vector<VideoSendStream*> thumbnail_send_streams_; 138 std::vector<VideoSendStream*> thumbnail_send_streams_;
139 std::vector<VideoReceiveStream::Config> thumbnail_receive_configs_; 139 std::vector<VideoReceiveStream::Config> thumbnail_receive_configs_;
140 std::vector<VideoReceiveStream*> thumbnail_receive_streams_; 140 std::vector<VideoReceiveStream*> thumbnail_receive_streams_;
141 141
142 Clock* const clock_; 142 Clock* const clock_;
143 143
144 int receive_logs_; 144 int receive_logs_;
145 int send_logs_; 145 int send_logs_;
146 146
147 VideoSendStream::DegradationPreference degradation_preference_ = 147 VideoSendStream::DegradationPreference degradation_preference_ =
148 VideoSendStream::DegradationPreference::kMaintainFramerate; 148 VideoSendStream::DegradationPreference::kBalanced;
149 Params params_; 149 Params params_;
150 }; 150 };
151 151
152 } // namespace webrtc 152 } // namespace webrtc
153 153
154 #endif // WEBRTC_VIDEO_VIDEO_QUALITY_TEST_H_ 154 #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