FFmpeg
|
#include "config.h"
#include "libavutil/mem.h"
#include "libavutil/tx.h"
#include "libavutil/channel_layout.h"
#include "libavutil/opt.h"
#include "libavutil/xga_font_data.h"
#include "libavutil/eval.h"
#include "libavutil/pixdesc.h"
#include "libavutil/time.h"
#include "audio.h"
#include "avfilter.h"
#include "filters.h"
#include "formats.h"
#include "lavfutils.h"
#include "lswsutils.h"
#include "video.h"
#include "avf_showcqt.h"
Go to the source code of this file.
Macros | |
#define | BASEFREQ 20.01523126408007475 |
#define | ENDFREQ 20495.59681441799654 |
#define | TLENGTH "384*tc/(384+tc*f)" |
#define | TLENGTH_MIN 0.001 |
#define | VOLUME_MAX 100.0 |
#define | FONTCOLOR |
#define | CSCHEME "1|0.5|0|0|0.5|1" |
#define | OFFSET(x) offsetof(ShowCQTContext, x) |
#define | FLAGS (AV_OPT_FLAG_FILTERING_PARAM|AV_OPT_FLAG_VIDEO_PARAM) |
#define | DRAW_BAR_WITH_CHROMA(x) |
#define | DRAW_BAR_WITHOUT_CHROMA(x) |
#define | BLEND_WITH_CHROMA(c) |
#define | BLEND_WITHOUT_CHROMA(c, alpha_inc) |
#define | BLEND_CHROMA2(c) |
#define | BLEND_CHROMA2x2(c) |
#define | UPDATE_TIME(t) |
Variables | |
static const AVOption | showcqt_options [] |
static const AVFilterPad | showcqt_outputs [] |
const AVFilter | ff_avf_showcqt |
#define BASEFREQ 20.01523126408007475 |
Definition at line 49 of file avf_showcqt.c.
#define ENDFREQ 20495.59681441799654 |
Definition at line 50 of file avf_showcqt.c.
#define TLENGTH "384*tc/(384+tc*f)" |
Definition at line 51 of file avf_showcqt.c.
#define TLENGTH_MIN 0.001 |
Definition at line 52 of file avf_showcqt.c.
#define VOLUME_MAX 100.0 |
Definition at line 53 of file avf_showcqt.c.
#define FONTCOLOR |
Definition at line 54 of file avf_showcqt.c.
#define CSCHEME "1|0.5|0|0|0.5|1" |
Definition at line 57 of file avf_showcqt.c.
#define OFFSET | ( | x | ) | offsetof(ShowCQTContext, x) |
Definition at line 59 of file avf_showcqt.c.
#define FLAGS (AV_OPT_FLAG_FILTERING_PARAM|AV_OPT_FLAG_VIDEO_PARAM) |
Definition at line 60 of file avf_showcqt.c.
#define DRAW_BAR_WITH_CHROMA | ( | x | ) |
Definition at line 786 of file avf_showcqt.c.
#define DRAW_BAR_WITHOUT_CHROMA | ( | x | ) |
#define BLEND_WITH_CHROMA | ( | c | ) |
Definition at line 892 of file avf_showcqt.c.
#define BLEND_WITHOUT_CHROMA | ( | c, | |
alpha_inc | |||
) |
Definition at line 912 of file avf_showcqt.c.
#define BLEND_CHROMA2 | ( | c | ) |
Definition at line 926 of file avf_showcqt.c.
#define BLEND_CHROMA2x2 | ( | c | ) |
Definition at line 943 of file avf_showcqt.c.
#define UPDATE_TIME | ( | t | ) |
AVFILTER_DEFINE_CLASS | ( | showcqt | ) |
|
static |
Definition at line 110 of file avf_showcqt.c.
Referenced by config_output(), and uninit().
Definition at line 167 of file avf_showcqt.c.
Referenced by config_output(), and init_axis_color().
|
static |
Definition at line 187 of file avf_showcqt.c.
Referenced by init_cqt(), and init_volume().
Definition at line 208 of file avf_showcqt.c.
Referenced by init_volume().
Definition at line 216 of file avf_showcqt.c.
Referenced by init_volume().
Definition at line 223 of file avf_showcqt.c.
Referenced by init_volume().
|
static |
Definition at line 230 of file avf_showcqt.c.
Referenced by config_output().
|
static |
Definition at line 272 of file avf_showcqt.c.
Referenced by config_output().
|
static |
Definition at line 299 of file avf_showcqt.c.
Referenced by config_output().
|
static |
Definition at line 361 of file avf_showcqt.c.
Referenced by config_output(), init_axis_empty(), and init_axis_from_font().
|
static |
Definition at line 387 of file avf_showcqt.c.
Referenced by init_axis_empty(), init_axis_from_file(), and init_axis_from_font().
|
static |
Definition at line 398 of file avf_showcqt.c.
Referenced by config_output().
|
static |
Definition at line 405 of file avf_showcqt.c.
Referenced by config_output().
Definition at line 437 of file avf_showcqt.c.
Referenced by init_axis_color().
Definition at line 442 of file avf_showcqt.c.
Referenced by init_axis_color().
Definition at line 448 of file avf_showcqt.c.
Referenced by init_axis_color().
Definition at line 454 of file avf_showcqt.c.
Referenced by init_axis_color().
|
static |
Definition at line 460 of file avf_showcqt.c.
Referenced by init_axis_from_font().
|
static |
Definition at line 507 of file avf_showcqt.c.
Referenced by init_axis_from_font(), and render_fontconfig().
|
static |
Definition at line 591 of file avf_showcqt.c.
Referenced by init_axis_from_font().
|
static |
Definition at line 655 of file avf_showcqt.c.
Referenced by init_axis_from_font().
|
static |
Definition at line 681 of file avf_showcqt.c.
Referenced by config_output().
Definition at line 722 of file avf_showcqt.c.
Referenced by process_cqt(), rgb_from_cqt(), and yuv_from_cqt().
|
static |
Definition at line 735 of file avf_showcqt.c.
Referenced by process_cqt().
|
static |
Definition at line 745 of file avf_showcqt.c.
Referenced by process_cqt().
|
static |
Definition at line 759 of file avf_showcqt.c.
Referenced by config_output().
|
static |
Definition at line 812 of file avf_showcqt.c.
Referenced by config_output().
|
static |
Definition at line 863 of file avf_showcqt.c.
Referenced by config_output().
|
static |
Definition at line 965 of file avf_showcqt.c.
Referenced by config_output().
Definition at line 1030 of file avf_showcqt.c.
Referenced by config_output().
|
static |
Definition at line 1055 of file avf_showcqt.c.
Referenced by config_output().
|
static |
Definition at line 1067 of file avf_showcqt.c.
Referenced by config_output().
|
static |
Definition at line 1086 of file avf_showcqt.c.
Referenced by plot_cqt().
|
static |
Definition at line 1132 of file avf_showcqt.c.
Referenced by filter_frame().
|
static |
Definition at line 1198 of file avf_showcqt.c.
Referenced by init().
|
static |
Definition at line 1233 of file avf_showcqt.c.
Referenced by init().
|
static |
Definition at line 1255 of file avf_showcqt.c.
|
static |
Definition at line 1312 of file avf_showcqt.c.
|
static |
Definition at line 1317 of file avf_showcqt.c.
|
static |
Definition at line 1348 of file avf_showcqt.c.
|
static |
Definition at line 1479 of file avf_showcqt.c.
Referenced by activate().
|
static |
Definition at line 1561 of file avf_showcqt.c.
|
static |
Definition at line 62 of file avf_showcqt.c.
|
static |
Definition at line 1593 of file avf_showcqt.c.
const AVFilter ff_avf_showcqt |
Definition at line 1601 of file avf_showcqt.c.