Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/mpegts/
Dgst-atsc-section.h462 typedef struct _GstMpegtsAtscRRT GstMpegtsAtscRRT; typedef
527 const GstMpegtsAtscRRT * gst_mpegts_section_get_atsc_rrt (GstMpegtsSection * section);
530 GstMpegtsSection * gst_mpegts_section_from_atsc_rrt (GstMpegtsAtscRRT * rrt);
533 GstMpegtsAtscRRT * gst_mpegts_atsc_rrt_new (void);
Dgst-atsc-section.c1423 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()
[all …]
/third_party/gstreamer/gstplugins_bad/gst/mpegtsmux/
Dgstatscmux.c162 GstMpegtsAtscRRT *rrt; in gst_atsc_mux_create_ts_mux()