Home
last modified time | relevance | path

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

/third_party/ffmpeg/fftools/
Dffplay.c1556 static double vp_duration(VideoState *is, Frame *vp, Frame *nextvp) { in vp_duration() argument
1557 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() local
1638 duration = vp_duration(is, vp, nextvp); in video_refresh()