Searched refs:last_pts (Results 1 – 3 of 3) sorted by relevance
40 __u32 last_pts; member1667 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()
70 __u32 last_pts; member1495 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()
3528 + 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 decoded5487 + 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 …]