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,
LINEAR,
LOG,
NB_DISPLAY_SCALE
} |
|
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
} |
|
◆ OFFSET
◆ FLAGS
◆ DisplayScale
Enumerator |
---|
LINEAR | |
SQRT | |
CBRT | |
LOG | |
RLOG | |
NB_SCALES | |
LINEAR | |
SQRT | |
CBRT | |
LOG | |
FOURTHRT | |
FIFTHRT | |
NB_SCALES | |
LINEAR | |
LOG | |
NB_DISPLAY_SCALE | |
Definition at line 30 of file avf_ahistogram.c.
◆ AmplitudeScale
Enumerator |
---|
ALINEAR | |
ALOG | |
NB_ASCALES | |
AS_LINEAR | |
AS_SQRT | |
AS_CBRT | |
AS_LOG | |
NB_ASCALES | |
Definition at line 31 of file avf_ahistogram.c.
◆ SlideMode
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.
◆ DisplayMode
Enumerator |
---|
SINGLE | |
SEPARATE | |
NB_DMODES | |
LINE | |
BAR | |
DOT | |
NB_MODES | |
COMBINED | |
SEPARATE | |
NB_MODES | |
Definition at line 33 of file avf_ahistogram.c.
◆ HistogramMode
◆ AVFILTER_DEFINE_CLASS()
AVFILTER_DEFINE_CLASS |
( |
ahistogram |
| ) |
|
◆ query_formats()
◆ config_input()
◆ config_output()
◆ filter_frame()
◆ uninit()
◆ ahistogram_options
Initial value:= {
{
"rheight",
"set histogram ratio of window height",
OFFSET(phisto),
AV_OPT_TYPE_FLOAT, {.dbl=0.10}, 0, 1, FLAGS },
}
offset must point to AVRational
offset must point to two consecutive integers
Definition at line 62 of file avf_ahistogram.c.
◆ audiovectorscope_inputs
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.
◆ audiovectorscope_outputs
Initial value:= {
{
.name = "default",
},
}
static int config_output(AVFilterLink *outlink)
Definition at line 395 of file avf_ahistogram.c.
◆ ff_avf_ahistogram
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 inputs[]
static const AVFilterPad outputs[]
static const AVFilterPad audiovectorscope_inputs[]
static av_cold void uninit(AVFilterContext *ctx)
Definition at line 404 of file avf_ahistogram.c.