FFmpeg
|
Data Fields | |
int64_t | table_size |
uint16_t | version |
int64_t | rows_offset |
int64_t | strings_offset |
int64_t | data_offset |
int64_t | name_offset |
uint16_t | columns |
uint16_t | row_width |
uint32_t | nb_segments |
int64_t | schema_offset |
int64_t | strings_size |
char * | string_table |
uint32_t | current_segment |
AAXColumn * | xcolumns |
AAXSegment * | segments |
int64_t AAXContext::table_size |
Definition at line 41 of file aaxdec.c.
Referenced by aax_read_header().
uint16_t AAXContext::version |
Definition at line 42 of file aaxdec.c.
Referenced by aax_read_header().
int64_t AAXContext::rows_offset |
Definition at line 43 of file aaxdec.c.
Referenced by aax_read_header().
int64_t AAXContext::strings_offset |
Definition at line 44 of file aaxdec.c.
Referenced by aax_read_header().
int64_t AAXContext::data_offset |
Definition at line 45 of file aaxdec.c.
Referenced by aax_read_header().
int64_t AAXContext::name_offset |
Definition at line 46 of file aaxdec.c.
Referenced by aax_read_header().
uint16_t AAXContext::columns |
Definition at line 47 of file aaxdec.c.
Referenced by aax_read_header().
uint16_t AAXContext::row_width |
Definition at line 48 of file aaxdec.c.
Referenced by aax_read_header().
uint32_t AAXContext::nb_segments |
Definition at line 49 of file aaxdec.c.
Referenced by aax_read_header(), and aax_read_packet().
int64_t AAXContext::schema_offset |
Definition at line 50 of file aaxdec.c.
Referenced by aax_read_header().
int64_t AAXContext::strings_size |
Definition at line 51 of file aaxdec.c.
Referenced by aax_read_header().
char* AAXContext::string_table |
Definition at line 52 of file aaxdec.c.
Referenced by aax_read_close(), and aax_read_header().
uint32_t AAXContext::current_segment |
Definition at line 54 of file aaxdec.c.
Referenced by aax_read_packet(), and get_pts().
AAXColumn* AAXContext::xcolumns |
Definition at line 56 of file aaxdec.c.
Referenced by aax_read_close(), and aax_read_header().
AAXSegment* AAXContext::segments |
Definition at line 57 of file aaxdec.c.
Referenced by aax_read_close(), aax_read_header(), aax_read_packet(), and get_pts().