Searched refs:VSYNC_CFR (Results 1 – 3 of 3) sorted by relevance
51 #define VSYNC_CFR 1 macro
1201 …PS) ? ((of->ctx->oformat->flags & AVFMT_NOTIMESTAMPS) ? VSYNC_PASSTHROUGH : VSYNC_VFR) : VSYNC_CFR; in do_video_out()1203 && format_video_sync == VSYNC_CFR in do_video_out()1208 if (format_video_sync == VSYNC_CFR && copy_ts) { in do_video_out()1212 ost->is_cfr = (format_video_sync == VSYNC_CFR || format_video_sync == VSYNC_VSCFR); in do_video_out()1235 case VSYNC_CFR: in do_video_out()3433 …&& (video_sync_method == VSYNC_CFR || video_sync_method == VSYNC_VSCFR || (video_sync_method == VS… in init_output_stream_encode()
3130 if (!av_strcasecmp(arg, "cfr")) video_sync_method = VSYNC_CFR; in opt_vsync()