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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_tinterlace.c39 MODE_INTERLEAVE_TOP, enumerator in enum:TInterlaceMode
67 {"interleave_top", "interleave top and bottom fields", 0, AV_OPT_TYPE_CONST, {.i64=MODE_INTERLEAVE_TOP}, INT_MIN, INT_MAX, FLAGS, "mode"},
142 && !(tinterlace->mode == MODE_INTERLEAVE_TOP
300 case MODE_INTERLEAVE_TOP: /* top field first */
302 tff = tinterlace->mode == MODE_INTERLEAVE_TOP;

Completed in 48 milliseconds