Home
last modified time | relevance | path

Searched refs:VSYNC_VSCFR (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/fftools/
Dffmpeg.h53 #define VSYNC_VSCFR 0xfe macro
Dffmpeg.c1206 format_video_sync = VSYNC_VSCFR; 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()
1228 case VSYNC_VSCFR: in do_video_out()
3433 …&& (video_sync_method == VSYNC_CFR || video_sync_method == VSYNC_VSCFR || (video_sync_method == VS… in init_output_stream_encode()