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 D0001-ffmpeg-5.1.4-rpi_24.patch3528 + x->last_pts = frame->pts;
3562 + x->last_pts = pkt->pts;
5013 + x->last_pts = AV_NOPTS_VALUE;
5252 + int64_t last_pts;
5258 + int64_t last_pts; // Last valid PTS decoded
5487 + return stats->last_pts;
5488 + if (stats->last_pts == AV_NOPTS_VALUE ||
5492 + return stats->last_pts + (int64_t)(stats->last_count - 1) * (int64_t)stats->last_interval;
5497 + if (pts == AV_NOPTS_VALUE || pts == stats->last_pts) {
5506 + if (stats->last_pts != AV_NOPTS_VALUE) {
[all …]