Go to the source code of this file.
|
| AVFILTER_DEFINE_CLASS (anoisesrc) |
|
static av_cold int | query_formats (AVFilterContext *ctx) |
|
static double | white_filter (double white, double *buf, double ha) |
|
static double | pink_filter (double white, double *buf, double ha) |
|
static double | blue_filter (double white, double *buf, double ha) |
|
static double | brown_filter (double white, double *buf, double ha) |
|
static double | violet_filter (double white, double *buf, double ha) |
|
static double | velvet_filter (double white, double *buf, double ha) |
|
static av_cold int | config_props (AVFilterLink *outlink) |
|
static int | activate (AVFilterContext *ctx) |
|
◆ OFFSET
◆ FLAGS
◆ NoiseMode
Enumerator |
---|
NM_WHITE | |
NM_PINK | |
NM_BROWN | |
NM_BLUE | |
NM_VIOLET | |
NM_VELVET | |
NM_NB | |
Definition at line 45 of file asrc_anoisesrc.c.
◆ AVFILTER_DEFINE_CLASS()
AVFILTER_DEFINE_CLASS |
( |
anoisesrc |
| ) |
|
◆ query_formats()
◆ white_filter()
static double white_filter |
( |
double |
white, |
|
|
double * |
buf, |
|
|
double |
ha |
|
) |
| |
|
static |
◆ pink_filter()
static double pink_filter |
( |
double |
white, |
|
|
double * |
buf, |
|
|
double |
ha |
|
) |
| |
|
static |
◆ blue_filter()
static double blue_filter |
( |
double |
white, |
|
|
double * |
buf, |
|
|
double |
ha |
|
) |
| |
|
static |
◆ brown_filter()
static double brown_filter |
( |
double |
white, |
|
|
double * |
buf, |
|
|
double |
ha |
|
) |
| |
|
static |
◆ violet_filter()
static double violet_filter |
( |
double |
white, |
|
|
double * |
buf, |
|
|
double |
ha |
|
) |
| |
|
static |
◆ velvet_filter()
static double velvet_filter |
( |
double |
white, |
|
|
double * |
buf, |
|
|
double |
ha |
|
) |
| |
|
static |
◆ config_props()
◆ activate()
◆ anoisesrc_options
◆ anoisesrc_outputs
Initial value:= {
{
.name = "default",
},
}
static av_cold int config_props(AVFilterLink *outlink)
Definition at line 240 of file asrc_anoisesrc.c.
◆ ff_asrc_anoisesrc
Initial value:= {
.name = "anoisesrc",
.priv_class = &anoisesrc_class,
}
static const AVFilterPad inputs[]
static const AVFilterPad outputs[]
static av_cold int query_formats(AVFilterContext *ctx)
static int activate(AVFilterContext *ctx)
static const AVFilterPad anoisesrc_outputs[]
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
Definition at line 249 of file asrc_anoisesrc.c.