FFmpeg
|
Data Fields | |
uint16_t | flags |
uint16_t | owner_frame |
uint16_t | start_frame |
uint16_t | end_frame |
unsigned int | alloc_size |
uint32_t | size |
uint8_t * | data |
int | active |
uint16_t CDToonsSprite::flags |
Definition at line 40 of file cdtoons.c.
Referenced by cdtoons_decode_frame().
uint16_t CDToonsSprite::owner_frame |
Definition at line 41 of file cdtoons.c.
Referenced by cdtoons_decode_frame().
uint16_t CDToonsSprite::start_frame |
Definition at line 42 of file cdtoons.c.
Referenced by cdtoons_decode_frame().
uint16_t CDToonsSprite::end_frame |
Definition at line 43 of file cdtoons.c.
Referenced by cdtoons_decode_frame().
unsigned int CDToonsSprite::alloc_size |
Definition at line 44 of file cdtoons.c.
Referenced by cdtoons_decode_frame().
uint32_t CDToonsSprite::size |
Definition at line 45 of file cdtoons.c.
Referenced by cdtoons_decode_frame(), and cdtoons_render_sprite().
uint8_t* CDToonsSprite::data |
Definition at line 46 of file cdtoons.c.
Referenced by cdtoons_decode_end(), cdtoons_decode_frame(), and cdtoons_render_sprite().
int CDToonsSprite::active |
Definition at line 47 of file cdtoons.c.
Referenced by cdtoons_decode_end(), cdtoons_decode_frame(), and cdtoons_flush().