Include files from webrtc/.. paths in common_video/

BUG=1662
R=stefan@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/1546004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@4167 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
pbos@webrtc.org 2013-06-04 09:02:37 +00:00
parent ba7f6a8614
commit c69ae69d0b
17 changed files with 43 additions and 44 deletions

View File

@ -8,7 +8,7 @@
* be found in the AUTHORS file in the root of the source tree.
*/
#include "common_video/interface/i420_video_frame.h"
#include "webrtc/common_video/interface/i420_video_frame.h"
#include <algorithm> // swap

View File

@ -11,7 +11,7 @@
#include <math.h>
#include <string.h>
#include "gtest/gtest.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "webrtc/common_video/interface/i420_video_frame.h"
#include "webrtc/system_wrappers/interface/ref_count.h"
#include "webrtc/system_wrappers/interface/scoped_ptr.h"

View File

@ -134,4 +134,3 @@ class I420VideoFrame {
} // namespace webrtc
#endif // COMMON_VIDEO_INTERFACE_I420_VIDEO_FRAME_H

View File

@ -11,8 +11,8 @@
#ifndef COMMON_VIDEO_INTERFACE_VIDEO_IMAGE_H
#define COMMON_VIDEO_INTERFACE_VIDEO_IMAGE_H
#include "typedefs.h"
#include <stdlib.h>
#include "webrtc/typedefs.h"
namespace webrtc
{

View File

@ -8,7 +8,7 @@
* be found in the AUTHORS file in the root of the source tree.
*/
#include "common_video/jpeg/data_manager.h"
#include "webrtc/common_video/jpeg/data_manager.h"
namespace webrtc
{

View File

@ -11,9 +11,9 @@
#ifndef WEBRTC_COMMON_VIDEO_JPEG
#define WEBRTC_COMMON_VIDEO_JPEG
#include "typedefs.h"
#include "common_video/interface/i420_video_frame.h"
#include "common_video/interface/video_image.h" // EncodedImage
#include "webrtc/common_video/interface/i420_video_frame.h"
#include "webrtc/common_video/interface/video_image.h" // EncodedImage
#include "webrtc/typedefs.h"
// jpeg forward declaration
struct jpeg_compress_struct;

View File

@ -15,11 +15,11 @@
#include <stdio.h>
#include <string.h>
#include "common_video/jpeg/include/jpeg.h"
#include "common_video/jpeg/data_manager.h"
#include "common_video/libyuv/include/webrtc_libyuv.h"
#include "libyuv.h"
#include "libyuv/mjpeg_decoder.h"
#include "third_party/libyuv/include/libyuv.h"
#include "third_party/libyuv/include/libyuv/mjpeg_decoder.h"
#include "webrtc/common_video/jpeg/data_manager.h"
#include "webrtc/common_video/jpeg/include/jpeg.h"
#include "webrtc/common_video/libyuv/include/webrtc_libyuv.h"
extern "C" {
#if defined(USE_SYSTEM_LIBJPEG)

View File

@ -11,12 +11,12 @@
#include <cstdio>
#include <string>
#include "common_video/interface/video_image.h"
#include "common_video/jpeg/include/jpeg.h"
#include "common_video/libyuv/include/webrtc_libyuv.h"
#include "gtest/gtest.h"
#include "testsupport/fileutils.h"
#include "modules/interface/module_common_types.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "webrtc/common_video/interface/video_image.h"
#include "webrtc/common_video/jpeg/include/jpeg.h"
#include "webrtc/common_video/libyuv/include/webrtc_libyuv.h"
#include "webrtc/modules/interface/module_common_types.h"
#include "webrtc/test/testsupport/fileutils.h"
namespace webrtc {

View File

@ -15,9 +15,9 @@
#ifndef WEBRTC_COMMON_VIDEO_LIBYUV_INCLUDE_SCALER_H_
#define WEBRTC_COMMON_VIDEO_LIBYUV_INCLUDE_SCALER_H_
#include "common_video/interface/i420_video_frame.h"
#include "common_video/libyuv/include/webrtc_libyuv.h"
#include "typedefs.h"
#include "webrtc/common_video/interface/i420_video_frame.h"
#include "webrtc/common_video/libyuv/include/webrtc_libyuv.h"
#include "webrtc/typedefs.h"
namespace webrtc {

View File

@ -17,9 +17,9 @@
#include <stdio.h>
#include "common_types.h" // RawVideoTypes.
#include "common_video/interface/i420_video_frame.h"
#include "typedefs.h"
#include "webrtc/common_types.h" // RawVideoTypes.
#include "webrtc/common_video/interface/i420_video_frame.h"
#include "webrtc/typedefs.h"
namespace webrtc {

View File

@ -11,12 +11,12 @@
#include <math.h>
#include <string.h>
#include "common_video/interface/i420_video_frame.h"
#include "common_video/libyuv/include/webrtc_libyuv.h"
#include "gtest/gtest.h"
#include "system_wrappers/interface/tick_util.h"
#include "system_wrappers/interface/scoped_ptr.h"
#include "testsupport/fileutils.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "webrtc/common_video/interface/i420_video_frame.h"
#include "webrtc/common_video/libyuv/include/webrtc_libyuv.h"
#include "webrtc/system_wrappers/interface/scoped_ptr.h"
#include "webrtc/system_wrappers/interface/tick_util.h"
#include "webrtc/test/testsupport/fileutils.h"
namespace webrtc {

View File

@ -8,9 +8,9 @@
* be found in the AUTHORS file in the root of the source tree.
*/
#include "common_video/libyuv/include/scaler.h"
#include "webrtc/common_video/libyuv/include/scaler.h"
#include "libyuv.h"
#include "third_party/libyuv/include/libyuv.h"
namespace webrtc {

View File

@ -11,10 +11,10 @@
#include <math.h>
#include <string.h>
#include "common_video/libyuv/include/scaler.h"
#include "gtest/gtest.h"
#include "system_wrappers/interface/tick_util.h"
#include "testsupport/fileutils.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "webrtc/common_video/libyuv/include/scaler.h"
#include "webrtc/system_wrappers/interface/tick_util.h"
#include "webrtc/test/testsupport/fileutils.h"
namespace webrtc {

View File

@ -8,12 +8,12 @@
* be found in the AUTHORS file in the root of the source tree.
*/
#include "common_video/libyuv/include/webrtc_libyuv.h"
#include "webrtc/common_video/libyuv/include/webrtc_libyuv.h"
#include <assert.h>
#include <string.h>
#include "libyuv.h"
#include "third_party/libyuv/include/libyuv.h"
namespace webrtc {

View File

@ -8,7 +8,7 @@
* be found in the AUTHORS file in the root of the source tree.
*/
#include "common_video/plane.h"
#include "webrtc/common_video/plane.h"
#include <algorithm> // swap
#include <cstring> // memcpy

View File

@ -11,8 +11,8 @@
#ifndef COMMON_VIDEO_PLANE_H
#define COMMON_VIDEO_PLANE_H
#include "system_wrappers/interface/aligned_malloc.h"
#include "typedefs.h" //NOLINT
#include "webrtc/system_wrappers/interface/aligned_malloc.h"
#include "webrtc/typedefs.h"
namespace webrtc {

View File

@ -8,12 +8,12 @@
* be found in the AUTHORS file in the root of the source tree.
*/
#include "common_video/plane.h"
#include "webrtc/common_video/plane.h"
#include <math.h>
#include <string.h>
#include "gtest/gtest.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace webrtc {