Clang format of video_processing folder.
BUG=webrtc:5259 Review URL: https://codereview.webrtc.org/1508793002 Cr-Commit-Position: refs/heads/master@{#10925}
This commit is contained in:
@ -21,19 +21,19 @@
|
||||
namespace webrtc {
|
||||
|
||||
// Error codes
|
||||
#define VPM_OK 0
|
||||
#define VPM_GENERAL_ERROR -1
|
||||
#define VPM_MEMORY -2
|
||||
#define VPM_PARAMETER_ERROR -3
|
||||
#define VPM_SCALE_ERROR -4
|
||||
#define VPM_UNINITIALIZED -5
|
||||
#define VPM_UNIMPLEMENTED -6
|
||||
#define VPM_OK 0
|
||||
#define VPM_GENERAL_ERROR -1
|
||||
#define VPM_MEMORY -2
|
||||
#define VPM_PARAMETER_ERROR -3
|
||||
#define VPM_SCALE_ERROR -4
|
||||
#define VPM_UNINITIALIZED -5
|
||||
#define VPM_UNIMPLEMENTED -6
|
||||
|
||||
enum VideoFrameResampling {
|
||||
kNoRescaling, // Disables rescaling.
|
||||
kFastRescaling, // Point filter.
|
||||
kBiLinear, // Bi-linear interpolation.
|
||||
kBox, // Box inteprolation.
|
||||
kNoRescaling, // Disables rescaling.
|
||||
kFastRescaling, // Point filter.
|
||||
kBiLinear, // Bi-linear interpolation.
|
||||
kBox, // Box inteprolation.
|
||||
};
|
||||
|
||||
} // namespace webrtc
|
||||
|
||||
Reference in New Issue
Block a user