Home
last modified time | relevance | path

Searched refs:VSYNC_AUTO (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/fftools/
H A Dffmpeg.h51 VSYNC_AUTO = -1, enumerator
H A Dffmpeg_opt.c161 enum VideoSyncMethod video_sync_method = VSYNC_AUTO;
277 else if (!is_global && !av_strcasecmp(arg, "auto")) *vsync_var = VSYNC_AUTO; in parse_and_set_vsync()
283 if (is_global && *vsync_var == VSYNC_AUTO) { in parse_and_set_vsync()
284 video_sync_method = parse_number_or_die("vsync", arg, OPT_INT, VSYNC_AUTO, VSYNC_VFR); in parse_and_set_vsync()
1998 if (ost->vsync_method == VSYNC_AUTO) { in new_video_stream()
H A Dffmpeg.c3022 (ost->vsync_method == VSYNC_AUTO && !(of->format->flags & AVFMT_VARIABLE_FPS)))){ in init_output_stream_encode()

Completed in 13 milliseconds