Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/mpegts/
Dgst-dvb-section.c1143 static GstMpegtsTOT *
1144 _gst_mpegts_tot_copy (GstMpegtsTOT * tot) in _gst_mpegts_tot_copy()
1146 GstMpegtsTOT *copy = g_slice_dup (GstMpegtsTOT, tot); in _gst_mpegts_tot_copy()
1156 _gst_mpegts_tot_free (GstMpegtsTOT * tot) in _gst_mpegts_tot_free()
1162 g_slice_free (GstMpegtsTOT, tot); in _gst_mpegts_tot_free()
1165 G_DEFINE_BOXED_TYPE (GstMpegtsTOT, gst_mpegts_tot,
1172 GstMpegtsTOT *tot; in _parse_tot()
1177 tot = g_slice_new0 (GstMpegtsTOT); in _parse_tot()
1200 const GstMpegtsTOT *
1211 return (const GstMpegtsTOT *) section->cached_parsed; in gst_mpegts_section_get_tot()
Dgst-dvb-section.h352 typedef struct _GstMpegtsTOT GstMpegtsTOT; typedef
372 const GstMpegtsTOT *gst_mpegts_section_get_tot (GstMpegtsSection *section);
/third_party/gstreamer/gstplugins_bad/docs/libs/
Dgst-plugins-bad-libs-sections.txt540 GstMpegtsTOT
/third_party/gstreamer/gstplugins_bad/tests/examples/mpegts/
Dts-parser.c1032 const GstMpegtsTOT *tot = gst_mpegts_section_get_tot (section); in dump_tot()