FFmpeg
|
Data Fields | |
AVFrame * | frame |
int | hscroll |
int | vscroll |
uint8_t | alpha [CDG_PALETTE_SIZE] |
int | cleared |
Definition at line 68 of file cdgraphics.c.
AVFrame* CDGraphicsContext::frame |
Definition at line 69 of file cdgraphics.c.
Referenced by cdg_border_preset(), cdg_decode_end(), cdg_decode_flush(), cdg_decode_frame(), cdg_decode_init(), cdg_load_palette(), cdg_scroll(), and cdg_tile_block().
int CDGraphicsContext::hscroll |
Definition at line 70 of file cdgraphics.c.
Referenced by cdg_scroll(), and cdg_tile_block().
int CDGraphicsContext::vscroll |
Definition at line 71 of file cdgraphics.c.
Referenced by cdg_scroll(), and cdg_tile_block().
uint8_t CDGraphicsContext::alpha[CDG_PALETTE_SIZE] |
Definition at line 72 of file cdgraphics.c.
Referenced by cdg_decode_frame(), cdg_decode_init(), and cdg_load_palette().
int CDGraphicsContext::cleared |
Definition at line 73 of file cdgraphics.c.
Referenced by cdg_decode_frame().