Go to the source code of this file.
◆ OFFSET
◆ FLAGS
◆ AVFILTER_DEFINE_CLASS()
| AVFILTER_DEFINE_CLASS |
( |
hilbert | | ) |
|
◆ init()
◆ uninit()
◆ query_formats()
◆ config_props()
◆ activate()
◆ hilbert_options
Initial value:= {
{
"nb_samples",
"set the number of samples per requested frame",
OFFSET(nb_samples),
AV_OPT_TYPE_INT, {.i64 = 1024}, 1, INT_MAX,
FLAGS },
}
@ AV_OPT_TYPE_INT
Underlying C type is int.
#define WIN_FUNC_OPTION(win_func_opt_name, win_func_offset, flag, default_window_func)
Definition at line 45 of file asrc_hilbert.c.
◆ hilbert_outputs
Initial value:= {
{
.name = "default",
},
}
static int config_props(AVBitStreamFilterLink *link)
Definition at line 156 of file asrc_hilbert.c.
◆ ff_asrc_hilbert
Initial value:= {
.p.name = "hilbert",
.p.priv_class = &hilbert_class,
}
static int query_formats(const AVFilterContext *ctx, AVFilterFormatsConfig **cfg_in, AVFilterFormatsConfig **cfg_out)
static const AVFilterPad hilbert_outputs[]
int(* init)(AVBSFContext *ctx)
static av_cold void uninit(AVBitStreamFilterContext *ctx)
static int activate(AVBitStreamFilterContext *ctx)
#define FILTER_OUTPUTS(array)
#define FILTER_QUERY_FUNC2(func)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
Definition at line 164 of file asrc_hilbert.c.