Home
last modified time | relevance | path

Searched refs:VSYNC_DROP (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/fftools/
Dffmpeg.h54 #define VSYNC_DROP 0xff macro
Dffmpeg.c784 if ((st->codecpar->codec_type == AVMEDIA_TYPE_VIDEO && video_sync_method == VSYNC_DROP) || in write_packet()
1217 format_video_sync != VSYNC_DROP) { in do_video_out()
1253 case VSYNC_DROP: in do_video_out()
Dffmpeg_opt.c3133 else if (!av_strcasecmp(arg, "drop")) video_sync_method = VSYNC_DROP; in opt_vsync()