Home
last modified time | relevance | path

Searched refs:opt_eof_action (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavfilter/
Dframesync.c38 OFFSET(opt_eof_action), AV_OPT_TYPE_INT, { .i64 = EOF_ACTION_REPEAT },
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()
132 if (fs->opt_shortest || fs->opt_eof_action == EOF_ACTION_ENDALL) { in ff_framesync_configure()
134 fs->opt_eof_action = EOF_ACTION_ENDALL; in ff_framesync_configure()
Dframesync.h207 int opt_eof_action; member
Dvf_overlay_cuda.c405 OFFSET(fs.opt_eof_action), AV_OPT_TYPE_INT, { .i64 = EOF_ACTION_REPEAT },
Dvf_overlay_qsv.c93 OFFSET(fs.opt_eof_action), AV_OPT_TYPE_INT, { .i64 = EOF_ACTION_REPEAT },
Dvf_overlay.c1059 OFFSET(fs.opt_eof_action), AV_OPT_TYPE_INT, { .i64 = EOF_ACTION_REPEAT },