Go to the source code of this file.
◆ OFFSET
◆ FLAGS
◆ EdgeMode
Enumerator |
---|
EDGE_BLANK | |
EDGE_SMEAR | |
EDGE_WRAP | |
EDGE_MIRROR | |
EDGE_NB | |
Definition at line 30 of file vf_displace.c.
◆ AVFILTER_DEFINE_CLASS()
AVFILTER_DEFINE_CLASS |
( |
displace |
| ) |
|
◆ query_formats()
◆ displace_planar()
◆ displace_packed()
◆ process_frame()
◆ config_input()
◆ config_output()
◆ activate()
◆ uninit()
◆ displace_options
◆ displace_inputs
Initial value:= {
{
.name = "source",
},
{
.name = "xmap",
},
{
.name = "ymap",
},
}
static int config_input(AVFilterLink *inlink)
Definition at line 375 of file vf_displace.c.
◆ displace_outputs
Initial value:= {
{
.name = "default",
},
}
static int config_output(AVFilterLink *outlink)
Definition at line 392 of file vf_displace.c.
◆ ff_vf_displace
Initial value:= {
.name = "displace",
.priv_class = &displace_class,
}
static int activate(AVFilterContext *ctx)
static const AVFilterPad displace_inputs[]
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static const AVFilterPad inputs[]
static const AVFilterPad outputs[]
static const AVFilterPad displace_outputs[]
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...
static av_cold void uninit(AVFilterContext *ctx)
Definition at line 401 of file vf_displace.c.