Go to the source code of this file.
◆ OFFSET
◆ FLAGS
◆ RE
#define RE |
( |
|
y, |
|
|
|
ch |
|
) |
| s->fft_data[ch][y].re |
◆ IM
#define IM |
( |
|
y, |
|
|
|
ch |
|
) |
| s->fft_data[ch][y].im |
◆ AVFILTER_DEFINE_CLASS()
AVFILTER_DEFINE_CLASS |
( |
showspatial |
| ) |
|
◆ uninit()
◆ query_formats()
◆ run_channel_fft()
◆ config_output()
◆ draw_dot()
◆ draw_spatial()
◆ spatial_activate()
◆ showspatial_options
Initial value:= {
}
offset must point to two consecutive integers
Definition at line 59 of file avf_showspatial.c.
◆ showspatial_inputs
◆ showspatial_outputs
Initial value:= {
{
.name = "default",
},
}
static int config_output(AVFilterLink *outlink)
Definition at line 352 of file avf_showspatial.c.
◆ ff_avf_showspatial
Initial value:= {
.name = "showspatial",
.priv_class = &showspatial_class,
}
static int spatial_activate(AVFilterContext *ctx)
static av_cold void uninit(AVFilterContext *ctx)
static const AVFilterPad showspatial_outputs[]
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
#define AVFILTER_FLAG_SLICE_THREADS
The filter supports multithreading by splitting frames into multiple parts and processing them concur...
static int activate(AVFilterContext *ctx)
static const AVFilterPad inputs[]
static const AVFilterPad outputs[]
static const AVFilterPad showspatial_inputs[]
#define flags(name, subs,...)
static int query_formats(AVFilterContext *ctx)
Definition at line 361 of file avf_showspatial.c.