FFmpeg
|
Data Fields | |
uint8_t * | old_y_avg |
uint8_t * | new_y |
uint8_t * | old_y |
uint8_t * | new_u |
uint8_t * | old_u |
uint8_t * | new_v |
uint8_t * | old_v |
uint8_t * | buf1 |
uint8_t * | buf2 |
int | linesize [3] |
Definition at line 29 of file escape130.c.
uint8_t* Escape130Context::old_y_avg |
Definition at line 30 of file escape130.c.
Referenced by escape130_decode_close(), escape130_decode_frame(), and escape130_decode_init().
uint8_t* Escape130Context::new_y |
Definition at line 32 of file escape130.c.
Referenced by escape130_decode_frame(), and escape130_decode_init().
uint8_t * Escape130Context::old_y |
Definition at line 32 of file escape130.c.
Referenced by escape130_decode_frame(), and escape130_decode_init().
uint8_t* Escape130Context::new_u |
Definition at line 33 of file escape130.c.
Referenced by escape130_decode_frame(), and escape130_decode_init().
uint8_t * Escape130Context::old_u |
Definition at line 33 of file escape130.c.
Referenced by escape130_decode_frame(), and escape130_decode_init().
uint8_t* Escape130Context::new_v |
Definition at line 34 of file escape130.c.
Referenced by escape130_decode_frame(), and escape130_decode_init().
uint8_t * Escape130Context::old_v |
Definition at line 34 of file escape130.c.
Referenced by escape130_decode_frame(), and escape130_decode_init().
uint8_t* Escape130Context::buf1 |
Definition at line 36 of file escape130.c.
Referenced by escape130_decode_close(), and escape130_decode_init().
uint8_t * Escape130Context::buf2 |
Definition at line 36 of file escape130.c.
Referenced by escape130_decode_close(), and escape130_decode_init().
int Escape130Context::linesize[3] |
Definition at line 37 of file escape130.c.
Referenced by escape130_decode_frame(), and escape130_decode_init().