Searched refs:nextvp (Results 1 – 1 of 1) sorted by relevance
1556 static double vp_duration(VideoState *is, Frame *vp, Frame *nextvp) { in vp_duration() argument1557 if (vp->serial == nextvp->serial) { in vp_duration()1558 double duration = nextvp->pts - vp->pts; in vp_duration()1637 Frame *nextvp = frame_queue_peek_next(&is->pictq); in video_refresh() local1638 duration = vp_duration(is, vp, nextvp); in video_refresh()