Searched refs:toc_entry (Results 1 – 5 of 5) sorted by relevance
/third_party/gstreamer/gstplugins_good/tests/check/elements/ |
D | matroskademux.c | 186 GstTocEntry *toc_entry, *toc_sub_entry; in new_chapter() local 193 toc_entry = gst_toc_entry_new (GST_TOC_ENTRY_TYPE_CHAPTER, str_uid); in new_chapter() 194 gst_toc_entry_set_start_stop_times (toc_entry, start, stop); in new_chapter() 199 gst_toc_entry_set_tags (toc_entry, tags); in new_chapter() 210 gst_toc_entry_append_sub_entry (toc_entry, toc_sub_entry); in new_chapter() 221 gst_toc_entry_append_sub_entry (toc_entry, toc_sub_entry); in new_chapter() 223 return toc_entry; in new_chapter() 231 GstTocEntry *toc_edition_entry, *toc_entry; in new_reference_toc() local 240 toc_entry = new_chapter (1, 0 * GST_MSECOND, 2 * GST_MSECOND); in new_reference_toc() 241 gst_toc_entry_append_sub_entry (toc_edition_entry, toc_entry); in new_reference_toc() [all …]
|
D | matroskamux.c | 358 GstTocEntry *toc_entry, *toc_sub_entry; in new_chapter() local 365 toc_entry = gst_toc_entry_new (GST_TOC_ENTRY_TYPE_CHAPTER, str_uid); in new_chapter() 366 gst_toc_entry_set_start_stop_times (toc_entry, start, stop); in new_chapter() 371 gst_toc_entry_set_tags (toc_entry, tags); in new_chapter() 382 gst_toc_entry_append_sub_entry (toc_entry, toc_sub_entry); in new_chapter() 393 gst_toc_entry_append_sub_entry (toc_entry, toc_sub_entry); in new_chapter() 395 return toc_entry; in new_chapter() 403 GstTocEntry *toc_edition_entry, *toc_entry; in new_reference_toc() local 412 toc_entry = new_chapter (1, 0 * GST_MSECOND, 2 * GST_MSECOND); in new_reference_toc() 413 gst_toc_entry_append_sub_entry (toc_edition_entry, toc_entry); in new_reference_toc() [all …]
|
/third_party/python/Lib/ |
D | zipimport.py | 214 toc_entry = self._files[key] 217 return _get_data(self.archive, toc_entry) 251 toc_entry = self._files[fullpath] 255 return _get_data(self.archive, toc_entry).decode() 581 def _get_data(archive, toc_entry): argument 582 datapath, compress, data_size, file_size, file_offset, time, date, crc = toc_entry 711 toc_entry = self._files[path] 714 time = toc_entry[5] 715 date = toc_entry[6] 716 uncompressed_size = toc_entry[3] [all …]
|
/third_party/wayland_standard/cursor/ |
D | convert_font.c | 81 struct toc_entry { struct 238 struct toc_entry *entry = &header->tables[i]; in handle_pcf()
|
/third_party/ffmpeg/libavformat/ |
D | aadec.c | 79 struct toc_entry { in aa_read_header() struct
|