Home
last modified time | relevance | path

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/
Dmatroskademux.c160 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()
Dmatroskamux.c549 gst_toc_entry_get_start_stop_times (toc_entry, &start_ref, &end_ref); in check_chapter()
/third_party/gstreamer/gstreamer/gst/
Dgsttoc.h213 gboolean gst_toc_entry_get_start_stop_times (const GstTocEntry *entry, gint64 *start, …
Dgsttoc.c510 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/
Dgsttoc.c195 fail_if (!gst_toc_entry_get_start_stop_times (ch, &start, &stop)); in GST_START_TEST()
/third_party/gstreamer/gstplugins_base/tools/
Dgst-discoverer.c441 gst_toc_entry_get_start_stop_times (entry, &start, &stop); in print_toc_entry()
/third_party/gstreamer/gstplugins_good/gst/audioparsers/
Dgstflacparse.c1059 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/
Dmatroska-read-common.c1141 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()
Dmatroska-mux.c3019 gst_toc_entry_get_start_stop_times (entry, &start, &stop); in gst_matroska_mux_write_chapter()
Dmatroska-demux.c3277 gst_toc_entry_get_start_stop_times (entry, &start_pos, NULL); in gst_matroska_demux_handle_src_event()
/third_party/gstreamer/gstreamer/tools/
Dgst-launch.c467 gst_toc_entry_get_start_stop_times (entry, &start, &stop); in print_toc_entry()
/third_party/gstreamer/gstplugins_good/gst/wavenc/
Dgstwavenc.c654 gst_toc_entry_get_start_stop_times (entry, &start, NULL); in gst_wavenc_parse_cue()
/third_party/gstreamer/gstplugins_good/gst/wavparse/
Dgstwavparse.c1020 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/
Dgstflacenc.c527 gst_toc_entry_get_start_stop_times (entry, &start, &stop); in add_cuesheet()