Data Fields | |
int | id |
int | width |
int | height |
int | depth |
int | clut |
int | bgcolor |
uint8_t * | pbuf |
int | buf_size |
DVBSubObjectDisplay * | display_list |
struct DVBSubRegion * | next |
Definition at line 203 of file dvbsubdec.c.
int DVBSubRegion::id |
Definition at line 204 of file dvbsubdec.c.
Referenced by dvbsub_parse_region_segment(), and get_region().
Definition at line 206 of file dvbsubdec.c.
Referenced by dvbsub_display_end_segment(), dvbsub_parse_pixel_data_block(), and dvbsub_parse_region_segment().
Definition at line 207 of file dvbsubdec.c.
Referenced by dvbsub_display_end_segment(), dvbsub_parse_pixel_data_block(), and dvbsub_parse_region_segment().
Definition at line 208 of file dvbsubdec.c.
Referenced by dvbsub_display_end_segment(), dvbsub_parse_pixel_data_block(), and dvbsub_parse_region_segment().
Definition at line 210 of file dvbsubdec.c.
Referenced by dvbsub_display_end_segment(), and dvbsub_parse_region_segment().
uint8_t* DVBSubRegion::pbuf |
Definition at line 213 of file dvbsubdec.c.
Referenced by delete_state(), dvbsub_display_end_segment(), dvbsub_parse_pixel_data_block(), and dvbsub_parse_region_segment().
Definition at line 214 of file dvbsubdec.c.
Referenced by dvbsub_display_end_segment(), and dvbsub_parse_region_segment().
Definition at line 216 of file dvbsubdec.c.
Referenced by delete_region_display_list(), and dvbsub_parse_region_segment().
struct DVBSubRegion* DVBSubRegion::next [read] |
Definition at line 218 of file dvbsubdec.c.
Referenced by delete_state(), dvbsub_parse_region_segment(), and get_region().