Searched refs:gst_toc_entry_get_start_stop_times (Results 1 – 14 of 14) sorted by relevance
/third_party/gstreamer/gstplugins_good/tests/check/elements/ |
D | matroskademux.c | 160 gst_toc_entry_get_start_stop_times (original, &start, &stop); in check_toc_entries() 161 gst_toc_entry_get_start_stop_times (other, &other_start, &other_stop); in check_toc_entries()
|
D | matroskamux.c | 549 gst_toc_entry_get_start_stop_times (toc_entry, &start_ref, &end_ref); in check_chapter()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gsttoc.h | 213 gboolean gst_toc_entry_get_start_stop_times (const GstTocEntry *entry, gint64 *start, …
|
D | gsttoc.c | 510 gst_toc_entry_get_start_stop_times (const GstTocEntry * entry, gint64 * start, in gst_toc_entry_get_start_stop_times() function
|
/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | gsttoc.c | 195 fail_if (!gst_toc_entry_get_start_stop_times (ch, &start, &stop)); in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_base/tools/ |
D | gst-discoverer.c | 441 gst_toc_entry_get_start_stop_times (entry, &start, &stop); in print_toc_entry()
|
/third_party/gstreamer/gstplugins_good/gst/audioparsers/ |
D | gstflacparse.c | 1059 gst_toc_entry_get_start_stop_times (prev_entry, &start, NULL); in gst_flac_parse_handle_cuesheet() 1816 gst_toc_entry_get_start_stop_times (entry, &start_pos, NULL); in gst_flac_parse_src_event()
|
/third_party/gstreamer/gstplugins_good/gst/matroska/ |
D | matroska-read-common.c | 1141 gst_toc_entry_get_start_stop_times (prev_info, &prev_start, &stop); in gst_matroska_read_common_postprocess_toc_entries() 1142 gst_toc_entry_get_start_stop_times (cur_info, &cur_start, &stop); in gst_matroska_read_common_postprocess_toc_entries() 1154 gst_toc_entry_get_start_stop_times (cur_info, &cur_start, &stop); in gst_matroska_read_common_postprocess_toc_entries()
|
D | matroska-mux.c | 3019 gst_toc_entry_get_start_stop_times (entry, &start, &stop); in gst_matroska_mux_write_chapter()
|
D | matroska-demux.c | 3277 gst_toc_entry_get_start_stop_times (entry, &start_pos, NULL); in gst_matroska_demux_handle_src_event()
|
/third_party/gstreamer/gstreamer/tools/ |
D | gst-launch.c | 467 gst_toc_entry_get_start_stop_times (entry, &start, &stop); in print_toc_entry()
|
/third_party/gstreamer/gstplugins_good/gst/wavenc/ |
D | gstwavenc.c | 654 gst_toc_entry_get_start_stop_times (entry, &start, NULL); in gst_wavenc_parse_cue()
|
/third_party/gstreamer/gstplugins_good/gst/wavparse/ |
D | gstwavparse.c | 1020 gst_toc_entry_get_start_stop_times (prev_subentry, &start, NULL); in gst_wavparse_create_toc() 2837 gst_toc_entry_get_start_stop_times (entry, &start_pos, NULL); in gst_wavparse_srcpad_event()
|
/third_party/gstreamer/gstplugins_good/ext/flac/ |
D | gstflacenc.c | 527 gst_toc_entry_get_start_stop_times (entry, &start, &stop); in add_cuesheet()
|