Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/mpegts/
Dgst-atsc-section.h126 typedef struct _GstMpegtsAtscVCT GstMpegtsAtscVCT; typedef
198 const GstMpegtsAtscVCT * gst_mpegts_section_get_atsc_tvct (GstMpegtsSection * section);
201 const GstMpegtsAtscVCT * gst_mpegts_section_get_atsc_cvct (GstMpegtsSection * section);
Dgst-atsc-section.c109 static GstMpegtsAtscVCT *
110 _gst_mpegts_atsc_vct_copy (GstMpegtsAtscVCT * vct) in _gst_mpegts_atsc_vct_copy()
112 GstMpegtsAtscVCT *copy; in _gst_mpegts_atsc_vct_copy()
114 copy = g_slice_dup (GstMpegtsAtscVCT, vct); in _gst_mpegts_atsc_vct_copy()
122 _gst_mpegts_atsc_vct_free (GstMpegtsAtscVCT * vct) in _gst_mpegts_atsc_vct_free()
128 g_slice_free (GstMpegtsAtscVCT, vct); in _gst_mpegts_atsc_vct_free()
131 G_DEFINE_BOXED_TYPE (GstMpegtsAtscVCT, gst_mpegts_atsc_vct,
138 GstMpegtsAtscVCT *vct = NULL; in _parse_atsc_vct()
145 vct = g_slice_new0 (GstMpegtsAtscVCT); in _parse_atsc_vct()
261 const GstMpegtsAtscVCT *
[all …]
/third_party/gstreamer/gstplugins_bad/tests/examples/mpegts/
Dts-parser.c1145 const GstMpegtsAtscVCT *vct; in dump_vct()