Go to the source code of this file.
|
static const char *const | var_names [] = { "sr", "b", "nb", "ch", "chs", "pts", "re", "im", NULL } |
|
static const AVOption | afftfilt_options [] |
|
static const char *const | func2_names [] = { "real", "imag", NULL } |
|
static double(*const | func2 [])(void *, double, double) = { realf, imagf, NULL } |
|
static const AVFilterPad | inputs [] |
|
static const AVFilterPad | outputs [] |
|
AVFilter | ff_af_afftfilt |
|
Enumerator |
---|
VAR_SAMPLE_RATE |
|
VAR_BIN |
|
VAR_NBBINS |
|
VAR_CHANNEL |
|
VAR_CHANNELS |
|
VAR_PTS |
|
VAR_REAL |
|
VAR_IMAG |
|
VAR_VARS_NB |
|
Definition at line 58 of file af_afftfilt.c.
AVFILTER_DEFINE_CLASS |
( |
afftfilt |
| ) |
|
static double getreal |
( |
void * |
priv, |
|
|
double |
x, |
|
|
double |
ch |
|
) |
| |
|
inlinestatic |
static double getimag |
( |
void * |
priv, |
|
|
double |
x, |
|
|
double |
ch |
|
) |
| |
|
inlinestatic |
static double realf |
( |
void * |
priv, |
|
|
double |
x, |
|
|
double |
ch |
|
) |
| |
|
static |
static double imagf |
( |
void * |
priv, |
|
|
double |
x, |
|
|
double |
ch |
|
) |
| |
|
static |
const char* const var_names[] = { "sr", "b", "nb", "ch", "chs", "pts", "re", "im", NULL } |
|
static |
const char* const func2_names[] = { "real", "imag", NULL } |
|
static |
Initial value:= {
{
.name = "default",
},
}
static int config_input(AVFilterLink *inlink)
Definition at line 462 of file af_afftfilt.c.
Initial value:= {
{
.name = "default",
},
}
Definition at line 471 of file af_afftfilt.c.
Initial value:= {
.name = "afftfilt",
.priv_class = &afftfilt_class,
}
static av_cold void uninit(AVFilterContext *ctx)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static int query_formats(AVFilterContext *ctx)
static const AVFilterPad outputs[]
static const AVFilterPad inputs[]
static int activate(AVFilterContext *ctx)
Definition at line 479 of file af_afftfilt.c.