Home
last modified time | relevance | path

Searched refs:vsync_method (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/fftools/
Dffmpeg_opt.c1993 ost->vsync_method = video_sync_method; in new_video_stream()
1996 parse_and_set_vsync(ost->fps_mode, &ost->vsync_method, ost->file_index, ost->index, 0); in new_video_stream()
1998 if (ost->vsync_method == VSYNC_AUTO) { in new_video_stream()
2000 ost->vsync_method = VSYNC_VFR; in new_video_stream()
2002 ost->vsync_method = (oc->oformat->flags & AVFMT_VARIABLE_FPS) ? in new_video_stream()
2008 if (ost->source_index >= 0 && ost->vsync_method == VSYNC_CFR) { in new_video_stream()
2013 ost->vsync_method = VSYNC_VSCFR; in new_video_stream()
2016 if (ost->vsync_method == VSYNC_CFR && copy_ts) { in new_video_stream()
2017 ost->vsync_method = VSYNC_VSCFR; in new_video_stream()
2020 ost->is_cfr = (ost->vsync_method == VSYNC_CFR || ost->vsync_method == VSYNC_VSCFR); in new_video_stream()
Dffmpeg_mux.c99 if ((st->codecpar->codec_type == AVMEDIA_TYPE_VIDEO && ost->vsync_method == VSYNC_DROP) || in of_write_packet()
Dffmpeg.h494 enum VideoSyncMethod vsync_method; member
Dffmpeg.c1129 ost->vsync_method != VSYNC_PASSTHROUGH && in do_video_out()
1130 ost->vsync_method != VSYNC_DROP) { in do_video_out()
1140 switch (ost->vsync_method) { in do_video_out()
3020 if ( av_q2d(enc_ctx->time_base) < 0.001 && ost->vsync_method != VSYNC_PASSTHROUGH in init_output_stream_encode()
3021 && (ost->vsync_method == VSYNC_CFR || ost->vsync_method == VSYNC_VSCFR || in init_output_stream_encode()
3022 (ost->vsync_method == VSYNC_AUTO && !(of->format->flags & AVFMT_VARIABLE_FPS)))){ in init_output_stream_encode()