FFmpeg
|
#include <internal.h>
Data Fields | |
uint8_t * | base [AV_NUM_DATA_POINTERS] |
uint8_t * | data [AV_NUM_DATA_POINTERS] |
int | linesize [AV_NUM_DATA_POINTERS] |
int | width |
int | height |
enum AVPixelFormat | pix_fmt |
Definition at line 35 of file internal.h.
uint8_t* InternalBuffer::base[AV_NUM_DATA_POINTERS] |
Definition at line 36 of file internal.h.
Referenced by video_free_buffers(), and video_get_buffer().
uint8_t* InternalBuffer::data[AV_NUM_DATA_POINTERS] |
Definition at line 37 of file internal.h.
Referenced by avcodec_default_release_buffer(), video_free_buffers(), and video_get_buffer().
int InternalBuffer::linesize[AV_NUM_DATA_POINTERS] |
Definition at line 38 of file internal.h.
Referenced by video_get_buffer().
int InternalBuffer::width |
Definition at line 39 of file internal.h.
Referenced by video_get_buffer().
int InternalBuffer::height |
Definition at line 40 of file internal.h.
Referenced by video_get_buffer().
enum AVPixelFormat InternalBuffer::pix_fmt |
Definition at line 41 of file internal.h.
Referenced by video_get_buffer().