Home
last modified time | relevance | path

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

/dports/multimedia/mpv/mpv-0.34.1/player/
H A Dvideo.c368 if (mpctx->display_sync_active) in adjust_sync()
586 } else if (mpctx->display_sync_active || opts->video_sync == VS_NONE) { in update_avsync_before_frame()
802 if (!mpctx->display_sync_active) { in handle_display_sync_frame()
807 mpctx->display_sync_active = false; in handle_display_sync_frame()
916 mpctx->display_sync_active = true; in handle_display_sync_frame()
928 ((mpctx->past_frames[1].num_vsyncs >= 0) != mpctx->display_sync_active)) in schedule_frame()
931 mpctx->display_sync_active ? "enabled" : "disabled"); in schedule_frame()
934 if (!mpctx->display_sync_active) { in schedule_frame()
1155 if (!vo_is_ready_for_frame(vo, mpctx->display_sync_active ? -1 : pts)) in write_video()
H A Dcore.h351 bool display_sync_active; member
H A Dosd.c226 if (mpctx->display_sync_active) { in get_term_status_msg()
H A Daudio.c67 if (mpctx->display_sync_active && mpctx->opts->video_sync == VS_DISP_ADROP) { in update_speed_filters()
H A Dloadfile.c1455 mpctx->display_sync_active = false; in play_current_file()
H A Dcommand.c427 return m_property_flag_ro(action, arg, mpctx->display_sync_active); in mp_property_display_sync_active()
677 if (!mpctx->vo_chain || !mpctx->display_sync_active) in mp_property_mistimed_frame_count()
687 if (!mpctx->vo_chain || !mpctx->display_sync_active) in mp_property_vsync_ratio()