Searched refs:VSYNC_PASSTHROUGH (Results 1 – 3 of 3) sorted by relevance
50 #define VSYNC_PASSTHROUGH 0 macro
1201 …T_VARIABLE_FPS) ? ((of->ctx->oformat->flags & AVFMT_NOTIMESTAMPS) ? VSYNC_PASSTHROUGH : VSYNC_VFR)… in do_video_out()1216 format_video_sync != VSYNC_PASSTHROUGH && in do_video_out()1254 case VSYNC_PASSTHROUGH: in do_video_out()3432 if ( av_q2d(enc_ctx->time_base) < 0.001 && video_sync_method != VSYNC_PASSTHROUGH in init_output_stream_encode()
1719 video_sync_method == VSYNC_PASSTHROUGH) in new_video_stream()3132 else if (!av_strcasecmp(arg, "passthrough")) video_sync_method = VSYNC_PASSTHROUGH; in opt_vsync()