Home
last modified time | relevance | path

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

/linux/drivers/media/usb/gspca/
H A Dov534_9.c40 __u32 last_pts; member
1667 if (this_pts != sd->last_pts || this_fid != sd->last_fid) { in sd_pkt_scan()
1671 sd->last_pts = this_pts; in sd_pkt_scan()
1677 sd->last_pts = 0; in sd_pkt_scan()
H A Dov534.c70 __u32 last_pts; member
1495 if (this_pts != sd->last_pts || this_fid != sd->last_fid) { in sd_pkt_scan()
1499 sd->last_pts = this_pts; in sd_pkt_scan()
1505 sd->last_pts = 0; in sd_pkt_scan()