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

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

Issue 1507643004: Lint clean video/ and add lint presubmit check. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 5 years 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_
11 #define WEBRTC_VIDEO_VIDEO_QUALITY_TEST_H_ 11 #define WEBRTC_VIDEO_VIDEO_QUALITY_TEST_H_
12 12
13 #include <string> 13 #include <string>
14 #include <vector>
14 15
15 #include "webrtc/test/call_test.h" 16 #include "webrtc/test/call_test.h"
16 #include "webrtc/test/frame_generator.h" 17 #include "webrtc/test/frame_generator.h"
17 #include "webrtc/test/testsupport/trace_to_stderr.h" 18 #include "webrtc/test/testsupport/trace_to_stderr.h"
18 19
19 namespace webrtc { 20 namespace webrtc {
20 21
21 class VideoQualityTest : public test::CallTest { 22 class VideoQualityTest : public test::CallTest {
22 public: 23 public:
23 // Parameters are grouped into smaller structs to make it easier to set 24 // Parameters are grouped into smaller structs to make it easier to set
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
108 rtc::scoped_ptr<VideoEncoder> encoder_; 109 rtc::scoped_ptr<VideoEncoder> encoder_;
109 VideoCodecUnion codec_settings_; 110 VideoCodecUnion codec_settings_;
110 Clock* const clock_; 111 Clock* const clock_;
111 112
112 Params params_; 113 Params params_;
113 }; 114 };
114 115
115 } // namespace webrtc 116 } // namespace webrtc
116 117
117 #endif // WEBRTC_VIDEO_VIDEO_QUALITY_TEST_H_ 118 #endif // WEBRTC_VIDEO_VIDEO_QUALITY_TEST_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698