Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/mpegts/
Dgstmpegtsdescriptor.h342 typedef struct _GstMpegtsLogicalChannel GstMpegtsLogicalChannel; typedef
354 GstMpegtsLogicalChannel channels[64];
Dgstmpegtsdescriptor.c1094 DEFINE_STATIC_COPY_FUNCTION (GstMpegtsLogicalChannel,
1097 DEFINE_STATIC_FREE_FUNCTION (GstMpegtsLogicalChannel,
1100 G_DEFINE_BOXED_TYPE (GstMpegtsLogicalChannel,
/third_party/gstreamer/gstplugins_bad/docs/libs/
Dgst-plugins-bad-libs-sections.txt242 GstMpegtsLogicalChannel
/third_party/gstreamer/gstplugins_bad/tests/examples/mpegts/
Dts-parser.c231 GstMpegtsLogicalChannel *chann = &res.channels[i]; in dump_logical_channel_descriptor()