Go to the source code of this file.
|
enum | DetectionModes {
DET_UNSET = 0,
DET_DISABLED,
DET_OFF,
DET_ON,
DET_ADAPTIVE,
NB_DMODES
} |
|
enum | FilterModes {
LISTEN = -1,
CUT_BELOW,
CUT_ABOVE,
BOOST_BELOW,
BOOST_ABOVE,
NB_FMODES,
BASIC,
FINAL,
NB_MODES,
BASIC,
FAST,
NB_MODES
} |
|
◆ DEPTH [1/2]
◆ DEPTH [2/2]
◆ OFFSET
◆ AF
◆ FLAGS
◆ DetectionModes
Enumerator |
---|
DET_UNSET | |
DET_DISABLED | |
DET_OFF | |
DET_ON | |
DET_ADAPTIVE | |
NB_DMODES | |
Definition at line 29 of file af_adynamicequalizer.c.
◆ FilterModes
Enumerator |
---|
LISTEN | |
CUT_BELOW | |
CUT_ABOVE | |
BOOST_BELOW | |
BOOST_ABOVE | |
NB_FMODES | |
BASIC | |
FINAL | |
NB_MODES | |
BASIC | |
FAST | |
NB_MODES | |
Definition at line 38 of file af_adynamicequalizer.c.
◆ query_formats()
◆ get_coef()
◆ config_input()
◆ filter_frame()
◆ uninit()
◆ AVFILTER_DEFINE_CLASS()
AVFILTER_DEFINE_CLASS |
( |
adynamicequalizer |
| ) |
|
◆ adynamicequalizer_options
const AVOption adynamicequalizer_options[] |
|
static |
◆ inputs
◆ ff_af_adynamicequalizer
Initial value:= {
.name = "adynamicequalizer",
.priv_class = &adynamicequalizer_class,
}
Definition at line 276 of file af_adynamicequalizer.c.
static int query_formats(const AVFilterContext *ctx, AVFilterFormatsConfig **cfg_in, AVFilterFormatsConfig **cfg_out)
#define FILTER_INPUTS(array)
static int config_input(AVFilterLink *inlink)
static int filter_frame(AVFilterLink *inlink, AVFrame *in)
static av_cold void uninit(AVFilterContext *ctx)
#define FILTER_OUTPUTS(array)
const AVFilterPad ff_audio_default_filterpad[1]
An AVFilterPad array whose only entry has name "default" and is of type AVMEDIA_TYPE_AUDIO.
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
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.
#define FILTER_QUERY_FUNC2(func)
#define AVFILTER_FLAG_SLICE_THREADS
The filter supports multithreading by splitting frames into multiple parts and processing them concur...
#define AVFILTER_FLAG_SUPPORT_TIMELINE_INTERNAL
Same as AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC, except that the filter will have its filter_frame() c...
static const AVFilterPad inputs[]