Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst/mpegdemux/
Dgstmpegdemux.c1626 guint32 scr1, scr2; in gst_ps_demux_parse_pack_start() local
1643 scr2 = GST_READ_UINT32_BE (data + 4); in gst_ps_demux_parse_pack_start()
1669 scr |= ((guint64) scr2 & 0xf8000000) >> 27; in gst_ps_demux_parse_pack_start()
1672 if (G_UNLIKELY ((scr2 & 0x04010000) != 0x04010000)) in gst_ps_demux_parse_pack_start()
1675 scr_ext = (scr2 & 0x03fe0000) >> 17; in gst_ps_demux_parse_pack_start()
1712 if (G_UNLIKELY ((scr2 & 0x01800001) != 0x01800001)) in gst_ps_demux_parse_pack_start()
1719 scr |= ((guint64) scr2 & 0xfe000000) >> 25; in gst_ps_demux_parse_pack_start()
1725 new_rate = (scr2 & 0x007ffffe) >> 1; in gst_ps_demux_parse_pack_start()
2413 guint32 scr1, scr2; in gst_ps_demux_scan_ts() local
2427 scr2 = GST_READ_UINT32_BE (data + 4); in gst_ps_demux_scan_ts()
[all …]
/third_party/mingw-w64/mingw-w64-headers/include/
Ddlgs.h166 #define scr2 0x0491 macro
/third_party/gstreamer/gstplugins_bad/ext/resindvd/
Dgstmpegdemux.c1298 guint32 scr1, scr2; in gst_flups_demux_parse_pack_start() local
1316 scr2 = GST_READ_UINT32_BE (data + 4); in gst_flups_demux_parse_pack_start()
1342 scr |= ((guint64) scr2 & 0xf8000000) >> 27; in gst_flups_demux_parse_pack_start()
1345 if (G_UNLIKELY ((scr2 & 0x04010000) != 0x04010000)) in gst_flups_demux_parse_pack_start()
1348 scr_ext = (scr2 & 0x03fe0000) >> 17; in gst_flups_demux_parse_pack_start()
1385 if (G_UNLIKELY ((scr2 & 0x01800001) != 0x01800001)) in gst_flups_demux_parse_pack_start()
1392 scr |= ((guint64) scr2 & 0xfe000000) >> 25; in gst_flups_demux_parse_pack_start()
1398 new_rate = (scr2 & 0x007ffffe) >> 1; in gst_flups_demux_parse_pack_start()