Searched refs:EOF_ACTION_PASS (Results 1 – 6 of 6) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
D | vf_fps.c | 41 EOF_ACTION_PASS, enumerator 89 …{ "pass", "pass through last frame", 0, AV_OPT_TYPE_CONST, { .i64 = EOF_ACTION_PASS }, 0,… 267 int eof_rounding = (s->eof_action == EOF_ACTION_PASS) ? AV_ROUND_UP : s->rounding; in update_eof_pts()
|
D | framesync.c | 39 EOF_ACTION_REPEAT, EOF_ACTION_PASS, .flags = FLAGS, "eof_action" }, 42 …{ "pass", "Pass through the main input.", 0, AV_OPT_TYPE_CONST, { .i64 = EOF_ACTION_PASS }, .f… 128 if (!fs->opt_repeatlast || fs->opt_eof_action == EOF_ACTION_PASS) { in ff_framesync_configure() 130 fs->opt_eof_action = EOF_ACTION_PASS; in ff_framesync_configure()
|
D | framesync.h | 29 EOF_ACTION_PASS enumerator
|
D | vf_overlay_cuda.c | 406 EOF_ACTION_REPEAT, EOF_ACTION_PASS, .flags = FLAGS, "eof_action" }, 409 …{ "pass", "Pass through the main input.", 0, AV_OPT_TYPE_CONST, { .i64 = EOF_ACTION_PASS }, .f…
|
D | vf_overlay_qsv.c | 94 EOF_ACTION_REPEAT, EOF_ACTION_PASS, .flags = FLAGS, "eof_action" }, 97 …{ "pass", "Pass through the main input.", 0, AV_OPT_TYPE_CONST, { .i64 = EOF_ACTION_PASS }, .f…
|
D | vf_overlay.c | 1060 EOF_ACTION_REPEAT, EOF_ACTION_PASS, .flags = FLAGS, "eof_action" }, 1063 …{ "pass", "Pass through the main input.", 0, AV_OPT_TYPE_CONST, { .i64 = EOF_ACTION_PASS }, .f…
|