Searched defs:last_pts (Results 1 - 2 of 2) sorted by relevance

/drivers/media/video/gspca/
H A Dov534.c77 __u32 last_pts; member in struct:sd
1382 if (this_pts != sd->last_pts || this_fid != sd->last_fid) {
1386 sd->last_pts = this_pts;
1392 sd->last_pts = 0;
H A Dov534_9.c66 __u32 last_pts; member in struct:sd
1510 if (this_pts != sd->last_pts || this_fid != sd->last_fid) {
1514 sd->last_pts = this_pts;
1520 sd->last_pts = 0;

Completed in 12 milliseconds