#include <console_video.h>
Data Fields | |
uint8_t * | data |
int | ebit |
int | h |
int | pix_fmt |
int | size |
int | used |
int | w |
int | x |
int | y |
Definition at line 52 of file console_video.h.
uint8_t* data |
Definition at line 53 of file console_video.h.
Referenced by fbuf_append(), ffmpeg_decode(), ffmpeg_encode(), h261_encap(), h263_encap(), h263p_encap(), h264_encap(), mpeg4_decode(), and mpeg4_encap().
int ebit |
Definition at line 57 of file console_video.h.
Referenced by fbuf_append(), ffmpeg_decode(), and mpeg4_decode().
int h |
int pix_fmt |
int size |
int used |
Definition at line 56 of file console_video.h.
Referenced by fbuf_append(), ffmpeg_decode(), ffmpeg_encode(), h261_encap(), h263_encap(), h263p_encap(), h264_encap(), mpeg4_decode(), and mpeg4_encap().
int w |
int x |
Definition at line 58 of file console_video.h.
int y |
Definition at line 59 of file console_video.h.