3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/external/webrtc/scoped_refptr.h"
10namespace webrtc {
class I420BufferInterface; }
39 MCNAPI static ::webrtc::scoped_refptr<::webrtc::I420Buffer>
Create(
int,
int);
49 MCNAPI
void*
$ctor(
int,
int,
int,
int,
int);
Definition I420BufferInterface.h:12
Definition I420Buffer.h:15
static MCAPI void ** $vftable()
MCAPI void * $ctor(int, int, int, int, int)
MCAPI uchar * MutableDataY()
MCAPI void * $ctor(int, int)
MCAPI uchar * MutableDataU()
static MCAPI ::webrtc::scoped_refptr<::webrtc::I420Buffer > Create(int, int)
MCAPI uchar * MutableDataV()
MCAPI I420Buffer(int, int)
MCAPI void CropAndScaleFrom(::webrtc::I420BufferInterface const &, int, int, int, int)
MCAPI I420Buffer(int, int, int, int, int)
static MCAPI void SetBlack(::webrtc::I420Buffer *)