Lines Matching refs:GstMpegtsAtscRRT
1423 static GstMpegtsAtscRRT *
1424 _gst_mpegts_atsc_rrt_copy (GstMpegtsAtscRRT * rrt) in _gst_mpegts_atsc_rrt_copy()
1426 GstMpegtsAtscRRT *copy; in _gst_mpegts_atsc_rrt_copy()
1428 copy = g_slice_dup (GstMpegtsAtscRRT, rrt); in _gst_mpegts_atsc_rrt_copy()
1437 _gst_mpegts_atsc_rrt_free (GstMpegtsAtscRRT * rrt) in _gst_mpegts_atsc_rrt_free()
1446 g_slice_free (GstMpegtsAtscRRT, rrt); in _gst_mpegts_atsc_rrt_free()
1449 G_DEFINE_BOXED_TYPE (GstMpegtsAtscRRT, gst_mpegts_atsc_rrt,
1456 GstMpegtsAtscRRT *rrt = NULL; in _parse_rrt()
1462 rrt = g_slice_new0 (GstMpegtsAtscRRT); in _parse_rrt()
1534 const GstMpegtsAtscRRT *rrt; in _packetize_rrt()
1659 gst_mpegts_section_from_atsc_rrt (GstMpegtsAtscRRT * rrt) in gst_mpegts_section_from_atsc_rrt()
1687 const GstMpegtsAtscRRT *
1699 return (const GstMpegtsAtscRRT *) section->cached_parsed; in gst_mpegts_section_get_atsc_rrt()
1748 GstMpegtsAtscRRT *
1751 GstMpegtsAtscRRT *rrt; in gst_mpegts_atsc_rrt_new()
1753 rrt = g_slice_new0 (GstMpegtsAtscRRT); in gst_mpegts_atsc_rrt_new()