Searched refs:gst_toc_append_entry (Results 1 – 13 of 13) sorted by relevance
/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | gsttoc.c | 182 gst_toc_append_entry (toc, ed); in GST_START_TEST() 234 gst_toc_append_entry (toc, ed); in GST_START_TEST()
|
D | gsttocsetter.c | 171 gst_toc_append_entry (toc, ed); in create_toc() 198 gst_toc_append_entry (toc, ed); in create_toc()
|
/third_party/gstreamer/gstplugins_good/tests/check/elements/ |
D | matroskamux.c | 418 gst_toc_append_entry (ref_toc, toc_edition_entry); in new_reference_toc() 433 gst_toc_append_entry (ref_toc, toc_entry); in new_no_edition_toc() 436 gst_toc_append_entry (ref_toc, toc_entry); in new_no_edition_toc() 649 gst_toc_append_entry (internal_toc, internal_edition); in check_toc()
|
D | matroskademux.c | 246 gst_toc_append_entry (ref_toc, toc_edition_entry); in new_reference_toc()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gsttoc.h | 156 void gst_toc_append_entry (GstToc *toc, GstTocEntry *entry);
|
D | gsttoc.c | 234 gst_toc_append_entry (GstToc * toc, GstTocEntry * entry) in gst_toc_append_entry() function
|
/third_party/gstreamer/gstplugins_bad/ext/sndfile/ |
D | gstsfdec.c | 651 gst_toc_append_entry (toc, entry); in create_and_send_toc()
|
/third_party/gstreamer/gstplugins_good/gst/matroska/ |
D | matroska-read-common.c | 1392 gst_toc_append_entry (toc, edition_info); in gst_matroska_read_common_parse_chapter_edition() 1393 gst_toc_append_entry (internal_toc, internal_edition_info); in gst_matroska_read_common_parse_chapter_edition()
|
D | matroska-mux.c | 3398 gst_toc_append_entry (mux->internal_toc, internal_edition); in gst_matroska_mux_start() 3404 gst_toc_append_entry (mux->internal_toc, internal_edition); in gst_matroska_mux_start()
|
/third_party/gstreamer/gstplugins_good/gst/audioparsers/ |
D | gstflacparse.c | 1078 gst_toc_append_entry (toc, cur_entry); in gst_flac_parse_handle_cuesheet()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/ |
D | gstaudiocdsrc.c | 1415 gst_toc_append_entry (toc, entry); in gst_audio_cd_src_make_toc()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/audio/ |
D | gstnonstreamaudiodecoder.c | 1759 gst_toc_append_entry (dec->toc, entry); in gst_nonstream_audio_decoder_update_toc()
|
/third_party/gstreamer/gstplugins_good/gst/wavparse/ |
D | gstwavparse.c | 1011 gst_toc_append_entry (toc, entry); in gst_wavparse_create_toc()
|