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 |
Detailed Description
Field Documentation
AVCodecContext* VmncContext::avctx |
Definition at line 58 of file vmnc.c.
Referenced by decode_hextile(), and decode_init().
int VmncContext::bigendian |
Definition at line 63 of file vmnc.c.
Referenced by decode_frame(), decode_hextile(), and load_cursor().
int VmncContext::bpp |
Definition at line 61 of file vmnc.c.
Referenced by decode_frame(), decode_hextile(), decode_init(), load_cursor(), and paint_raw().
int VmncContext::bpp2 |
Definition at line 62 of file vmnc.c.
Referenced by decode_frame(), decode_hextile(), decode_init(), load_cursor(), and put_cursor().
int VmncContext::cur_h |
Definition at line 68 of file vmnc.c.
Referenced by decode_frame(), load_cursor(), and put_cursor().
int VmncContext::cur_hx |
Definition at line 70 of file vmnc.c.
Referenced by decode_frame().
int VmncContext::cur_hy |
Definition at line 70 of file vmnc.c.
Referenced by decode_frame().
int VmncContext::cur_w |
Definition at line 68 of file vmnc.c.
Referenced by decode_frame(), load_cursor(), and put_cursor().
int VmncContext::cur_x |
Definition at line 69 of file vmnc.c.
Referenced by decode_frame(), and put_cursor().
int VmncContext::cur_y |
Definition at line 69 of file vmnc.c.
Referenced by decode_frame(), and put_cursor().
uint8_t* VmncContext::curbits |
Definition at line 71 of file vmnc.c.
Referenced by decode_end(), decode_frame(), load_cursor(), and put_cursor().
uint8_t * VmncContext::curmask |
Definition at line 71 of file vmnc.c.
Referenced by decode_end(), decode_frame(), load_cursor(), and put_cursor().
int VmncContext::height |
Definition at line 65 of file vmnc.c.
Referenced by decode_frame(), decode_init(), and put_cursor().
AVFrame VmncContext::pic |
Definition at line 59 of file vmnc.c.
Referenced by decode_end(), decode_frame(), and decode_init().
uint8_t* VmncContext::screendta |
Definition at line 72 of file vmnc.c.
Referenced by decode_end(), and decode_frame().
int VmncContext::width |
Definition at line 65 of file vmnc.c.
Referenced by decode_frame(), decode_init(), and put_cursor().
The documentation for this struct was generated from the following file:
Generated on Mon Nov 18 2024 06:52:12 for FFmpeg by 1.8.11