Searched refs:this_pts (Results 1 – 2 of 2) sorted by relevance
1642 __u32 this_pts; in sd_pkt_scan() local1673 this_pts = (data[5] << 24) | (data[4] << 16) in sd_pkt_scan()1678 if (this_pts != sd->last_pts || this_fid != sd->last_fid) { in sd_pkt_scan()1682 sd->last_pts = this_pts; in sd_pkt_scan()
1397 __u32 this_pts; in sd_pkt_scan() local1428 this_pts = (data[5] << 24) | (data[4] << 16) in sd_pkt_scan()1433 if (this_pts != sd->last_pts || this_fid != sd->last_fid) { in sd_pkt_scan()1437 sd->last_pts = this_pts; in sd_pkt_scan()