Home
last modified time | relevance | path

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

/dports/x11-toolkits/gtk30/gtk+-3.24.31/tests/
H A Dvideo-timer.c15 static GList *past_frames; variable
237 for (l = past_frames; l; l = l_next) in collect_old_frames()
270 past_frames = g_list_delete_link (past_frames, l); in collect_old_frames()
342 past_frames = g_list_prepend (past_frames, displayed_frame); in on_update()
/dports/x11-toolkits/gtk40/gtk-4.4.1/tests/
H A Dvideo-timer.c15 static GList *past_frames; variable
236 for (l = past_frames; l; l = l_next) in collect_old_frames()
268 past_frames = g_list_delete_link (past_frames, l); in collect_old_frames()
342 past_frames = g_list_prepend (past_frames, displayed_frame); in on_update()
/dports/multimedia/mpv/mpv-0.34.1/player/
H A Dvideo.c655 double dur = mpctx->past_frames[n].approx_duration; in calc_average_frame_duration()
689 double dur = mpctx->past_frames[n].approx_duration; in find_best_speed()
724 struct frame_info *frame = &mpctx->past_frames[n + 1]; in compute_audio_drift()
898 mpctx->past_frames[0].num_vsyncs = num_vsyncs; in handle_display_sync_frame()
899 mpctx->past_frames[0].av_diff = mpctx->last_av_difference; in handle_display_sync_frame()
972 double dur = mpctx->past_frames[n].duration; in calculate_frame_duration()
992 mpctx->past_frames[0].duration = duration; in calculate_frame_duration()
993 mpctx->past_frames[0].approx_duration = approx_duration; in calculate_frame_duration()
1162 MP_TARRAY_INSERT_AT(mpctx, mpctx->past_frames, mpctx->num_past_frames, 0, in write_video()
1164 mpctx->past_frames[0] = (struct frame_info){ in write_video()
[all …]
H A Dcore.h393 struct frame_info *past_frames; member
H A Dcommand.c692 int vsync = mpctx->past_frames[n].num_vsyncs; in mp_property_vsync_ratio()