Searched refs:scr1 (Results 1 – 2 of 2) sorted by relevance
1702 guint32 scr1, scr2; in gst_ps_demux_parse_pack_start() local1718 scr1 = GST_READ_UINT32_BE (data); in gst_ps_demux_parse_pack_start()1739 if (G_UNLIKELY ((scr1 & 0xc4000400) != 0x44000400)) in gst_ps_demux_parse_pack_start()1742 scr = ((guint64) scr1 & 0x38000000) << 3; in gst_ps_demux_parse_pack_start()1743 scr |= ((guint64) scr1 & 0x03fff800) << 4; in gst_ps_demux_parse_pack_start()1744 scr |= ((guint64) scr1 & 0x000003ff) << 5; in gst_ps_demux_parse_pack_start()1785 if (G_UNLIKELY ((scr1 & 0xf1000100) != 0x21000100)) in gst_ps_demux_parse_pack_start()1792 scr = ((guint64) scr1 & 0x0e000000) << 5; in gst_ps_demux_parse_pack_start()1793 scr |= ((guint64) scr1 & 0x00fffe00) << 6; in gst_ps_demux_parse_pack_start()1794 scr |= ((guint64) scr1 & 0x000000ff) << 7; in gst_ps_demux_parse_pack_start()[all …]
1298 guint32 scr1, scr2; in gst_flups_demux_parse_pack_start() local1315 scr1 = GST_READ_UINT32_BE (data); in gst_flups_demux_parse_pack_start()1336 if (G_UNLIKELY ((scr1 & 0xc4000400) != 0x44000400)) in gst_flups_demux_parse_pack_start()1339 scr = ((guint64) scr1 & 0x38000000) << 3; in gst_flups_demux_parse_pack_start()1340 scr |= ((guint64) scr1 & 0x03fff800) << 4; in gst_flups_demux_parse_pack_start()1341 scr |= ((guint64) scr1 & 0x000003ff) << 5; in gst_flups_demux_parse_pack_start()1382 if (G_UNLIKELY ((scr1 & 0xf1000100) != 0x21000100)) in gst_flups_demux_parse_pack_start()1389 scr = ((guint64) scr1 & 0x0e000000) << 5; in gst_flups_demux_parse_pack_start()1390 scr |= ((guint64) scr1 & 0x00fffe00) << 6; in gst_flups_demux_parse_pack_start()1391 scr |= ((guint64) scr1 & 0x000000ff) << 7; in gst_flups_demux_parse_pack_start()