Home
last modified time | relevance | path

Searched refs:scr_ext (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst/mpegdemux/
Dgstmpegdemux.c1650 guint32 scr_ext; in gst_ps_demux_parse_pack_start() local
1675 scr_ext = (scr2 & 0x03fe0000) >> 17; in gst_ps_demux_parse_pack_start()
1680 scr, scr_ext); in gst_ps_demux_parse_pack_start()
1682 if (scr_ext) { in gst_ps_demux_parse_pack_start()
1683 scr = (scr * 300 + scr_ext % 300) / 300; in gst_ps_demux_parse_pack_start()
2431 guint32 scr_ext; in gst_ps_demux_scan_ts() local
2445 scr_ext = (scr2 & 0x03fe0000) >> 17; in gst_ps_demux_scan_ts()
2446 if (scr_ext) { in gst_ps_demux_scan_ts()
2447 scr = (scr * 300 + scr_ext % 300) / 300; in gst_ps_demux_scan_ts()
/third_party/gstreamer/gstplugins_bad/ext/resindvd/
Dgstmpegdemux.c1323 guint32 scr_ext; in gst_flups_demux_parse_pack_start() local
1348 scr_ext = (scr2 & 0x03fe0000) >> 17; in gst_flups_demux_parse_pack_start()
1353 scr, scr_ext); in gst_flups_demux_parse_pack_start()
1355 if (scr_ext) { in gst_flups_demux_parse_pack_start()
1356 scr = (scr * 300 + scr_ext % 300) / 300; in gst_flups_demux_parse_pack_start()