Searched refs:YADIF_MODE_SEND_FRAME (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
D | yadif_common.c | 199 …ecify the interlacing mode", OFFSET(mode), AV_OPT_TYPE_INT, {.i64=YADIF_MODE_SEND_FRAME}, 0, 3, FL… 200 …nd one frame for each frame", YADIF_MODE_SEND_FRAME, …
|
D | yadif.h | 27 YADIF_MODE_SEND_FRAME = 0, ///< send 1 frame for each frame enumerator
|
D | vf_yadif_videotoolbox.m | 404 …ecify the interlacing mode", OFFSET(mode), AV_OPT_TYPE_INT, {.i64=YADIF_MODE_SEND_FRAME}, 0, 3, FL… 405 …nd one frame for each frame", YADIF_MODE_SEND_FRAME, …
|
D | vf_bwdif.c | 368 CONST("send_frame", "send one frame for each frame", YADIF_MODE_SEND_FRAME, "mode"),
|