Home
last modified time | relevance | path

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

/openbmc/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()
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0004-ffmpeg-4.3.4-rpi_14.patch51152 + x->last_pts = pkt->pts;
52387 + x->last_pts = AV_NOPTS_VALUE;
52571 + int64_t last_pts;
52577 + int64_t last_pts;
52747 + stats->last_pts = pts;
52758 + .last_pts = AV_NOPTS_VALUE
52877 + x->last_pts = AV_NOPTS_VALUE;
52899 + (x->last_pts == AV_NOPTS_VALUE || t->pts > x->last_pts)))
61379 + int64_t last_pts;
61463 + stats->last_pts = pts;
[all …]