Searched refs:this_pts (Results 1 - 2 of 2) sorted by relevance

/drivers/media/video/gspca/
H A Dov534.c1346 __u32 this_pts; local
1377 this_pts = (data[5] << 24) | (data[4] << 16)
1382 if (this_pts != sd->last_pts || this_fid != sd->last_fid) {
1386 sd->last_pts = this_pts;
H A Dov534_9.c1474 __u32 this_pts; local
1505 this_pts = (data[5] << 24) | (data[4] << 16)
1510 if (this_pts != sd->last_pts || this_fid != sd->last_fid) {
1514 sd->last_pts = this_pts;

Completed in 49 milliseconds