Lines Matching refs:format_video_sync
1149 int ret, format_video_sync; in do_video_out() local
1196 format_video_sync = video_sync_method; in do_video_out()
1197 if (format_video_sync == VSYNC_AUTO) { in do_video_out()
1199 format_video_sync = VSYNC_VFR; in do_video_out()
1201 …format_video_sync = (of->ctx->oformat->flags & AVFMT_VARIABLE_FPS) ? ((of->ctx->oformat->flags & A… in do_video_out()
1203 && format_video_sync == VSYNC_CFR in do_video_out()
1206 format_video_sync = VSYNC_VSCFR; in do_video_out()
1208 if (format_video_sync == VSYNC_CFR && copy_ts) { in do_video_out()
1209 format_video_sync = VSYNC_VSCFR; in do_video_out()
1212 ost->is_cfr = (format_video_sync == VSYNC_CFR || format_video_sync == VSYNC_VSCFR); in do_video_out()
1216 format_video_sync != VSYNC_PASSTHROUGH && in do_video_out()
1217 format_video_sync != VSYNC_DROP) { in do_video_out()
1227 switch (format_video_sync) { in do_video_out()