Home
last modified time | relevance | path

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

/dports/multimedia/mpv/mpv-0.34.1/video/out/
H A Dvo.c162 int64_t wakeup_pts; // time at which to pull frame from decoder member
816 if (!in->wakeup_pts || next_pts < in->wakeup_pts) { in vo_is_ready_for_frame()
817 in->wakeup_pts = next_pts; in vo_is_ready_for_frame()
839 in->wakeup_pts = frame->display_synced in vo_queue_frame()
1100 if (in->wakeup_pts) { in vo_thread()
1101 if (in->wakeup_pts > now) { in vo_thread()
1102 wait_until = MPMIN(wait_until, in->wakeup_pts); in vo_thread()
1104 in->wakeup_pts = 0; in vo_thread()