Searched refs:format_video_sync (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dffmpeg.c855 int ret, format_video_sync; local
877 format_video_sync = video_sync_method;
878 if (format_video_sync == VSYNC_AUTO) {
880 format_video_sync = VSYNC_VFR;
882 format_video_sync = (s->oformat->flags & AVFMT_VARIABLE_FPS) ? ((s->oformat->flags & AVFMT_NOTIMESTAMPS) ? VSYNC_PASSTHROUGH : VSYNC_VFR) : VSYNC_CFR;
884 && format_video_sync == VSYNC_CFR
887 format_video_sync = VSYNC_VSCFR;
889 if (format_video_sync == VSYNC_CFR && copy_ts) {
890 format_video_sync = VSYNC_VSCFR;
894 switch (format_video_sync) {
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Davconv.c1337 int nb_frames, i, ret, format_video_sync; local
1351 format_video_sync = video_sync_method;
1352 if (format_video_sync == VSYNC_AUTO)
1353 format_video_sync = (s->oformat->flags & AVFMT_NOTIMESTAMPS) ? VSYNC_PASSTHROUGH :
1356 if (format_video_sync != VSYNC_PASSTHROUGH) {
1361 else if (format_video_sync == VSYNC_VFR) {

Completed in 195 milliseconds