Home
last modified time | relevance | path

Searched defs:toc_entry (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavformat/
Daadec.c79 struct toc_entry { in aa_read_header() struct
80 uint32_t offset; in aa_read_header()
81 uint32_t size; in aa_read_header()
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Dmatroskademux.c186 GstTocEntry *toc_entry, *toc_sub_entry; in new_chapter() local
231 GstTocEntry *toc_edition_entry, *toc_entry; in new_reference_toc() local
Dmatroskamux.c358 GstTocEntry *toc_entry, *toc_sub_entry; in new_chapter() local
403 GstTocEntry *toc_edition_entry, *toc_entry; in new_reference_toc() local
428 GstTocEntry *toc_entry; in new_no_edition_toc() local
508 check_chapter (GstTocEntry * toc_entry, GstTocEntry * internal_toc_entry, in check_chapter()
/third_party/wayland_standard/cursor/
Dconvert_font.c81 struct toc_entry { struct
82 int32_t type;
83 int32_t format;
84 int32_t size;
85 int32_t offset;
/third_party/python/Lib/
Dzipimport.py581 def _get_data(archive, toc_entry): argument