Searched refs:VSYNC_AUTO (Results 1 – 3 of 3) sorted by relevance
49 #define VSYNC_AUTO -1 macro
156 int video_sync_method = VSYNC_AUTO;3135 if (video_sync_method == VSYNC_AUTO) in opt_vsync()3136 video_sync_method = parse_number_or_die("vsync", arg, OPT_INT, VSYNC_AUTO, VSYNC_VFR); in opt_vsync()
1197 if (format_video_sync == VSYNC_AUTO) { in do_video_out()3433 …VSYNC_CFR || video_sync_method == VSYNC_VSCFR || (video_sync_method == VSYNC_AUTO && !(oc->oformat… in init_output_stream_encode()