Searched refs:opt_eof_action (Results 1 – 5 of 5) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
D | framesync.c | 38 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()
|
D | framesync.h | 207 int opt_eof_action; member
|
D | vf_overlay_cuda.c | 405 OFFSET(fs.opt_eof_action), AV_OPT_TYPE_INT, { .i64 = EOF_ACTION_REPEAT },
|
D | vf_overlay_qsv.c | 93 OFFSET(fs.opt_eof_action), AV_OPT_TYPE_INT, { .i64 = EOF_ACTION_REPEAT },
|
D | vf_overlay.c | 1059 OFFSET(fs.opt_eof_action), AV_OPT_TYPE_INT, { .i64 = EOF_ACTION_REPEAT },
|