Searched refs:es_map_length (Results 1 – 3 of 3) sorted by relevance
/third_party/gstreamer/gstplugins_bad/ext/resindvd/ |
D | gstmpegdemux.c | 1751 guint16 length = 0, info_length = 0, es_map_length = 0; in gst_flups_demux_parse_psm() local 1807 es_map_length = GST_READ_UINT16_BE (data); in gst_flups_demux_parse_psm() 1809 es_map_length = MIN (length - (16 + info_length), es_map_length); in gst_flups_demux_parse_psm() 1810 GST_DEBUG_OBJECT (demux, "ES map length %u bytes", es_map_length); in gst_flups_demux_parse_psm() 1817 while (es_map_base + 4 <= data + es_map_length) { in gst_flups_demux_parse_psm() 1828 stream_info_length = MIN (data + es_map_length - es_map_base, in gst_flups_demux_parse_psm()
|
/third_party/ffmpeg/libavformat/ |
D | mpeg.c | 196 int psm_length, ps_info_length, es_map_length; in mpegps_psm_parse() local 207 es_map_length = psm_length - ps_info_length - 10; in mpegps_psm_parse() 210 while (es_map_length >= 4) { in mpegps_psm_parse() 219 es_map_length -= 4 + es_info_length; in mpegps_psm_parse()
|
/third_party/gstreamer/gstplugins_bad/gst/mpegdemux/ |
D | gstmpegdemux.c | 2174 guint16 psm_length, info_length = 0, es_map_length = 0; in gst_ps_demux_parse_psm() local 2236 if (!gst_byte_reader_get_uint16_be (&br, &es_map_length)) in gst_ps_demux_parse_psm() 2238 GST_DEBUG_OBJECT (demux, "ES map length %u bytes", es_map_length); in gst_ps_demux_parse_psm() 2243 if (!gst_byte_reader_get_sub_reader (&br, &es_map_br, es_map_length)) in gst_ps_demux_parse_psm()
|