Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/mpegts/
Dgst-dvb-section.c1186 static GstMpegtsTOT *
1187 _gst_mpegts_tot_copy (GstMpegtsTOT * tot) in _gst_mpegts_tot_copy()
1189 GstMpegtsTOT *copy = g_slice_dup (GstMpegtsTOT, tot); in _gst_mpegts_tot_copy()
1199 _gst_mpegts_tot_free (GstMpegtsTOT * tot) in _gst_mpegts_tot_free()
1205 g_slice_free (GstMpegtsTOT, tot); in _gst_mpegts_tot_free()
1208 G_DEFINE_BOXED_TYPE (GstMpegtsTOT, gst_mpegts_tot,
1215 GstMpegtsTOT *tot; in _parse_tot()
1220 tot = g_slice_new0 (GstMpegtsTOT); in _parse_tot()
1243 const GstMpegtsTOT *
1254 return (const GstMpegtsTOT *) section->cached_parsed; in gst_mpegts_section_get_tot()
Dgst-dvb-section.h414 typedef struct _GstMpegtsTOT GstMpegtsTOT; typedef
434 const GstMpegtsTOT *gst_mpegts_section_get_tot (GstMpegtsSection *section);
/third_party/gstreamer/gstplugins_bad/tests/examples/mpegts/
Dts-parser.c1114 const GstMpegtsTOT *tot = gst_mpegts_section_get_tot (section); in dump_tot()