Asterisk - The Open Source Telephony Project
18.5.0
|
#include <console_video.h>
Data Fields | |
uint8_t * | data |
int | ebit |
int | h |
int | pix_fmt |
int | size |
int | used |
int | w |
int | win_h |
int | win_w |
int | win_x |
int | win_y |
int | x |
int | y |
Definition at line 59 of file console_video.h.
uint8_t* data |
Definition at line 60 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 64 of file console_video.h.
Referenced by fbuf_append(), ffmpeg_decode(), and mpeg4_decode().
int h |
Definition at line 68 of file console_video.h.
Referenced by keypad_cfg_read().
int pix_fmt |
Definition at line 69 of file console_video.h.
Referenced by keypad_cfg_read().
int size |
Definition at line 62 of file console_video.h.
Referenced by fbuf_append(), and ffmpeg_encode().
int used |
Definition at line 63 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 |
Definition at line 67 of file console_video.h.
Referenced by keypad_cfg_read().
int win_h |
Definition at line 74 of file console_video.h.
int win_w |
Definition at line 73 of file console_video.h.
int win_x |
Definition at line 71 of file console_video.h.
int win_y |
Definition at line 72 of file console_video.h.
int x |
Definition at line 65 of file console_video.h.
int y |
Definition at line 66 of file console_video.h.