Home
last modified time | relevance | path

Searched refs:gst_toc_entry_is_sequence (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstreamer/gst/
Dgsttoc.h207 gboolean gst_toc_entry_is_sequence (const GstTocEntry *entry);
Dgsttoc.c643 gst_toc_entry_is_sequence (const GstTocEntry * entry) in gst_toc_entry_is_sequence() function
/third_party/gstreamer/gstplugins_good/gst/wavenc/
Dgstwavenc.c820 if (!gst_toc_entry_is_sequence (subentry)) in gst_wavenc_write_toc()
826 if (gst_toc_entry_is_sequence (entry)) { in gst_wavenc_write_toc()
829 if (!gst_toc_entry_is_sequence (entry)) in gst_wavenc_write_toc()
/third_party/gstreamer/gstplugins_good/ext/flac/
Dgstflacenc.c508 if (!gst_toc_entry_is_sequence (subentry)) in add_cuesheet()
514 if (gst_toc_entry_is_sequence (entry)) { in add_cuesheet()
517 if (!gst_toc_entry_is_sequence (entry)) in add_cuesheet()