|
FFmpeg
|
Data Fields | |
| AVCodecContext * | avctx |
| AVFrame | pic |
| int | bpp |
| int | bpp2 |
| int | bigendian |
| uint8_t | pal [768] |
| int | width |
| int | height |
| int | cur_w |
| int | cur_h |
| int | cur_x |
| int | cur_y |
| int | cur_hx |
| int | cur_hy |
| uint8_t * | curbits |
| uint8_t * | curmask |
| uint8_t * | screendta |
| AVCodecContext* VmncContext::avctx |
Definition at line 57 of file vmnc.c.
Referenced by decode_hextile(), and decode_init().
| AVFrame VmncContext::pic |
Definition at line 58 of file vmnc.c.
Referenced by decode_end(), decode_frame(), and decode_init().
| int VmncContext::bpp |
Definition at line 60 of file vmnc.c.
Referenced by decode_frame(), and decode_init().
| int VmncContext::bpp2 |
Definition at line 61 of file vmnc.c.
Referenced by decode_frame(), decode_hextile(), decode_init(), load_cursor(), and put_cursor().
| int VmncContext::bigendian |
Definition at line 62 of file vmnc.c.
Referenced by decode_frame(), decode_hextile(), and load_cursor().
| int VmncContext::width |
Definition at line 64 of file vmnc.c.
Referenced by decode_frame(), decode_init(), and put_cursor().
| int VmncContext::height |
Definition at line 64 of file vmnc.c.
Referenced by decode_frame(), decode_init(), and put_cursor().
| int VmncContext::cur_w |
Definition at line 67 of file vmnc.c.
Referenced by decode_frame(), load_cursor(), and put_cursor().
| int VmncContext::cur_h |
Definition at line 67 of file vmnc.c.
Referenced by decode_frame(), load_cursor(), and put_cursor().
| int VmncContext::cur_x |
Definition at line 68 of file vmnc.c.
Referenced by decode_frame(), and put_cursor().
| int VmncContext::cur_y |
Definition at line 68 of file vmnc.c.
Referenced by decode_frame(), and put_cursor().
| int VmncContext::cur_hx |
Definition at line 69 of file vmnc.c.
Referenced by decode_frame().
| int VmncContext::cur_hy |
Definition at line 69 of file vmnc.c.
Referenced by decode_frame().
| uint8_t* VmncContext::curbits |
Definition at line 70 of file vmnc.c.
Referenced by decode_end(), decode_frame(), load_cursor(), and put_cursor().
| uint8_t * VmncContext::curmask |
Definition at line 70 of file vmnc.c.
Referenced by decode_end(), decode_frame(), load_cursor(), and put_cursor().
| uint8_t* VmncContext::screendta |
Definition at line 71 of file vmnc.c.
Referenced by decode_end(), and decode_frame().
1.8.2