Searched refs:GstMpegtsAtscVCT (Results 1 – 3 of 3) sorted by relevance
126 typedef struct _GstMpegtsAtscVCT GstMpegtsAtscVCT; typedef198 const GstMpegtsAtscVCT * gst_mpegts_section_get_atsc_tvct (GstMpegtsSection * section);201 const GstMpegtsAtscVCT * gst_mpegts_section_get_atsc_cvct (GstMpegtsSection * section);
109 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 …]
1145 const GstMpegtsAtscVCT *vct; in dump_vct()