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

Side by Side Diff: webrtc/modules/video_processing/main/test/unit_test/video_processing_unittest.h

Issue 1413333002: system_wrappers: rename interface -> include (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Rebased again! Created 5 years, 1 month 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) 2011 The WebRTC project authors. All Rights Reserved. 2 * Copyright (c) 2011 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 10
11 #ifndef WEBRTC_MODULES_VIDEO_PROCESSING_MAIN_TEST_UNIT_TEST_VIDEO_PROCESSING_UNI TTEST_H 11 #ifndef WEBRTC_MODULES_VIDEO_PROCESSING_MAIN_TEST_UNIT_TEST_VIDEO_PROCESSING_UNI TTEST_H
12 #define WEBRTC_MODULES_VIDEO_PROCESSING_MAIN_TEST_UNIT_TEST_VIDEO_PROCESSING_UNI TTEST_H 12 #define WEBRTC_MODULES_VIDEO_PROCESSING_MAIN_TEST_UNIT_TEST_VIDEO_PROCESSING_UNI TTEST_H
13 13
14 #include "testing/gtest/include/gtest/gtest.h" 14 #include "testing/gtest/include/gtest/gtest.h"
15 #include "webrtc/modules/video_processing/main/interface/video_processing.h" 15 #include "webrtc/modules/video_processing/main/interface/video_processing.h"
16 #include "webrtc/system_wrappers/interface/trace.h" 16 #include "webrtc/system_wrappers/include/trace.h"
17 #include "webrtc/test/testsupport/fileutils.h" 17 #include "webrtc/test/testsupport/fileutils.h"
18 18
19 namespace webrtc { 19 namespace webrtc {
20 20
21 class VideoProcessingModuleTest : public ::testing::Test { 21 class VideoProcessingModuleTest : public ::testing::Test {
22 protected: 22 protected:
23 VideoProcessingModuleTest(); 23 VideoProcessingModuleTest();
24 virtual void SetUp(); 24 virtual void SetUp();
25 virtual void TearDown(); 25 virtual void TearDown();
26 static void SetUpTestCase() { 26 static void SetUpTestCase() {
(...skipping 11 matching lines...) Expand all
38 const int half_width_; 38 const int half_width_;
39 const int height_; 39 const int height_;
40 const int size_y_; 40 const int size_y_;
41 const int size_uv_; 41 const int size_uv_;
42 const size_t frame_length_; 42 const size_t frame_length_;
43 }; 43 };
44 44
45 } // namespace webrtc 45 } // namespace webrtc
46 46
47 #endif // WEBRTC_MODULES_VIDEO_PROCESSING_MAIN_TEST_UNIT_TEST_VIDEO_PROCESSING_U NITTEST_H 47 #endif // WEBRTC_MODULES_VIDEO_PROCESSING_MAIN_TEST_UNIT_TEST_VIDEO_PROCESSING_U NITTEST_H
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698