Home
last modified time | relevance | path

Searched refs:gst_toc_entry_set_start_stop_times (Results 1 – 11 of 11) sorted by relevance

/third_party/gstreamer/gstplugins_good/tests/check/elements/
Dmatroskademux.c194 gst_toc_entry_set_start_stop_times (toc_entry, start, stop); in new_chapter()
203 gst_toc_entry_set_start_stop_times (toc_sub_entry, start, (start + stop) / 2); in new_chapter()
214 gst_toc_entry_set_start_stop_times (toc_sub_entry, (start + stop) / 2, stop); in new_chapter()
Dmatroskamux.c366 gst_toc_entry_set_start_stop_times (toc_entry, start, stop); in new_chapter()
375 gst_toc_entry_set_start_stop_times (toc_sub_entry, start, (start + stop) / 2); in new_chapter()
386 gst_toc_entry_set_start_stop_times (toc_sub_entry, (start + stop) / 2, stop); in new_chapter()
/third_party/gstreamer/gstreamer/gst/
Dgsttoc.h210 void gst_toc_entry_set_start_stop_times (GstTocEntry *entry, gint64 start, gint64 …
Dgsttoc.c486 gst_toc_entry_set_start_stop_times (GstTocEntry * entry, gint64 start, in gst_toc_entry_set_start_stop_times() function
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgsttoc.c194 gst_toc_entry_set_start_stop_times (ch, 100, 1000); in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/ext/sndfile/
Dgstsfdec.c650 gst_toc_entry_set_start_stop_times (entry, 0, stop); in create_and_send_toc()
667 gst_toc_entry_set_start_stop_times (subentry, start, stop); in create_and_send_toc()
/third_party/gstreamer/gstplugins_good/gst/audioparsers/
Dgstflacparse.c1063 gst_toc_entry_set_start_stop_times (prev_entry, start, stop); in gst_flac_parse_handle_cuesheet()
1071 gst_toc_entry_set_start_stop_times (cur_entry, start, -1); in gst_flac_parse_handle_cuesheet()
1090 gst_toc_entry_set_start_stop_times (cur_entry, start, stop); in gst_flac_parse_handle_cuesheet()
/third_party/gstreamer/gstplugins_good/gst/matroska/
Dmatroska-read-common.c1116 gst_toc_entry_set_start_stop_times (cur_info, 0, max); in gst_matroska_read_common_postprocess_toc_entries()
1145 gst_toc_entry_set_start_stop_times (prev_info, prev_start, stop); in gst_matroska_read_common_postprocess_toc_entries()
1158 gst_toc_entry_set_start_stop_times (cur_info, cur_start, stop); in gst_matroska_read_common_postprocess_toc_entries()
1301 gst_toc_entry_set_start_stop_times (chapter_info, start_time, stop_time); in gst_matroska_read_common_parse_chapter_element()
1378 gst_toc_entry_set_start_stop_times (edition_info, -1, -1); in gst_matroska_read_common_parse_chapter_edition()
/third_party/gstreamer/gstplugins_good/gst/wavparse/
Dgstwavparse.c1010 gst_toc_entry_set_start_stop_times (entry, 0, wav->duration); in gst_wavparse_create_toc()
1022 gst_toc_entry_set_start_stop_times (prev_subentry, start, stop); in gst_wavparse_create_toc()
1029 gst_toc_entry_set_start_stop_times (cur_subentry, start, stop); in gst_wavparse_create_toc()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Dgstaudiocdsrc.c1414 gst_toc_entry_set_start_stop_times (entry, start_time, stop_time); in gst_audio_cd_src_make_toc()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/audio/
Dgstnonstreamaudiodecoder.c1748 gst_toc_entry_set_start_stop_times (entry, 0, duration); in gst_nonstream_audio_decoder_update_toc()