Home
last modified time | relevance | path

Searched refs:GstMpegtsAtscMGTTable (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/mpegts/
Dgst-atsc-section.c302 static GstMpegtsAtscMGTTable *
303 _gst_mpegts_atsc_mgt_table_copy (GstMpegtsAtscMGTTable * mgt_table) in _gst_mpegts_atsc_mgt_table_copy()
305 GstMpegtsAtscMGTTable *copy; in _gst_mpegts_atsc_mgt_table_copy()
307 copy = g_slice_dup (GstMpegtsAtscMGTTable, mgt_table); in _gst_mpegts_atsc_mgt_table_copy()
314 _gst_mpegts_atsc_mgt_table_free (GstMpegtsAtscMGTTable * mgt_table) in _gst_mpegts_atsc_mgt_table_free()
317 g_slice_free (GstMpegtsAtscMGTTable, mgt_table); in _gst_mpegts_atsc_mgt_table_free()
320 G_DEFINE_BOXED_TYPE (GstMpegtsAtscMGTTable, gst_mpegts_atsc_mgt_table,
371 GstMpegtsAtscMGTTable *mgt_table; in _parse_atsc_mgt()
378 mgt_table = g_slice_new0 (GstMpegtsAtscMGTTable); in _parse_atsc_mgt()
444 GstMpegtsAtscMGTTable *mgt_table = g_ptr_array_index (mgt->tables, 1); in _packetize_mgt()
[all …]
Dgst-atsc-section.h207 typedef struct _GstMpegtsAtscMGTTable GstMpegtsAtscMGTTable; typedef
/third_party/gstreamer/gstplugins_bad/tests/examples/mpegts/
Dts-parser.c1131 GstMpegtsAtscMGTTable *table = g_ptr_array_index (mgt->tables, i); in dump_mgt()
/third_party/gstreamer/gstplugins_bad/gst/mpegtsdemux/
Dmpegtsbase.c1326 GstMpegtsAtscMGTTable *table = g_ptr_array_index (mgt->tables, i); in mpegts_base_parse_atsc_mgt()