Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/mpegts/
Dgstmpegtsdescriptor.h350 typedef struct _GstMpegtsLogicalChannel GstMpegtsLogicalChannel; typedef
362 GstMpegtsLogicalChannel channels[64];
Dgstmpegtsdescriptor.c1149 DEFINE_STATIC_COPY_FUNCTION (GstMpegtsLogicalChannel,
1152 DEFINE_STATIC_FREE_FUNCTION (GstMpegtsLogicalChannel,
1155 G_DEFINE_BOXED_TYPE (GstMpegtsLogicalChannel,
/third_party/gstreamer/gstplugins_bad/tests/examples/mpegts/
Dts-parser.c264 GstMpegtsLogicalChannel *chann = &res.channels[i]; in dump_logical_channel_descriptor()