| FFmpeg
    4.0
    | 
| Data Fields | |
| AVCodecContext * | jpeg_avctx | 
| int | width | 
| int | height | 
| GetByteContext | gbc | 
| AVFrame * | refframe | 
| AVFrame * | jpgframe | 
| uint8_t * | tilebuffer | 
| uint8_t * | deflatebuffer | 
| uLongf | deflatelen | 
| uint8_t * | cursor | 
| int | cursor_stride | 
| int | cursor_w | 
| int | cursor_h | 
| int | cursor_x | 
| int | cursor_y | 
| int | cursor_hot_x | 
| int | cursor_hot_y | 
| AVCodecContext* TDSCContext::jpeg_avctx | 
Definition at line 50 of file tdsc.c.
Referenced by tdsc_close(), tdsc_decode_jpeg_tile(), and tdsc_init().
| int TDSCContext::width | 
Definition at line 52 of file tdsc.c.
Referenced by tdsc_blit(), tdsc_decode_frame(), tdsc_decode_tiles(), tdsc_paint_cursor(), and tdsc_parse_tdsf().
| int TDSCContext::height | 
Definition at line 52 of file tdsc.c.
Referenced by tdsc_blit(), tdsc_decode_frame(), tdsc_decode_tiles(), tdsc_paint_cursor(), and tdsc_parse_tdsf().
| GetByteContext TDSCContext::gbc | 
Definition at line 53 of file tdsc.c.
Referenced by tdsc_decode_frame(), tdsc_decode_tiles(), tdsc_load_cursor(), tdsc_parse_dtsm(), and tdsc_parse_tdsf().
| AVFrame* TDSCContext::refframe | 
Definition at line 55 of file tdsc.c.
Referenced by tdsc_close(), tdsc_decode_frame(), tdsc_decode_jpeg_tile(), tdsc_decode_tiles(), tdsc_init(), and tdsc_parse_tdsf().
| AVFrame* TDSCContext::jpgframe | 
Definition at line 56 of file tdsc.c.
Referenced by tdsc_close(), tdsc_decode_jpeg_tile(), and tdsc_init().
| uint8_t* TDSCContext::tilebuffer | 
Definition at line 57 of file tdsc.c.
Referenced by tdsc_close(), tdsc_decode_jpeg_tile(), and tdsc_decode_tiles().
| uint8_t* TDSCContext::deflatebuffer | 
Definition at line 60 of file tdsc.c.
Referenced by tdsc_close(), tdsc_decode_frame(), and tdsc_init().
| uLongf TDSCContext::deflatelen | 
Definition at line 61 of file tdsc.c.
Referenced by tdsc_decode_frame(), and tdsc_init().
| uint8_t* TDSCContext::cursor | 
Definition at line 64 of file tdsc.c.
Referenced by tdsc_close(), tdsc_load_cursor(), and tdsc_paint_cursor().
| int TDSCContext::cursor_stride | 
Definition at line 65 of file tdsc.c.
Referenced by tdsc_load_cursor(), and tdsc_paint_cursor().
| int TDSCContext::cursor_w | 
Definition at line 66 of file tdsc.c.
Referenced by tdsc_load_cursor(), and tdsc_paint_cursor().
| int TDSCContext::cursor_h | 
Definition at line 66 of file tdsc.c.
Referenced by tdsc_load_cursor(), and tdsc_paint_cursor().
| int TDSCContext::cursor_x | 
Definition at line 66 of file tdsc.c.
Referenced by tdsc_load_cursor(), tdsc_paint_cursor(), and tdsc_parse_dtsm().
| int TDSCContext::cursor_y | 
Definition at line 66 of file tdsc.c.
Referenced by tdsc_load_cursor(), tdsc_paint_cursor(), and tdsc_parse_dtsm().
| int TDSCContext::cursor_hot_x | 
Definition at line 67 of file tdsc.c.
Referenced by tdsc_load_cursor(), and tdsc_paint_cursor().
| int TDSCContext::cursor_hot_y | 
Definition at line 67 of file tdsc.c.
Referenced by tdsc_load_cursor(), and tdsc_paint_cursor().
 1.8.13
 1.8.13