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 [] |
| |
| const AVFilter | ff_af_afftfilt |
| |
◆ OFFSET
◆ anonymous enum
| Enumerator |
|---|
| VAR_SAMPLE_RATE | |
| VAR_BIN | |
| VAR_NBBINS | |
| VAR_CHANNEL | |
| VAR_CHANNELS | |
| VAR_PTS | |
| VAR_REAL | |
| VAR_IMAG | |
| VAR_VARS_NB | |
Definition at line 60 of file af_afftfilt.c.
◆ AVFILTER_DEFINE_CLASS()
| AVFILTER_DEFINE_CLASS |
( |
afftfilt |
| ) |
|
◆ getreal()
| static double getreal |
( |
void * |
priv, |
|
|
double |
x, |
|
|
double |
ch |
|
) |
| |
|
inlinestatic |
◆ getimag()
| static double getimag |
( |
void * |
priv, |
|
|
double |
x, |
|
|
double |
ch |
|
) |
| |
|
inlinestatic |
◆ realf()
| static double realf |
( |
void * |
priv, |
|
|
double |
x, |
|
|
double |
ch |
|
) |
| |
|
static |
◆ imagf()
| static double imagf |
( |
void * |
priv, |
|
|
double |
x, |
|
|
double |
ch |
|
) |
| |
|
static |
◆ config_input()
◆ filter_frame()
◆ activate()
◆ uninit()
◆ var_names
| const char* const var_names[] = { "sr", "b", "nb", "ch", "chs", "pts", "re", "im", NULL } |
|
static |
◆ afftfilt_options
◆ func2_names
| const char* const func2_names[] = { "real", "imag", NULL } |
|
static |
◆ func2
| double(*const func2[])(void *, double, double) = { realf, imagf, NULL } |
|
static |
◆ inputs
Initial value:= {
{
.name = "default",
},
}
Definition at line 432 of file af_afftfilt.c.
◆ outputs
Initial value:= {
{
.name = "default",
},
}
Definition at line 440 of file af_afftfilt.c.
◆ ff_af_afftfilt
Initial value:= {
.name = "afftfilt",
.priv_class = &afftfilt_class,
}
Definition at line 447 of file af_afftfilt.c.