Searched defs:toc_entry (Results 1 – 5 of 5) sorted by relevance
79 struct toc_entry { in aa_read_header() struct80 uint32_t offset; in aa_read_header()81 uint32_t size; in aa_read_header()
186 GstTocEntry *toc_entry, *toc_sub_entry; in new_chapter() local231 GstTocEntry *toc_edition_entry, *toc_entry; in new_reference_toc() local
358 GstTocEntry *toc_entry, *toc_sub_entry; in new_chapter() local403 GstTocEntry *toc_edition_entry, *toc_entry; in new_reference_toc() local428 GstTocEntry *toc_entry; in new_no_edition_toc() local508 check_chapter (GstTocEntry * toc_entry, GstTocEntry * internal_toc_entry, in check_chapter()
81 struct toc_entry { struct82 int32_t type;83 int32_t format;84 int32_t size;85 int32_t offset;
581 def _get_data(archive, toc_entry): argument