Home
last modified time | relevance | path

Searched refs:GstMpegtsPatProgram (Results 1 – 7 of 7) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/mpegts/
Dgstmpegtssection.c437 static GstMpegtsPatProgram *
438 _mpegts_pat_program_copy (GstMpegtsPatProgram * orig) in _mpegts_pat_program_copy()
440 return g_slice_dup (GstMpegtsPatProgram, orig); in _mpegts_pat_program_copy()
444 _mpegts_pat_program_free (GstMpegtsPatProgram * orig) in _mpegts_pat_program_free()
446 g_slice_free (GstMpegtsPatProgram, orig); in _mpegts_pat_program_free()
449 G_DEFINE_BOXED_TYPE (GstMpegtsPatProgram, gst_mpegts_pat_program,
459 GstMpegtsPatProgram *program; in _parse_pat()
477 program = g_slice_new0 (GstMpegtsPatProgram); in _parse_pat()
556 GstMpegtsPatProgram *
559 GstMpegtsPatProgram *program; in gst_mpegts_pat_program_new()
[all …]
Dgstmpegtssection.h246 typedef struct _GstMpegtsPatProgram GstMpegtsPatProgram; typedef
270 GstMpegtsPatProgram *gst_mpegts_pat_program_new (void);
/third_party/gstreamer/gstplugins_bad/gst/mpegtsmux/tsmux/
Dtsmux.c1697 const GstMpegtsPatProgram *pgm1 = *(const GstMpegtsPatProgram * const *) a; in compare_program_number()
1698 const GstMpegtsPatProgram *pgm2 = *(const GstMpegtsPatProgram * const *) b; in compare_program_number()
1723 GstMpegtsPatProgram *pat_pgm; in tsmux_write_pat()
/third_party/gstreamer/gstplugins_bad/tests/check/libs/
Dmpegts.c183 GstMpegtsPatProgram *program; in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/gst/mpegtsdemux/
Dmpegtsbase.c1072 GstMpegtsPatProgram *patp = g_ptr_array_index (pat, i); in mpegts_base_apply_pat()
1122 GstMpegtsPatProgram *patp = g_ptr_array_index (old_pat, i); in mpegts_base_apply_pat()
/third_party/gstreamer/gstplugins_bad/sys/dvb/
Ddvbbasebin.c1081 GstMpegtsPatProgram *patp = g_ptr_array_index (pat, i); in dvb_base_bin_pat_info_cb()
/third_party/gstreamer/gstplugins_bad/tests/examples/mpegts/
Dts-parser.c836 GstMpegtsPatProgram *patp = g_ptr_array_index (pat, i); in dump_pat()