Searched refs:scr_ext (Results 1 – 2 of 2) sorted by relevance
1650 guint32 scr_ext; in gst_ps_demux_parse_pack_start() local1675 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() local2445 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()
1323 guint32 scr_ext; in gst_flups_demux_parse_pack_start() local1348 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()