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

Namespaces

 webrtc
 

Macros

#define RETURN_ON_FAIL(x, res)
 
#define RETURN_INV_ON_FAIL(x)   RETURN_ON_FAIL(x, kInvalidStream)
 

Macro Definition Documentation

◆ RETURN_INV_ON_FAIL

#define RETURN_INV_ON_FAIL (   x)    RETURN_ON_FAIL(x, kInvalidStream)

◆ RETURN_ON_FAIL

#define RETURN_ON_FAIL (   x,
  res 
)
Value:
if (!(x)) { \
LOG_F(LS_ERROR) << "FAILED: " #x; \
return res; \
}
EGLSurface EGLint x
Definition: eglext.h:950
Definition: logging.h:113
res
Definition: harness.py:111