Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/mpegts/
Dgstmpegtssection.c694 guint stream_info_length; in _parse_pmt() local
743 stream_info_length = GST_READ_UINT16_BE (data) & 0x0FFF; in _parse_pmt()
746 if (data + stream_info_length + 4 > end) { in _parse_pmt()
748 stream_info_length, (gint) (end - data)); in _parse_pmt()
753 gst_mpegts_parse_descriptors (data, stream_info_length); in _parse_pmt()
756 data += stream_info_length; in _parse_pmt()
/third_party/gstreamer/gstplugins_bad/ext/resindvd/
Dgstmpegdemux.c1819 guint16 stream_info_length = 0; in gst_flups_demux_parse_psm() local
1825 stream_info_length = GST_READ_UINT16_BE (es_map_base); in gst_flups_demux_parse_psm()
1828 stream_info_length = MIN (data + es_map_length - es_map_base, in gst_flups_demux_parse_psm()
1829 stream_info_length); in gst_flups_demux_parse_psm()
1832 stream_type, stream_id, stream_info_length); in gst_flups_demux_parse_psm()
1842 es_map_base += stream_info_length; in gst_flups_demux_parse_psm()
/third_party/gstreamer/gstplugins_bad/gst/mpegdemux/
Dgstmpegdemux.c2248 guint16 stream_info_length = 0; in gst_ps_demux_parse_psm() local
2252 !gst_byte_reader_get_uint16_be (&es_map_br, &stream_info_length)) in gst_ps_demux_parse_psm()
2257 stream_id, stream_info_length); in gst_ps_demux_parse_psm()
2270 if (!gst_byte_reader_skip (&es_map_br, stream_info_length)) in gst_ps_demux_parse_psm()