Removed nolint for include guards.
BUG= TEST=cpplint.py --filter=-build/header_guard src/video_engine Review URL: https://webrtc-codereview.appspot.com/676008 git-svn-id: http://webrtc.googlecode.com/svn/trunk@2469 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
ab2610ffd9
commit
e06ca3cef6
@ -8,8 +8,8 @@
|
||||
* be found in the AUTHORS file in the root of the source tree.
|
||||
*/
|
||||
|
||||
#ifndef WEBRTC_VIDEO_ENGINE_VIE_BASE_IMPL_H_ // NOLINT
|
||||
#define WEBRTC_VIDEO_ENGINE_VIE_BASE_IMPL_H_ // NOLINT
|
||||
#ifndef WEBRTC_VIDEO_ENGINE_VIE_BASE_IMPL_H_
|
||||
#define WEBRTC_VIDEO_ENGINE_VIE_BASE_IMPL_H_
|
||||
|
||||
#include "video_engine/include/vie_base.h"
|
||||
#include "video_engine/vie_defines.h"
|
||||
@ -69,4 +69,4 @@ class ViEBaseImpl
|
||||
|
||||
} // namespace webrtc
|
||||
|
||||
#endif // WEBRTC_VIDEO_ENGINE_VIE_BASE_IMPL_H_ // NOLINT
|
||||
#endif // WEBRTC_VIDEO_ENGINE_VIE_BASE_IMPL_H_
|
||||
|
@ -8,8 +8,8 @@
|
||||
* be found in the AUTHORS file in the root of the source tree.
|
||||
*/
|
||||
|
||||
#ifndef WEBRTC_VIDEO_ENGINE_VIE_CAPTURE_IMPL_H_ // NOLINT
|
||||
#define WEBRTC_VIDEO_ENGINE_VIE_CAPTURE_IMPL_H_ // NOLINT
|
||||
#ifndef WEBRTC_VIDEO_ENGINE_VIE_CAPTURE_IMPL_H_
|
||||
#define WEBRTC_VIDEO_ENGINE_VIE_CAPTURE_IMPL_H_
|
||||
|
||||
#include "typedefs.h" // NOLINT
|
||||
#include "video_engine/include/vie_capture.h"
|
||||
@ -78,4 +78,4 @@ class ViECaptureImpl
|
||||
|
||||
} // namespace webrtc
|
||||
|
||||
#endif // WEBRTC_VIDEO_ENGINE_VIE_CAPTURE_IMPL_H_ // NOLINT
|
||||
#endif // WEBRTC_VIDEO_ENGINE_VIE_CAPTURE_IMPL_H_
|
||||
|
@ -8,8 +8,8 @@
|
||||
* be found in the AUTHORS file in the root of the source tree.
|
||||
*/
|
||||
|
||||
#ifndef WEBRTC_VIDEO_ENGINE_VIE_CAPTURER_H_ // NOLINT
|
||||
#define WEBRTC_VIDEO_ENGINE_VIE_CAPTURER_H_ // NOLINT
|
||||
#ifndef WEBRTC_VIDEO_ENGINE_VIE_CAPTURER_H_
|
||||
#define WEBRTC_VIDEO_ENGINE_VIE_CAPTURER_H_
|
||||
|
||||
#include "common_types.h" // NOLINT
|
||||
#include "engine_configurations.h" // NOLINT
|
||||
@ -221,4 +221,4 @@ class ViECapturer
|
||||
|
||||
} // namespace webrtc
|
||||
|
||||
#endif // WEBRTC_VIDEO_ENGINE_VIE_CAPTURER_H_ // NOLINT
|
||||
#endif // WEBRTC_VIDEO_ENGINE_VIE_CAPTURER_H_
|
||||
|
@ -8,8 +8,8 @@
|
||||
* be found in the AUTHORS file in the root of the source tree.
|
||||
*/
|
||||
|
||||
#ifndef WEBRTC_VIDEO_ENGINE_VIE_CHANNEL_H_ // NOLINT
|
||||
#define WEBRTC_VIDEO_ENGINE_VIE_CHANNEL_H_ // NOLINT
|
||||
#ifndef WEBRTC_VIDEO_ENGINE_VIE_CHANNEL_H_
|
||||
#define WEBRTC_VIDEO_ENGINE_VIE_CHANNEL_H_
|
||||
|
||||
#include <list>
|
||||
|
||||
@ -397,4 +397,4 @@ class ViEChannel
|
||||
|
||||
} // namespace webrtc
|
||||
|
||||
#endif // WEBRTC_VIDEO_ENGINE_VIE_CHANNEL_H_ // NOLINT
|
||||
#endif // WEBRTC_VIDEO_ENGINE_VIE_CHANNEL_H_
|
||||
|
@ -8,8 +8,8 @@
|
||||
* be found in the AUTHORS file in the root of the source tree.
|
||||
*/
|
||||
|
||||
#ifndef WEBRTC_VIDEO_ENGINE_VIE_CODEC_IMPL_H_ // NOLINT
|
||||
#define WEBRTC_VIDEO_ENGINE_VIE_CODEC_IMPL_H_ // NOLINT
|
||||
#ifndef WEBRTC_VIDEO_ENGINE_VIE_CODEC_IMPL_H_
|
||||
#define WEBRTC_VIDEO_ENGINE_VIE_CODEC_IMPL_H_
|
||||
|
||||
#include "typedefs.h" // NOLINT
|
||||
#include "video_engine/include/vie_codec.h"
|
||||
@ -78,4 +78,4 @@ class ViECodecImpl
|
||||
|
||||
} // namespace webrtc
|
||||
|
||||
#endif // WEBRTC_VIDEO_ENGINE_VIE_CODEC_IMPL_H_ // NOLINT
|
||||
#endif // WEBRTC_VIDEO_ENGINE_VIE_CODEC_IMPL_H_
|
||||
|
@ -8,8 +8,8 @@
|
||||
* be found in the AUTHORS file in the root of the source tree.
|
||||
*/
|
||||
|
||||
#ifndef WEBRTC_VIDEO_ENGINE_MAIN_SOURCE_VIE_DEFINES_H_ // NOLINT
|
||||
#define WEBRTC_VIDEO_ENGINE_MAIN_SOURCE_VIE_DEFINES_H_ // NOLINT
|
||||
#ifndef WEBRTC_VIDEO_ENGINE_MAIN_SOURCE_VIE_DEFINES_H_
|
||||
#define WEBRTC_VIDEO_ENGINE_MAIN_SOURCE_VIE_DEFINES_H_
|
||||
|
||||
#include "engine_configurations.h" // NOLINT
|
||||
|
||||
@ -218,4 +218,4 @@ inline int ChannelId(const int moduleId) {
|
||||
|
||||
} // namespace webrtc
|
||||
|
||||
#endif // WEBRTC_VIDEO_ENGINE_MAIN_SOURCE_VIE_DEFINES_H_ // NOLINT
|
||||
#endif // WEBRTC_VIDEO_ENGINE_MAIN_SOURCE_VIE_DEFINES_H_
|
||||
|
@ -8,8 +8,8 @@
|
||||
* be found in the AUTHORS file in the root of the source tree.
|
||||
*/
|
||||
|
||||
#ifndef WEBRTC_VIDEO_ENGINE_VIE_ENCODER_H_ // NOLINT
|
||||
#define WEBRTC_VIDEO_ENGINE_VIE_ENCODER_H_ // NOLINT
|
||||
#ifndef WEBRTC_VIDEO_ENGINE_VIE_ENCODER_H_
|
||||
#define WEBRTC_VIDEO_ENGINE_VIE_ENCODER_H_
|
||||
|
||||
#include "common_types.h" // NOLINT
|
||||
#include "typedefs.h" //NOLINT
|
||||
@ -187,4 +187,4 @@ class ViEEncoder
|
||||
|
||||
} // namespace webrtc
|
||||
|
||||
#endif // WEBRTC_VIDEO_ENGINE_VIE_ENCODER_H_ // NOLINT
|
||||
#endif // WEBRTC_VIDEO_ENGINE_VIE_ENCODER_H_
|
||||
|
@ -8,8 +8,8 @@
|
||||
* be found in the AUTHORS file in the root of the source tree.
|
||||
*/
|
||||
|
||||
#ifndef WEBRTC_VIDEO_ENGINE_VIE_ENCRYPTION_IMPL_H_ // NOLINT
|
||||
#define WEBRTC_VIDEO_ENGINE_VIE_ENCRYPTION_IMPL_H_ // NOLINT
|
||||
#ifndef WEBRTC_VIDEO_ENGINE_VIE_ENCRYPTION_IMPL_H_
|
||||
#define WEBRTC_VIDEO_ENGINE_VIE_ENCRYPTION_IMPL_H_
|
||||
|
||||
#include "typedefs.h" // NOLINT
|
||||
#include "video_engine/include/vie_encryption.h"
|
||||
@ -40,4 +40,4 @@ class ViEEncryptionImpl
|
||||
|
||||
} // namespace webrtc
|
||||
|
||||
#endif // WEBRTC_VIDEO_ENGINE_VIE_ENCRYPTION_IMPL_H_ // NOLINT
|
||||
#endif // WEBRTC_VIDEO_ENGINE_VIE_ENCRYPTION_IMPL_H_
|
||||
|
@ -8,8 +8,8 @@
|
||||
* be found in the AUTHORS file in the root of the source tree.
|
||||
*/
|
||||
|
||||
#ifndef WEBRTC_VIDEO_ENGINE_VIE_EXTERNAL_CODEC_IMPL_H_ // NOLINT
|
||||
#define WEBRTC_VIDEO_ENGINE_VIE_EXTERNAL_CODEC_IMPL_H_ // NOLINT
|
||||
#ifndef WEBRTC_VIDEO_ENGINE_VIE_EXTERNAL_CODEC_IMPL_H_
|
||||
#define WEBRTC_VIDEO_ENGINE_VIE_EXTERNAL_CODEC_IMPL_H_
|
||||
|
||||
#include "video_engine/include/vie_external_codec.h"
|
||||
#include "video_engine/vie_ref_count.h"
|
||||
@ -47,4 +47,4 @@ class ViEExternalCodecImpl
|
||||
|
||||
} // namespace webrtc
|
||||
|
||||
#endif // WEBRTC_VIDEO_ENGINE_VIE_EXTERNAL_CODEC_IMPL_H_ // NOLINT
|
||||
#endif // WEBRTC_VIDEO_ENGINE_VIE_EXTERNAL_CODEC_IMPL_H_
|
||||
|
@ -8,8 +8,8 @@
|
||||
* be found in the AUTHORS file in the root of the source tree.
|
||||
*/
|
||||
|
||||
#ifndef WEBRTC_VIDEO_ENGINE_VIE_FILE_IMAGE_H_ // NOLINT
|
||||
#define WEBRTC_VIDEO_ENGINE_VIE_FILE_IMAGE_H_ // NOLINT
|
||||
#ifndef WEBRTC_VIDEO_ENGINE_VIE_FILE_IMAGE_H_
|
||||
#define WEBRTC_VIDEO_ENGINE_VIE_FILE_IMAGE_H_
|
||||
|
||||
#include "modules/interface/module_common_types.h"
|
||||
#include "typedefs.h" // NOLINT
|
||||
@ -29,4 +29,4 @@ class ViEFileImage {
|
||||
|
||||
} // namespace webrtc
|
||||
|
||||
#endif // WEBRTC_VIDEO_ENGINE_VIE_FILE_IMAGE_H_ // NOLINT
|
||||
#endif // WEBRTC_VIDEO_ENGINE_VIE_FILE_IMAGE_H_
|
||||
|
@ -8,8 +8,8 @@
|
||||
* be found in the AUTHORS file in the root of the source tree.
|
||||
*/
|
||||
|
||||
#ifndef WEBRTC_VIDEO_ENGINE_VIE_FILE_IMPL_H_ // NOLINT
|
||||
#define WEBRTC_VIDEO_ENGINE_VIE_FILE_IMPL_H_ // NOLINT
|
||||
#ifndef WEBRTC_VIDEO_ENGINE_VIE_FILE_IMPL_H_
|
||||
#define WEBRTC_VIDEO_ENGINE_VIE_FILE_IMPL_H_
|
||||
|
||||
#include "system_wrappers/interface/scoped_ptr.h"
|
||||
#include "typedefs.h" // NOLINT
|
||||
@ -134,4 +134,4 @@ class ViEFileImpl
|
||||
|
||||
} // namespace webrtc
|
||||
|
||||
#endif // WEBRTC_VIDEO_ENGINE_VIE_FILE_IMPL_H_ // NOLINT
|
||||
#endif // WEBRTC_VIDEO_ENGINE_VIE_FILE_IMPL_H_
|
||||
|
@ -8,8 +8,8 @@
|
||||
* be found in the AUTHORS file in the root of the source tree.
|
||||
*/
|
||||
|
||||
#ifndef WEBRTC_VIDEO_ENGINE_VIE_FILE_PLAYER_H_ // NOLINT
|
||||
#define WEBRTC_VIDEO_ENGINE_VIE_FILE_PLAYER_H_ // NOLINT
|
||||
#ifndef WEBRTC_VIDEO_ENGINE_VIE_FILE_PLAYER_H_
|
||||
#define WEBRTC_VIDEO_ENGINE_VIE_FILE_PLAYER_H_
|
||||
|
||||
#include <list>
|
||||
#include <set>
|
||||
@ -135,4 +135,4 @@ class ViEFilePlayer
|
||||
|
||||
} // namespace webrtc
|
||||
|
||||
#endif // WEBRTC_VIDEO_ENGINE_VIE_FILE_PLAYER_H_ // NOLINT
|
||||
#endif // WEBRTC_VIDEO_ENGINE_VIE_FILE_PLAYER_H_
|
||||
|
@ -8,8 +8,8 @@
|
||||
* be found in the AUTHORS file in the root of the source tree.
|
||||
*/
|
||||
|
||||
#ifndef WEBRTC_VIDEO_ENGINE_VIE_FILE_RECORDER_H_ // NOLINT
|
||||
#define WEBRTC_VIDEO_ENGINE_VIE_FILE_RECORDER_H_ // NOLINT
|
||||
#ifndef WEBRTC_VIDEO_ENGINE_VIE_FILE_RECORDER_H_
|
||||
#define WEBRTC_VIDEO_ENGINE_VIE_FILE_RECORDER_H_
|
||||
|
||||
#include "modules/utility/interface/file_recorder.h"
|
||||
#include "typedefs.h" // NOLINT
|
||||
@ -62,4 +62,4 @@ class ViEFileRecorder : protected OutStream {
|
||||
|
||||
} // namespace webrtc
|
||||
|
||||
#endif // WEBRTC_VIDEO_ENGINE_VIE_FILE_RECORDER_H_ // NOLINT
|
||||
#endif // WEBRTC_VIDEO_ENGINE_VIE_FILE_RECORDER_H_
|
||||
|
@ -8,8 +8,8 @@
|
||||
* be found in the AUTHORS file in the root of the source tree.
|
||||
*/
|
||||
|
||||
#ifndef WEBRTC_VIDEO_ENGINE_VIE_FRAME_PROVIDER_BASE_H_ // NOLINT
|
||||
#define WEBRTC_VIDEO_ENGINE_VIE_FRAME_PROVIDER_BASE_H_ // NOLINT
|
||||
#ifndef WEBRTC_VIDEO_ENGINE_VIE_FRAME_PROVIDER_BASE_H_
|
||||
#define WEBRTC_VIDEO_ENGINE_VIE_FRAME_PROVIDER_BASE_H_
|
||||
|
||||
#include <vector>
|
||||
|
||||
@ -99,4 +99,4 @@ class ViEFrameProviderBase {
|
||||
|
||||
} // namespace webrtc
|
||||
|
||||
#endif // WEBRTC_VIDEO_ENGINE_VIE_FRAME_PROVIDER_BASE_H_ // NOLINT
|
||||
#endif // WEBRTC_VIDEO_ENGINE_VIE_FRAME_PROVIDER_BASE_H_
|
||||
|
@ -8,8 +8,8 @@
|
||||
* be found in the AUTHORS file in the root of the source tree.
|
||||
*/
|
||||
|
||||
#ifndef WEBRTC_VIDEO_ENGINE_VIE_IMAGE_PROCESS_IMPL_H_ // NOLINT
|
||||
#define WEBRTC_VIDEO_ENGINE_VIE_IMAGE_PROCESS_IMPL_H_ // NOLINT
|
||||
#ifndef WEBRTC_VIDEO_ENGINE_VIE_IMAGE_PROCESS_IMPL_H_
|
||||
#define WEBRTC_VIDEO_ENGINE_VIE_IMAGE_PROCESS_IMPL_H_
|
||||
|
||||
#include "typedefs.h" // NOLINT
|
||||
#include "video_engine/include/vie_image_process.h"
|
||||
@ -49,4 +49,4 @@ class ViEImageProcessImpl
|
||||
|
||||
} // namespace webrtc
|
||||
|
||||
#endif // WEBRTC_VIDEO_ENGINE_VIE_IMAGE_PROCESS_IMPL_H_ // NOLINT
|
||||
#endif // WEBRTC_VIDEO_ENGINE_VIE_IMAGE_PROCESS_IMPL_H_
|
||||
|
@ -8,8 +8,8 @@
|
||||
* be found in the AUTHORS file in the root of the source tree.
|
||||
*/
|
||||
|
||||
#ifndef WEBRTC_VIDEO_ENGINE_VIE_IMPL_H_ // NOLINT
|
||||
#define WEBRTC_VIDEO_ENGINE_VIE_IMPL_H_ // NOLINT
|
||||
#ifndef WEBRTC_VIDEO_ENGINE_VIE_IMPL_H_
|
||||
#define WEBRTC_VIDEO_ENGINE_VIE_IMPL_H_
|
||||
|
||||
#include "engine_configurations.h" // NOLINT
|
||||
#include "video_engine/vie_defines.h"
|
||||
@ -112,4 +112,4 @@ class VideoEngineImpl
|
||||
|
||||
} // namespace webrtc
|
||||
|
||||
#endif // WEBRTC_VIDEO_ENGINE_VIE_IMPL_H_ // NOLINT
|
||||
#endif // WEBRTC_VIDEO_ENGINE_VIE_IMPL_H_
|
||||
|
@ -8,8 +8,8 @@
|
||||
* be found in the AUTHORS file in the root of the source tree.
|
||||
*/
|
||||
|
||||
#ifndef WEBRTC_VIDEO_ENGINE_VIE_INPUT_MANAGER_H_ // NOLINT
|
||||
#define WEBRTC_VIDEO_ENGINE_VIE_INPUT_MANAGER_H_ // NOLINT
|
||||
#ifndef WEBRTC_VIDEO_ENGINE_VIE_INPUT_MANAGER_H_
|
||||
#define WEBRTC_VIDEO_ENGINE_VIE_INPUT_MANAGER_H_
|
||||
|
||||
#include "modules/video_capture/main/interface/video_capture.h"
|
||||
#include "system_wrappers/interface/map_wrapper.h"
|
||||
@ -137,4 +137,4 @@ class ViEInputManagerScoped: private ViEManagerScopedBase {
|
||||
|
||||
} // namespace webrtc
|
||||
|
||||
#endif // WEBRTC_VIDEO_ENGINE_VIE_INPUT_MANAGER_H_ // NOLINT
|
||||
#endif // WEBRTC_VIDEO_ENGINE_VIE_INPUT_MANAGER_H_
|
||||
|
@ -8,8 +8,8 @@
|
||||
* be found in the AUTHORS file in the root of the source tree.
|
||||
*/
|
||||
|
||||
#ifndef WEBRTC_VIDEO_ENGINE_VIE_MANAGER_BASE_H_ // NOLINT
|
||||
#define WEBRTC_VIDEO_ENGINE_VIE_MANAGER_BASE_H_ // NOLINT
|
||||
#ifndef WEBRTC_VIDEO_ENGINE_VIE_MANAGER_BASE_H_
|
||||
#define WEBRTC_VIDEO_ENGINE_VIE_MANAGER_BASE_H_
|
||||
|
||||
namespace webrtc {
|
||||
|
||||
@ -72,4 +72,4 @@ class ViEManagedItemScopedBase {
|
||||
|
||||
} // namespace webrtc
|
||||
|
||||
#endif // WEBRTC_VIDEO_ENGINE_VIE_MANAGER_BASE_H_ // NOLINT
|
||||
#endif // WEBRTC_VIDEO_ENGINE_VIE_MANAGER_BASE_H_
|
||||
|
@ -8,8 +8,8 @@
|
||||
* be found in the AUTHORS file in the root of the source tree.
|
||||
*/
|
||||
|
||||
#ifndef WEBRTC_VIDEO_ENGINE_VIE_NETWORK_IMPL_H_ // NOLINT
|
||||
#define WEBRTC_VIDEO_ENGINE_VIE_NETWORK_IMPL_H_ // NOLINT
|
||||
#ifndef WEBRTC_VIDEO_ENGINE_VIE_NETWORK_IMPL_H_
|
||||
#define WEBRTC_VIDEO_ENGINE_VIE_NETWORK_IMPL_H_
|
||||
|
||||
#include "typedefs.h" // NOLINT
|
||||
#include "video_engine/include/vie_network.h"
|
||||
@ -111,4 +111,4 @@ class ViENetworkImpl
|
||||
|
||||
} // namespace webrtc
|
||||
|
||||
#endif // WEBRTC_VIDEO_ENGINE_VIE_NETWORK_IMPL_H_ // NOLINT
|
||||
#endif // WEBRTC_VIDEO_ENGINE_VIE_NETWORK_IMPL_H_
|
||||
|
@ -11,8 +11,8 @@
|
||||
// ViEPerformanceMonitor is used to check the current CPU usage and triggers a
|
||||
// callback when getting over a specified threshold.
|
||||
|
||||
#ifndef WEBRTC_VIDEO_ENGINE_VIE_PERFORMANCE_MONITOR_H_ // NOLINT
|
||||
#define WEBRTC_VIDEO_ENGINE_VIE_PERFORMANCE_MONITOR_H_ // NOLINT
|
||||
#ifndef WEBRTC_VIDEO_ENGINE_VIE_PERFORMANCE_MONITOR_H_
|
||||
#define WEBRTC_VIDEO_ENGINE_VIE_PERFORMANCE_MONITOR_H_
|
||||
|
||||
#include "system_wrappers/interface/scoped_ptr.h"
|
||||
#include "typedefs.h" // NOLINT
|
||||
@ -51,4 +51,4 @@ class ViEPerformanceMonitor {
|
||||
|
||||
} // namespace webrtc
|
||||
|
||||
#endif // WEBRTC_VIDEO_ENGINE_VIE_PERFORMANCE_MONITOR_H_ // NOLINT
|
||||
#endif // WEBRTC_VIDEO_ENGINE_VIE_PERFORMANCE_MONITOR_H_
|
||||
|
@ -8,8 +8,8 @@
|
||||
* be found in the AUTHORS file in the root of the source tree.
|
||||
*/
|
||||
|
||||
#ifndef WEBRTC_VIDEO_ENGINE_VIE_RECEIVER_H_ // NOLINT
|
||||
#define WEBRTC_VIDEO_ENGINE_VIE_RECEIVER_H_ // NOLINT
|
||||
#ifndef WEBRTC_VIDEO_ENGINE_VIE_RECEIVER_H_
|
||||
#define WEBRTC_VIDEO_ENGINE_VIE_RECEIVER_H_
|
||||
|
||||
#include <list>
|
||||
|
||||
@ -84,4 +84,4 @@ class ViEReceiver : public UdpTransportData, public RtpData {
|
||||
|
||||
} // namespace webrt
|
||||
|
||||
#endif // WEBRTC_VIDEO_ENGINE_VIE_RECEIVER_H_ // NOLINT
|
||||
#endif // WEBRTC_VIDEO_ENGINE_VIE_RECEIVER_H_
|
||||
|
@ -10,8 +10,8 @@
|
||||
|
||||
// TODO(mflodman) Remove this class and use ref count class in system_wrappers.
|
||||
|
||||
#ifndef WEBRTC_VIDEO_ENGINE_VIE_REF_COUNT_H_ // NOLINT
|
||||
#define WEBRTC_VIDEO_ENGINE_VIE_REF_COUNT_H_ // NOLINT
|
||||
#ifndef WEBRTC_VIDEO_ENGINE_VIE_REF_COUNT_H_
|
||||
#define WEBRTC_VIDEO_ENGINE_VIE_REF_COUNT_H_
|
||||
|
||||
#include "system_wrappers/interface/scoped_ptr.h"
|
||||
|
||||
@ -37,4 +37,4 @@ class ViERefCount {
|
||||
|
||||
} // namespace webrtc
|
||||
|
||||
#endif // WEBRTC_VIDEO_ENGINE_VIE_REF_COUNT_H_ // NOLINT
|
||||
#endif // WEBRTC_VIDEO_ENGINE_VIE_REF_COUNT_H_
|
||||
|
@ -15,8 +15,8 @@
|
||||
// for a specified SSRC.
|
||||
|
||||
|
||||
#ifndef WEBRTC_VIDEO_ENGINE_MAIN_SOURCE_VIE_REMB_H_ // NOLINT
|
||||
#define WEBRTC_VIDEO_ENGINE_MAIN_SOURCE_VIE_REMB_H_ // NOLINT
|
||||
#ifndef WEBRTC_VIDEO_ENGINE_MAIN_SOURCE_VIE_REMB_H_
|
||||
#define WEBRTC_VIDEO_ENGINE_MAIN_SOURCE_VIE_REMB_H_
|
||||
|
||||
#include <list>
|
||||
#include <map>
|
||||
@ -89,4 +89,4 @@ class VieRemb : public RemoteBitrateObserver, public Module {
|
||||
|
||||
} // namespace webrtc
|
||||
|
||||
#endif // WEBRTC_VIDEO_ENGINE_MAIN_SOURCE_VIE_REMB_H_ // NOLINT
|
||||
#endif // WEBRTC_VIDEO_ENGINE_MAIN_SOURCE_VIE_REMB_H_
|
||||
|
@ -8,8 +8,8 @@
|
||||
* be found in the AUTHORS file in the root of the source tree.
|
||||
*/
|
||||
|
||||
#ifndef WEBRTC_VIDEO_ENGINE_VIE_RENDER_IMPL_H_ // NOLINT
|
||||
#define WEBRTC_VIDEO_ENGINE_VIE_RENDER_IMPL_H_ // NOLINT
|
||||
#ifndef WEBRTC_VIDEO_ENGINE_VIE_RENDER_IMPL_H_
|
||||
#define WEBRTC_VIDEO_ENGINE_VIE_RENDER_IMPL_H_
|
||||
|
||||
#include "modules/video_render/main/interface/video_render_defines.h"
|
||||
#include "typedefs.h" // NOLINT
|
||||
@ -55,4 +55,4 @@ class ViERenderImpl
|
||||
|
||||
} // namespace webrtc
|
||||
|
||||
#endif // WEBRTC_VIDEO_ENGINE_VIE_RENDER_IMPL_H_ // NOLINT
|
||||
#endif // WEBRTC_VIDEO_ENGINE_VIE_RENDER_IMPL_H_
|
||||
|
@ -8,8 +8,8 @@
|
||||
* be found in the AUTHORS file in the root of the source tree.
|
||||
*/
|
||||
|
||||
#ifndef WEBRTC_VIDEO_ENGINE_VIE_RENDER_MANAGER_H_ // NOLINT
|
||||
#define WEBRTC_VIDEO_ENGINE_VIE_RENDER_MANAGER_H_ // NOLINT
|
||||
#ifndef WEBRTC_VIDEO_ENGINE_VIE_RENDER_MANAGER_H_
|
||||
#define WEBRTC_VIDEO_ENGINE_VIE_RENDER_MANAGER_H_
|
||||
|
||||
#include "system_wrappers/interface/list_wrapper.h"
|
||||
#include "system_wrappers/interface/map_wrapper.h"
|
||||
@ -70,4 +70,4 @@ class ViERenderManagerScoped: private ViEManagerScopedBase {
|
||||
|
||||
} // namespace webrtc
|
||||
|
||||
#endif // WEBRTC_VIDEO_ENGINE_VIE_RENDER_MANAGER_H_ // NOLINT
|
||||
#endif // WEBRTC_VIDEO_ENGINE_VIE_RENDER_MANAGER_H_
|
||||
|
@ -8,8 +8,8 @@
|
||||
* be found in the AUTHORS file in the root of the source tree.
|
||||
*/
|
||||
|
||||
#ifndef WEBRTC_VIDEO_ENGINE_VIE_RENDERER_H_ // NOLINT
|
||||
#define WEBRTC_VIDEO_ENGINE_VIE_RENDERER_H_ // NOLINT
|
||||
#ifndef WEBRTC_VIDEO_ENGINE_VIE_RENDERER_H_
|
||||
#define WEBRTC_VIDEO_ENGINE_VIE_RENDERER_H_
|
||||
|
||||
#include "modules/video_render/main/interface/video_render_defines.h"
|
||||
#include "system_wrappers/interface/map_wrapper.h"
|
||||
@ -113,4 +113,4 @@ class ViERenderer: public ViEFrameCallback {
|
||||
|
||||
} // namespace webrtc
|
||||
|
||||
#endif // WEBRTC_VIDEO_ENGINE_VIE_RENDERER_H_ // NOLINT
|
||||
#endif // WEBRTC_VIDEO_ENGINE_VIE_RENDERER_H_
|
||||
|
@ -8,8 +8,8 @@
|
||||
* be found in the AUTHORS file in the root of the source tree.
|
||||
*/
|
||||
|
||||
#ifndef WEBRTC_VIDEO_ENGINE_VIE_RTP_RTCP_IMPL_H_ // NOLINT
|
||||
#define WEBRTC_VIDEO_ENGINE_VIE_RTP_RTCP_IMPL_H_ // NOLINT
|
||||
#ifndef WEBRTC_VIDEO_ENGINE_VIE_RTP_RTCP_IMPL_H_
|
||||
#define WEBRTC_VIDEO_ENGINE_VIE_RTP_RTCP_IMPL_H_
|
||||
|
||||
#include "modules/rtp_rtcp/interface/rtp_rtcp_defines.h"
|
||||
#include "typedefs.h" // NOLINT
|
||||
@ -116,4 +116,4 @@ class ViERTP_RTCPImpl
|
||||
|
||||
} // namespace webrtc
|
||||
|
||||
#endif // WEBRTC_VIDEO_ENGINE_VIE_RTP_RTCP_IMPL_H_ // NOLINT
|
||||
#endif // WEBRTC_VIDEO_ENGINE_VIE_RTP_RTCP_IMPL_H_
|
||||
|
@ -11,8 +11,8 @@
|
||||
// ViESender is responsible for encrypting, if enabled, packets and send to
|
||||
// network.
|
||||
|
||||
#ifndef WEBRTC_VIDEO_ENGINE_VIE_SENDER_H_ // NOLINT
|
||||
#define WEBRTC_VIDEO_ENGINE_VIE_SENDER_H_ // NOLINT
|
||||
#ifndef WEBRTC_VIDEO_ENGINE_VIE_SENDER_H_
|
||||
#define WEBRTC_VIDEO_ENGINE_VIE_SENDER_H_
|
||||
|
||||
#include "common_types.h" // NOLINT
|
||||
#include "engine_configurations.h" // NOLINT
|
||||
@ -61,4 +61,4 @@ class ViESender: public Transport {
|
||||
|
||||
} // namespace webrtc
|
||||
|
||||
#endif // WEBRTC_VIDEO_ENGINE_VIE_SENDER_H_ // NOLINT
|
||||
#endif // WEBRTC_VIDEO_ENGINE_VIE_SENDER_H_
|
||||
|
Loading…
x
Reference in New Issue
Block a user