Go to the source code of this file.
|
#define | DEPTH 8 |
|
#define | DEPTH 9 |
|
#define | DEPTH 10 |
|
#define | DEPTH 12 |
|
#define | DEPTH 14 |
|
#define | DEPTH 16 |
|
#define | OFFSET(x) offsetof(PhaseContext, x) |
|
#define | FLAGS AV_OPT_FLAG_FILTERING_PARAM|AV_OPT_FLAG_VIDEO_PARAM|AV_OPT_FLAG_RUNTIME_PARAM |
|
#define | CONST(name, help, val, unit) { name, help, 0, AV_OPT_TYPE_CONST, {.i64=val}, 0, 0, FLAGS, unit } |
|
◆ DEPTH [1/6]
◆ DEPTH [2/6]
◆ DEPTH [3/6]
◆ DEPTH [4/6]
◆ DEPTH [5/6]
◆ DEPTH [6/6]
◆ OFFSET
◆ FLAGS
◆ CONST
#define CONST |
( |
|
name, |
|
|
|
help, |
|
|
|
val, |
|
|
|
unit |
|
) |
| { name, help, 0, AV_OPT_TYPE_CONST, {.i64=val}, 0, 0, FLAGS, unit } |
◆ PhaseMode
Enumerator |
---|
PROGRESSIVE | |
TOP_FIRST | |
BOTTOM_FIRST | |
TOP_FIRST_ANALYZE | |
BOTTOM_FIRST_ANALYZE | |
ANALYZE | |
FULL_ANALYZE | |
AUTO | |
AUTO_ANALYZE | |
Definition at line 30 of file vf_phase.c.
◆ AVFILTER_DEFINE_CLASS()
AVFILTER_DEFINE_CLASS |
( |
phase |
| ) |
|
◆ query_formats()
◆ config_input()
◆ filter_frame()
◆ uninit()
◆ phase_options
◆ phase_inputs
Initial value:= {
{
.name = "default",
},
}
Definition at line 220 of file vf_phase.c.
◆ phase_outputs
Initial value:= {
{
.name = "default",
},
}
Definition at line 230 of file vf_phase.c.
◆ ff_vf_phase
Initial value:= {
.name = "phase",
.priv_class = &phase_class,
}
Definition at line 238 of file vf_phase.c.
static int filter_frame(AVFilterLink *inlink, AVFrame *in)
#define CONST(name, help, val, unit)
static int config_input(AVFilterLink *inlink)
static const AVFilterPad phase_inputs[]
static const AVFilterPad outputs[]
these buffered frames must be flushed immediately if a new input produces new the filter must not call request_frame to get more It must just process the frame or queue it The task of requesting more frames is left to the filter s request_frame method or the application If a filter has several inputs
static const AVFilterPad phase_outputs[]
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
static int process_command(AVFilterContext *ctx, const char *cmd, const char *args, char *res, int res_len, int flags)
int ff_filter_process_command(AVFilterContext *ctx, const char *cmd, const char *arg, char *res, int res_len, int flags)
Generic processing of user supplied commands that are set in the same way as the filter options.
static av_cold void uninit(AVFilterContext *ctx)
static int query_formats(AVFilterContext *ctx)
#define AVFILTER_FLAG_SUPPORT_TIMELINE_INTERNAL
Same as AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC, except that the filter will have its filter_frame() c...
#define flags(name, subs,...)