webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Namespaces | Macros
rtp_format_vp9.cc File Reference
#include "webrtc/modules/rtp_rtcp/source/rtp_format_vp9.h"
#include <assert.h>
#include <string.h>
#include <cmath>
#include "webrtc/base/bitbuffer.h"
#include "webrtc/base/checks.h"
#include "webrtc/base/logging.h"
#include "webrtc/modules/rtp_rtcp/source/rtp_packet_to_send.h"

Namespaces

 webrtc
 

Macros

#define RETURN_FALSE_ON_ERROR(x)
 

Macro Definition Documentation

◆ RETURN_FALSE_ON_ERROR

#define RETURN_FALSE_ON_ERROR (   x)
Value:
if (!(x)) { \
return false; \
}
EGLSurface EGLint x
Definition: eglext.h:950