Go to the source code of this file.
|
| enum | DisplayScale {
LINEAR,
SQRT,
CBRT,
LOG,
RLOG,
NB_SCALES,
LINEAR,
SQRT,
CBRT,
LOG,
FOURTHRT,
FIFTHRT,
NB_SCALES
} |
| |
| enum | AmplitudeScale {
ALINEAR,
ALOG,
NB_ASCALES,
AS_LINEAR,
AS_SQRT,
AS_CBRT,
AS_LOG,
NB_ASCALES
} |
| |
| enum | SlideMode {
REPLACE,
SCROLL,
NB_SLIDES,
REPLACE,
SCROLL,
FULLFRAME,
RSCROLL,
NB_SLIDES,
REPLACE,
SCROLL,
FULLFRAME,
RSCROLL,
NB_SLIDES
} |
| |
| enum | DisplayMode {
SINGLE,
SEPARATE,
NB_DMODES,
LINE,
BAR,
DOT,
NB_MODES,
COMBINED,
SEPARATE,
NB_MODES
} |
| |
| enum | HistogramMode { ACCUMULATE,
CURRENT,
NB_HMODES
} |
| |
| Enumerator |
|---|
| LINEAR |
|
| SQRT |
|
| CBRT |
|
| LOG |
|
| RLOG |
|
| NB_SCALES |
|
| LINEAR |
|
| SQRT |
|
| CBRT |
|
| LOG |
|
| FOURTHRT |
|
| FIFTHRT |
|
| NB_SCALES |
|
Definition at line 30 of file avf_ahistogram.c.
| Enumerator |
|---|
| ALINEAR |
|
| ALOG |
|
| NB_ASCALES |
|
| AS_LINEAR |
|
| AS_SQRT |
|
| AS_CBRT |
|
| AS_LOG |
|
| NB_ASCALES |
|
Definition at line 31 of file avf_ahistogram.c.
| Enumerator |
|---|
| REPLACE |
|
| SCROLL |
|
| NB_SLIDES |
|
| REPLACE |
|
| SCROLL |
|
| FULLFRAME |
|
| RSCROLL |
|
| NB_SLIDES |
|
| REPLACE |
|
| SCROLL |
|
| FULLFRAME |
|
| RSCROLL |
|
| NB_SLIDES |
|
Definition at line 32 of file avf_ahistogram.c.
| Enumerator |
|---|
| SINGLE |
|
| SEPARATE |
|
| NB_DMODES |
|
| LINE |
|
| BAR |
|
| DOT |
|
| NB_MODES |
|
| COMBINED |
|
| SEPARATE |
|
| NB_MODES |
|
Definition at line 33 of file avf_ahistogram.c.
| AVFILTER_DEFINE_CLASS |
( |
ahistogram |
| ) |
|
Initial value:= {
}
offset must point to AVRational
offset must point to two consecutive integers
Definition at line 62 of file avf_ahistogram.c.
Initial value:= {
{
.name = "default",
},
}
static int filter_frame(AVFilterLink *inlink, AVFrame *in)
static int config_input(AVFilterLink *inlink)
Definition at line 385 of file avf_ahistogram.c.
Initial value:= {
{
.name = "default",
},
}
static int config_output(AVFilterLink *outlink)
Definition at line 395 of file avf_ahistogram.c.
Initial value:= {
.name = "ahistogram",
.priv_class = &ahistogram_class,
}
static const AVFilterPad audiovectorscope_outputs[]
static int query_formats(AVFilterContext *ctx)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static const AVFilterPad outputs[]
static const AVFilterPad inputs[]
static const AVFilterPad audiovectorscope_inputs[]
static av_cold void uninit(AVFilterContext *ctx)
Definition at line 404 of file avf_ahistogram.c.