webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Namespaces | Macros | Typedefs
sps_parser.cc File Reference
#include "webrtc/common_video/h264/sps_parser.h"
#include <memory>
#include "webrtc/common_video/h264/h264_common.h"
#include "webrtc/base/bitbuffer.h"
#include "webrtc/base/bytebuffer.h"
#include "webrtc/base/logging.h"

Namespaces

 webrtc
 

Macros

#define RETURN_EMPTY_ON_FAIL(x)
 

Typedefs

typedef rtc::Optional< webrtc::SpsParser::SpsStateOptionalSps
 

Macro Definition Documentation

◆ RETURN_EMPTY_ON_FAIL

#define RETURN_EMPTY_ON_FAIL (   x)
Value:
if (!(x)) { \
return OptionalSps(); \
}
rtc::Optional< webrtc::SpsParser::SpsState > OptionalSps
Definition: sps_parser.cc:20
EGLSurface EGLint x
Definition: eglext.h:950

Typedef Documentation

◆ OptionalSps