Data Fields | |
int | state |
int | is_synced |
int | sync_offset |
int | header_bytes_needed |
int | overread_index |
int | buffer_size |
int | index |
uint8_t * | buffer |
int | dirac_unit_size |
uint8_t * | dirac_unit |
Definition at line 39 of file dirac_parser.c.
uint8_t* DiracParseContext::buffer |
Definition at line 47 of file dirac_parser.c.
Referenced by dirac_combine_frame(), dirac_parse_close(), and unpack_parse_unit().
Definition at line 45 of file dirac_parser.c.
Referenced by dirac_combine_frame(), and dirac_parse_close().
uint8_t* DiracParseContext::dirac_unit |
Definition at line 43 of file dirac_parser.c.
Referenced by dirac_combine_frame(), and find_frame_end().
Definition at line 46 of file dirac_parser.c.
Referenced by dirac_combine_frame(), and unpack_parse_unit().
Definition at line 42 of file dirac_parser.c.
Referenced by dirac_combine_frame(), and find_frame_end().