/third_party/gstreamer/gstreamer/gst/ |
D | gsttoc.h | 40 typedef struct _GstTocEntry GstTocEntry; typedef 156 void gst_toc_append_entry (GstToc *toc, GstTocEntry *entry); 172 GstTocEntry * gst_toc_entry_new (GstTocEntryType type, const gchar *uid); 174 #define gst_toc_entry_ref(entry) (GstTocEntry*)gst_mini_object_ref(GST_MINI_OBJECT_CAST(… 176 #define gst_toc_entry_copy(entry) (GstTocEntry*)gst_mini_object_copy(GST_MINI_OBJECT_CAST… 177 #define gst_toc_entry_make_writable(entry) (GstTocEntry*)gst_mini_object_make_writable(GST_MINI_OB… 180 GstTocEntry * gst_toc_find_entry (const GstToc *toc, const gchar *uid); 183 GstTocEntryType gst_toc_entry_get_entry_type (const GstTocEntry *entry); 186 const gchar * gst_toc_entry_get_uid (const GstTocEntry *entry); 189 void gst_toc_entry_append_sub_entry (GstTocEntry *entry, GstTocEntry *subentry… [all …]
|
D | gsttoc.c | 93 GstTocEntry *parent; 117 static GstTocEntry *gst_toc_entry_copy (const GstTocEntry * toc); 118 static void gst_toc_entry_free (GstTocEntry * toc); 124 GST_DEFINE_MINI_OBJECT_TYPE (GstTocEntry, gst_toc_entry); 234 gst_toc_append_entry (GstToc * toc, GstTocEntry * entry) in gst_toc_append_entry() 267 static GstTocEntry * 270 GstTocEntry *entry; in gst_toc_entry_new_internal() 272 entry = g_slice_new0 (GstTocEntry); in gst_toc_entry_new_internal() 295 GstTocEntry * 320 gst_toc_entry_free (GstTocEntry * entry) in gst_toc_entry_free() [all …]
|
/third_party/gstreamer/gstplugins_good/tests/check/elements/ |
D | matroskamux.c | 355 static GstTocEntry * 358 GstTocEntry *toc_entry, *toc_sub_entry; in new_chapter() 403 GstTocEntry *toc_edition_entry, *toc_entry; in new_reference_toc() 428 GstTocEntry *toc_entry; in new_no_edition_toc() 508 check_chapter (GstTocEntry * toc_entry, GstTocEntry * internal_toc_entry, in check_chapter() 515 GstTocEntry *internal_chapter; in check_chapter() 630 GstTocEntry *internal_edition; in check_toc() 675 static GstTocEntry * 676 find_toc_entry (GstTocEntry * ref_toc_entry, GstTocEntry * internal_toc_entry, in find_toc_entry() 681 GstTocEntry *result = NULL; in find_toc_entry() [all …]
|
D | matroskademux.c | 141 check_toc_entries (const GstTocEntry * original, const GstTocEntry * other) in check_toc_entries() 183 static GstTocEntry * 186 GstTocEntry *toc_entry, *toc_sub_entry; in new_chapter() 231 GstTocEntry *toc_edition_entry, *toc_entry; in new_reference_toc()
|
/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | gsttoc.c | 54 CHECK_TOC_ENTRY (GstTocEntry * entry_c, GstTocEntryType type_c, in CHECK_TOC_ENTRY() 73 GstTocEntry *entry_t, *subentry_t; in CHECK_TOC() 135 GstTocEntry *ed, *ch, *subch; in GST_START_TEST() 301 ch = (GstTocEntry *) (toc->entries->data); in GST_START_TEST()
|
D | gsttocsetter.c | 42 CHECK_TOC_ENTRY (GstTocEntry * entry_c, GstTocEntryType type_c, in CHECK_TOC_ENTRY() 61 GstTocEntry *entry_t, *subentry_t; in CHECK_TOC() 140 GstTocEntry *ed, *ch, *subch; in create_toc() 207 GstTocEntry *entry, *ed; in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_good/gst/wavenc/ |
D | gstwavenc.c | 647 gst_wavenc_parse_cue (GstWavEnc * wavenc, guint32 id, GstTocEntry * entry) in gst_wavenc_parse_cue() 669 gst_wavenc_parse_labl (GstWavEnc * wavenc, guint32 id, GstTocEntry * entry) in gst_wavenc_parse_labl() 701 gst_wavenc_parse_note (GstWavEnc * wavenc, guint32 id, GstTocEntry * entry) in gst_wavenc_parse_note() 792 GstTocEntry *entry, *subentry; in gst_wavenc_write_toc()
|
/third_party/gstreamer/gstplugins_base/tools/ |
D | gst-discoverer.c | 434 GstTocEntry *entry = (GstTocEntry *) data; in print_toc_entry()
|
/third_party/gstreamer/gstplugins_good/gst/matroska/ |
D | matroska-mux.c | 2988 static GstTocEntry * 2989 gst_matroska_mux_write_chapter (GstMatroskaMux * mux, GstTocEntry * edition, in gst_matroska_mux_write_chapter() 2990 GstTocEntry * entry, GstEbmlWrite * ebml, guint64 * master_chapters, in gst_matroska_mux_write_chapter() 3000 GstTocEntry *internal_chapter, *internal_nested; in gst_matroska_mux_write_chapter() 3075 static GstTocEntry * 3077 GstTocEntry * edition, GList * chapters, GstEbmlWrite * ebml, in gst_matroska_mux_write_chapter_edition() 3083 GstTocEntry *internal_edition, *internal_chapter; in gst_matroska_mux_write_chapter_edition() 3362 GstTocEntry *internal_edition; in gst_matroska_mux_start() 3565 const GstTocEntry * entry, guint64 * master_tags, gboolean * has_tags) in gst_matroska_mux_write_toc_entry_tags()
|
D | matroska-read-common.c | 990 gst_matroska_read_common_parse_toc_tag (GstTocEntry * entry, in gst_matroska_read_common_parse_toc_tag() 991 GstTocEntry * internal_entry, GArray * edition_targets, in gst_matroska_read_common_parse_toc_tag() 1103 GstTocEntry *cur_info, *prev_info, *next_info; in gst_matroska_read_common_postprocess_toc_entries() 1223 GstTocEntry *chapter_info, *internal_chapter_info; in gst_matroska_read_common_parse_chapter_element() 1335 GstTocEntry *edition_info, *internal_edition_info; in gst_matroska_read_common_parse_chapter_edition()
|
D | matroska-demux.c | 3260 GstTocEntry *entry = NULL; in gst_matroska_demux_handle_src_event()
|
/third_party/gstreamer/gstreamer/tools/ |
D | gst-launch.c | 460 GstTocEntry *entry = (GstTocEntry *) data; in print_toc_entry()
|
/third_party/gstreamer/gstplugins_good/gst/audioparsers/ |
D | gstflacparse.c | 1012 GstTocEntry *cur_entry = NULL, *prev_entry = NULL; in gst_flac_parse_handle_cuesheet() 1801 GstTocEntry *entry = NULL; in gst_flac_parse_src_event()
|
/third_party/gstreamer/gstplugins_good/gst/wavparse/ |
D | gstwavparse.c | 960 GstTocEntry *entry = NULL; in gst_wavparse_get_tags_toc_entry() 991 GstTocEntry *entry = NULL, *cur_subentry = NULL, *prev_subentry = NULL; in gst_wavparse_create_toc() 2819 GstTocEntry *entry = NULL; in gst_wavparse_srcpad_event()
|
/third_party/gstreamer/gstplugins_bad/ext/sndfile/ |
D | gstsfdec.c | 622 GstTocEntry *entry = NULL, *subentry = NULL; in create_and_send_toc()
|
/third_party/gstreamer/gstplugins_good/ext/flac/ |
D | gstflacenc.c | 493 GstTocEntry *entry, *subentry = NULL; in add_cuesheet()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/ |
D | gstaudiocdsrc.c | 1396 GstTocEntry *entry; in gst_audio_cd_src_make_toc()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/audio/ |
D | gstnonstreamaudiodecoder.c | 1721 GstTocEntry *entry; in gst_nonstream_audio_decoder_update_toc()
|
/third_party/gstreamer/gstreamer/ |
D | ChangeLog | 37017 toc: expand GstTocEntry with loop fields 37018 Add loop_type and repeat_count fields to GstTocEntry plus setters and getters. 47887 toc: Add functions to retrieve the parent GstToc/GstTocEntry of a GstTocEntry 49143 toc: make GstToc and GstTocEntry mini objects 50484 toc: Add boxed types for GstToc and GstTocEntry
|