/third_party/gstreamer/gstreamer/gst/ |
D | gsttoc.h | 41 typedef struct _GstToc GstToc; typedef 141 GstToc * gst_toc_new (GstTocScope scope); 144 GstTocScope gst_toc_get_scope (const GstToc *toc); 147 void gst_toc_set_tags (GstToc *toc, GstTagList * tags); 150 void gst_toc_merge_tags (GstToc *toc, GstTagList *tags, GstTagMergeMode … 153 GstTagList * gst_toc_get_tags (const GstToc *toc); 156 void gst_toc_append_entry (GstToc *toc, GstTocEntry *entry); 159 GList * gst_toc_get_entries (const GstToc *toc); 162 void gst_toc_dump (GstToc *toc); 164 #define gst_toc_ref(toc) (GstToc*)gst_mini_object_ref(GST_MINI_OBJECT_CAST(toc)) [all …]
|
D | gsttoc.c | 92 GstToc *toc; 114 static GstToc *gst_toc_copy (const GstToc * toc); 115 static void gst_toc_free (GstToc * toc); 123 GST_DEFINE_MINI_OBJECT_TYPE (GstToc, gst_toc); 135 GstToc * 138 GstToc *toc; in gst_toc_new() 143 toc = g_slice_new0 (GstToc); in gst_toc_new() 162 gst_toc_get_scope (const GstToc * toc) in gst_toc_get_scope() 177 gst_toc_set_tags (GstToc * toc, GstTagList * tags) in gst_toc_set_tags() 196 gst_toc_merge_tags (GstToc * toc, GstTagList * tags, GstTagMergeMode mode) in gst_toc_merge_tags() [all …]
|
D | gsttocsetter.c | 67 GstToc *toc; 134 GstToc * 138 GstToc *ret = NULL; in gst_toc_setter_get_toc() 162 gst_toc_setter_set_toc (GstTocSetter * setter, GstToc * toc) in gst_toc_setter_set_toc()
|
D | gsttocsetter.h | 64 GstToc * gst_toc_setter_get_toc (GstTocSetter *setter); 67 void gst_toc_setter_set_toc (GstTocSetter *setter, GstToc *toc);
|
D | gstevent.h | 611 GstEvent* gst_event_new_toc (GstToc *toc, gboolean updated); 614 void gst_event_parse_toc (GstEvent *event, GstToc **toc, gboolean *updated);
|
D | gstmessage.h | 754 GstMessage * gst_message_new_toc (GstObject *src, GstToc *toc, gboolean updated); 757 void gst_message_parse_toc (GstMessage *message, GstToc **toc, gboolean *updat…
|
D | gstevent.c | 1989 gst_event_new_toc (GstToc * toc, gboolean updated) in gst_event_new_toc() 2021 gst_event_parse_toc (GstEvent * event, GstToc ** toc, gboolean * updated) in gst_event_parse_toc()
|
/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | gsttocsetter.c | 59 CHECK_TOC (GstToc * toc_t) in CHECK_TOC() 136 static GstToc * 139 GstToc *toc; in create_toc() 205 GstToc *toc; in GST_START_TEST() 272 GstToc *toc; in test_threads_thread_func1() 299 GstToc *toc; in test_threads_thread_func2()
|
D | gsttoc.c | 71 CHECK_TOC (GstToc * toc_t) in CHECK_TOC() 134 GstToc *toc, *test_toc = NULL; in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_good/tests/check/elements/ |
D | matroskamux.c | 399 static GstToc * 402 GstToc *ref_toc; in new_reference_toc() 424 static GstToc * 427 GstToc *ref_toc; in new_no_edition_toc() 623 check_toc (GstToc * ref_toc, GstToc * internal_toc, in check_toc() 707 find_and_check_tags (GstToc * ref_toc, GstToc * internal_toc, GstMapInfo * info, in find_and_check_tags() 751 check_tags (GstToc * ref_toc, GstToc * internal_toc, in check_tags() 834 check_segment (GstToc * ref_toc, GstToc * internal_toc, in check_segment() 915 GstToc *test_toc, *ref_toc, *internal_toc; in test_toc()
|
D | matroskademux.c | 227 static GstToc * 230 GstToc *ref_toc; in new_reference_toc() 259 GstToc *ref_toc, *demuxed_toc = NULL; in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/ |
D | pbutils-private.h | 31 GstToc *toc; 96 GstToc *toc;
|
D | gstdiscoverer.h | 76 const GstToc* gst_discoverer_stream_info_get_toc(GstDiscovererStreamInfo* info); 318 const GstToc* gst_discoverer_info_get_toc(const GstDiscovererInfo* info);
|
D | gstdiscoverer-types.c | 684 const GstToc * 1129 DISCOVERER_INFO_ACCESSOR_CODE (toc, const GstToc *, NULL);
|
/third_party/gstreamer/gstplugins_good/gst/matroska/ |
D | matroska-read-common.h | 79 GstToc *toc; 80 GstToc *internal_toc;
|
D | matroska-mux.h | 146 GstToc *internal_toc;
|
/third_party/gstreamer/gstplugins_good/ext/flac/ |
D | gstflacenc.h | 54 GstToc * toc;
|
/third_party/gstreamer/gstplugins_good/gst/wavenc/ |
D | gstwavenc.h | 51 GstToc *toc;
|
D | gstwavenc.c | 791 GstToc *toc; in gst_wavenc_write_toc() 943 GstToc *toc; in gst_wavenc_event()
|
/third_party/gstreamer/gstplugins_good/gst/audioparsers/ |
D | gstflacparse.h | 83 GstToc *toc;
|
D | gstflacparse.c | 1011 GstToc *toc; in gst_flac_parse_handle_cuesheet() 1792 GstToc *toc = NULL; in gst_flac_parse_src_event()
|
/third_party/gstreamer/gstplugins_good/gst/wavparse/ |
D | gstwavparse.h | 69 GstToc *toc;
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/audio/ |
D | gstnonstreamaudiodecoder.h | 167 GstToc *toc;
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/ |
D | gstaudiocdsrc.c | 154 GstToc *toc; 1385 static GstToc * 1388 GstToc *toc; in gst_audio_cd_src_make_toc() 1425 GstToc *toc; in gst_audio_cd_src_add_toc()
|
/third_party/gstreamer/gstplugins_base/tools/ |
D | gst-discoverer.c | 464 const GstToc *toc; in print_properties()
|