FFmpeg
|
Data Fields | |
const uint8_t * | in |
const uint8_t * | in_end |
uint8_t * | out_start |
uint8_t * | out |
uint8_t * | out_end |
int | error |
const uint8_t* LZOContext::in |
Definition at line 36 of file lzo.c.
Referenced by av_lzo1x_decode(), copy(), and get_byte().
const uint8_t * LZOContext::in_end |
Definition at line 36 of file lzo.c.
Referenced by av_lzo1x_decode(), copy(), and get_byte().
uint8_t* LZOContext::out_start |
Definition at line 37 of file lzo.c.
Referenced by av_lzo1x_decode(), and copy_backptr().
uint8_t * LZOContext::out |
Definition at line 37 of file lzo.c.
Referenced by av_lzo1x_decode(), copy(), and copy_backptr().
uint8_t * LZOContext::out_end |
Definition at line 37 of file lzo.c.
Referenced by av_lzo1x_decode(), copy(), and copy_backptr().
int LZOContext::error |
Definition at line 38 of file lzo.c.
Referenced by av_lzo1x_decode(), copy(), copy_backptr(), get_byte(), and get_len().