#include <video_frame_buffer.h>
|
| WrappedI420Buffer (int width, int height, const uint8_t *y_plane, int y_stride, const uint8_t *u_plane, int u_stride, const uint8_t *v_plane, int v_stride, const rtc::Callback0< void > &no_longer_used) |
|
int | width () const override |
|
int | height () const override |
|
const uint8_t * | DataY () const override |
|
const uint8_t * | DataU () const override |
|
const uint8_t * | DataV () const override |
|
int | StrideY () const override |
|
int | StrideU () const override |
|
int | StrideV () const override |
|
void * | native_handle () const override |
|
rtc::scoped_refptr< VideoFrameBuffer > | NativeToI420Buffer () override |
|
| WrappedI420Buffer (int width, int height, const uint8_t *y_plane, int y_stride, const uint8_t *u_plane, int u_stride, const uint8_t *v_plane, int v_stride, const rtc::Callback0< void > &no_longer_used) |
|
int | width () const override |
|
int | height () const override |
|
const uint8_t * | DataY () const override |
|
const uint8_t * | DataU () const override |
|
const uint8_t * | DataV () const override |
|
int | StrideY () const override |
|
int | StrideU () const override |
|
int | StrideV () const override |
|
void * | native_handle () const override |
|
rtc::scoped_refptr< VideoFrameBuffer > | NativeToI420Buffer () override |
|
virtual int | AddRef () const =0 |
|
virtual int | Release () const =0 |
|
virtual int | AddRef () const =0 |
|
virtual int | Release () const =0 |
|
◆ WrappedI420Buffer() [1/2]
webrtc::WrappedI420Buffer::WrappedI420Buffer |
( |
int |
width, |
|
|
int |
height, |
|
|
const uint8_t * |
y_plane, |
|
|
int |
y_stride, |
|
|
const uint8_t * |
u_plane, |
|
|
int |
u_stride, |
|
|
const uint8_t * |
v_plane, |
|
|
int |
v_stride, |
|
|
const rtc::Callback0< void > & |
no_longer_used |
|
) |
| |
◆ WrappedI420Buffer() [2/2]
webrtc::WrappedI420Buffer::WrappedI420Buffer |
( |
int |
width, |
|
|
int |
height, |
|
|
const uint8_t * |
y_plane, |
|
|
int |
y_stride, |
|
|
const uint8_t * |
u_plane, |
|
|
int |
u_stride, |
|
|
const uint8_t * |
v_plane, |
|
|
int |
v_stride, |
|
|
const rtc::Callback0< void > & |
no_longer_used |
|
) |
| |
◆ DataU() [1/2]
const uint8_t * webrtc::WrappedI420Buffer::DataU |
( |
| ) |
const |
|
overridevirtual |
◆ DataU() [2/2]
const uint8_t* webrtc::WrappedI420Buffer::DataU |
( |
| ) |
const |
|
overridevirtual |
◆ DataV() [1/2]
const uint8_t * webrtc::WrappedI420Buffer::DataV |
( |
| ) |
const |
|
overridevirtual |
◆ DataV() [2/2]
const uint8_t* webrtc::WrappedI420Buffer::DataV |
( |
| ) |
const |
|
overridevirtual |
◆ DataY() [1/2]
const uint8_t * webrtc::WrappedI420Buffer::DataY |
( |
| ) |
const |
|
overridevirtual |
◆ DataY() [2/2]
const uint8_t* webrtc::WrappedI420Buffer::DataY |
( |
| ) |
const |
|
overridevirtual |
◆ height() [1/2]
int webrtc::WrappedI420Buffer::height |
( |
| ) |
const |
|
overridevirtual |
◆ height() [2/2]
int webrtc::WrappedI420Buffer::height |
( |
| ) |
const |
|
overridevirtual |
◆ native_handle() [1/2]
void * webrtc::WrappedI420Buffer::native_handle |
( |
| ) |
const |
|
overridevirtual |
◆ native_handle() [2/2]
void* webrtc::WrappedI420Buffer::native_handle |
( |
| ) |
const |
|
overridevirtual |
◆ NativeToI420Buffer() [1/2]
◆ NativeToI420Buffer() [2/2]
◆ StrideU() [1/2]
int webrtc::WrappedI420Buffer::StrideU |
( |
| ) |
const |
|
overridevirtual |
◆ StrideU() [2/2]
int webrtc::WrappedI420Buffer::StrideU |
( |
| ) |
const |
|
overridevirtual |
◆ StrideV() [1/2]
int webrtc::WrappedI420Buffer::StrideV |
( |
| ) |
const |
|
overridevirtual |
◆ StrideV() [2/2]
int webrtc::WrappedI420Buffer::StrideV |
( |
| ) |
const |
|
overridevirtual |
◆ StrideY() [1/2]
int webrtc::WrappedI420Buffer::StrideY |
( |
| ) |
const |
|
overridevirtual |
◆ StrideY() [2/2]
int webrtc::WrappedI420Buffer::StrideY |
( |
| ) |
const |
|
overridevirtual |
◆ width() [1/2]
int webrtc::WrappedI420Buffer::width |
( |
| ) |
const |
|
overridevirtual |
◆ width() [2/2]
int webrtc::WrappedI420Buffer::width |
( |
| ) |
const |
|
overridevirtual |
◆ rtc::RefCountedObject< WrappedI420Buffer >
The documentation for this class was generated from the following files: