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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dffmpeg.h51 #define VSYNC_AUTO -1 macro
H A Dffmpeg_opt.c87 int video_sync_method = VSYNC_AUTO;
2460 if (video_sync_method == VSYNC_AUTO)
2461 video_sync_method = parse_number_or_die("vsync", arg, OPT_INT, VSYNC_AUTO, VSYNC_VFR);
H A Dffmpeg.c878 if (format_video_sync == VSYNC_AUTO) {
2715 && (video_sync_method == VSYNC_CFR || video_sync_method == VSYNC_VSCFR || (video_sync_method == VSYNC_AUTO && !(oc->oformat->flags & AVFMT_VARIABLE_FPS)))){
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Davconv.c79 #define VSYNC_AUTO -1 macro
119 static int video_sync_method = VSYNC_AUTO;
1352 if (format_video_sync == VSYNC_AUTO)
4391 if (video_sync_method == VSYNC_AUTO)
4392 video_sync_method = parse_number_or_die("vsync", arg, OPT_INT, VSYNC_AUTO, VSYNC_VFR);

Completed in 205 milliseconds