FFmpeg
|
#include <avf_showcqt.h>
Definition at line 46 of file avf_showcqt.h.
const AVClass* ShowCQTContext::class |
Definition at line 47 of file avf_showcqt.h.
AVFilterContext* ShowCQTContext::ctx |
Definition at line 48 of file avf_showcqt.h.
Referenced by common_uninit(), init(), init_axis_color(), init_axis_from_file(), init_axis_from_font(), init_cqt(), init_volume(), and render_freetype().
AVFrame* ShowCQTContext::axis_frame |
Definition at line 49 of file avf_showcqt.h.
Referenced by common_uninit(), init_axis_empty(), init_axis_from_file(), init_axis_from_font(), and plot_cqt().
AVFrame* ShowCQTContext::sono_frame |
Definition at line 50 of file avf_showcqt.h.
Referenced by common_uninit(), config_output(), and plot_cqt().
enum AVPixelFormat ShowCQTContext::format |
Definition at line 51 of file avf_showcqt.h.
Referenced by config_output(), init_axis_empty(), init_axis_from_file(), init_axis_from_font(), and process_cqt().
int ShowCQTContext::sono_idx |
Definition at line 52 of file avf_showcqt.h.
Referenced by config_output(), and plot_cqt().
int ShowCQTContext::sono_count |
Definition at line 53 of file avf_showcqt.h.
Referenced by config_output(), plot_cqt(), and process_cqt().
int ShowCQTContext::step |
Definition at line 54 of file avf_showcqt.h.
Referenced by config_output(), and filter_frame().
AVRational ShowCQTContext::step_frac |
Definition at line 55 of file avf_showcqt.h.
Referenced by config_output(), and filter_frame().
int ShowCQTContext::remaining_frac |
Definition at line 56 of file avf_showcqt.h.
Referenced by config_output(), and filter_frame().
int ShowCQTContext::remaining_fill |
Definition at line 57 of file avf_showcqt.h.
Referenced by config_output(), and filter_frame().
int64_t ShowCQTContext::next_pts |
Definition at line 58 of file avf_showcqt.h.
Referenced by config_output(), filter_frame(), and plot_cqt().
double* ShowCQTContext::freq |
Definition at line 59 of file avf_showcqt.h.
Referenced by common_uninit(), config_output(), init_axis_color(), init_cqt(), and init_volume().
FFTContext* ShowCQTContext::fft_ctx |
Definition at line 60 of file avf_showcqt.h.
Referenced by common_uninit(), config_output(), and plot_cqt().
Coeffs* ShowCQTContext::coeffs |
Definition at line 61 of file avf_showcqt.h.
Referenced by common_uninit(), init_cqt(), and plot_cqt().
FFTComplex* ShowCQTContext::fft_data |
Definition at line 62 of file avf_showcqt.h.
Referenced by common_uninit(), config_output(), filter_frame(), and plot_cqt().
FFTComplex* ShowCQTContext::fft_result |
Definition at line 63 of file avf_showcqt.h.
Referenced by common_uninit(), config_output(), and plot_cqt().
FFTComplex* ShowCQTContext::cqt_result |
Definition at line 64 of file avf_showcqt.h.
Referenced by common_uninit(), config_output(), plot_cqt(), and process_cqt().
int ShowCQTContext::fft_bits |
Definition at line 65 of file avf_showcqt.h.
Referenced by config_output().
int ShowCQTContext::fft_len |
Definition at line 66 of file avf_showcqt.h.
Referenced by config_output(), filter_frame(), init_cqt(), and plot_cqt().
int ShowCQTContext::cqt_len |
Definition at line 67 of file avf_showcqt.h.
Referenced by common_uninit(), config_output(), init_axis_color(), init_cqt(), init_volume(), plot_cqt(), and process_cqt().
int ShowCQTContext::cqt_align |
Definition at line 68 of file avf_showcqt.h.
Referenced by config_output(), and init_cqt().
ColorFloat* ShowCQTContext::c_buf |
Definition at line 69 of file avf_showcqt.h.
Referenced by common_uninit(), config_output(), plot_cqt(), and process_cqt().
float* ShowCQTContext::h_buf |
Definition at line 70 of file avf_showcqt.h.
Referenced by common_uninit(), config_output(), plot_cqt(), and process_cqt().
float* ShowCQTContext::rcp_h_buf |
Definition at line 71 of file avf_showcqt.h.
Referenced by common_uninit(), config_output(), plot_cqt(), and process_cqt().
float* ShowCQTContext::sono_v_buf |
Definition at line 72 of file avf_showcqt.h.
Referenced by common_uninit(), init_volume(), and process_cqt().
float* ShowCQTContext::bar_v_buf |
Definition at line 73 of file avf_showcqt.h.
Referenced by common_uninit(), init_volume(), and process_cqt().
void(* ShowCQTContext::cqt_calc)(FFTComplex *dst, const FFTComplex *src, const Coeffs *coeffs, int len, int fft_len) |
Definition at line 75 of file avf_showcqt.h.
Referenced by config_output(), and plot_cqt().
Definition at line 77 of file avf_showcqt.h.
Referenced by config_output(), and init_cqt().
void(* ShowCQTContext::draw_bar)(AVFrame *out, const float *h, const float *rcp_h, const ColorFloat *c, int bar_h) |
Definition at line 78 of file avf_showcqt.h.
Referenced by config_output(), and plot_cqt().
Definition at line 80 of file avf_showcqt.h.
Referenced by config_output(), and plot_cqt().
Definition at line 81 of file avf_showcqt.h.
Referenced by config_output(), and plot_cqt().
void(* ShowCQTContext::update_sono)(AVFrame *sono, const ColorFloat *c, int idx) |
Definition at line 82 of file avf_showcqt.h.
Referenced by config_output(), and plot_cqt().
int64_t ShowCQTContext::fft_time |
Definition at line 84 of file avf_showcqt.h.
Referenced by common_uninit(), and plot_cqt().
int64_t ShowCQTContext::cqt_time |
Definition at line 85 of file avf_showcqt.h.
Referenced by common_uninit(), and plot_cqt().
int64_t ShowCQTContext::process_cqt_time |
Definition at line 86 of file avf_showcqt.h.
Referenced by common_uninit(), and plot_cqt().
int64_t ShowCQTContext::update_sono_time |
Definition at line 87 of file avf_showcqt.h.
Referenced by common_uninit(), and plot_cqt().
int64_t ShowCQTContext::alloc_time |
Definition at line 88 of file avf_showcqt.h.
Referenced by common_uninit(), and plot_cqt().
int64_t ShowCQTContext::bar_time |
Definition at line 89 of file avf_showcqt.h.
Referenced by common_uninit(), and plot_cqt().
int64_t ShowCQTContext::axis_time |
Definition at line 90 of file avf_showcqt.h.
Referenced by common_uninit(), and plot_cqt().
int64_t ShowCQTContext::sono_time |
Definition at line 91 of file avf_showcqt.h.
Referenced by common_uninit(), and plot_cqt().
int ShowCQTContext::width |
Definition at line 93 of file avf_showcqt.h.
Referenced by config_output(), init(), init_axis_empty(), init_axis_from_file(), init_axis_from_font(), and process_cqt().
int ShowCQTContext::height |
Definition at line 93 of file avf_showcqt.h.
Referenced by config_output(), and init().
AVRational ShowCQTContext::rate |
Definition at line 94 of file avf_showcqt.h.
Referenced by config_output().
int ShowCQTContext::bar_h |
Definition at line 95 of file avf_showcqt.h.
Referenced by config_output(), init(), and plot_cqt().
int ShowCQTContext::axis_h |
Definition at line 96 of file avf_showcqt.h.
Referenced by config_output(), init(), init_axis_empty(), init_axis_from_file(), init_axis_from_font(), and plot_cqt().
int ShowCQTContext::sono_h |
Definition at line 97 of file avf_showcqt.h.
Referenced by config_output(), init(), and plot_cqt().
int ShowCQTContext::fullhd |
Definition at line 98 of file avf_showcqt.h.
Referenced by init().
char* ShowCQTContext::sono_v |
Definition at line 99 of file avf_showcqt.h.
Referenced by init_volume().
char* ShowCQTContext::bar_v |
Definition at line 100 of file avf_showcqt.h.
Referenced by init_volume().
float ShowCQTContext::sono_g |
Definition at line 101 of file avf_showcqt.h.
Referenced by process_cqt().
float ShowCQTContext::bar_g |
Definition at line 102 of file avf_showcqt.h.
Referenced by process_cqt().
double ShowCQTContext::timeclamp |
Definition at line 103 of file avf_showcqt.h.
Referenced by config_output(), init_axis_color(), init_cqt(), and init_volume().
double ShowCQTContext::basefreq |
Definition at line 104 of file avf_showcqt.h.
Referenced by config_output(), and init_axis_color().
double ShowCQTContext::endfreq |
Definition at line 105 of file avf_showcqt.h.
Referenced by config_output(), and init_axis_color().
float ShowCQTContext::coeffclamp |
Definition at line 106 of file avf_showcqt.h.
char* ShowCQTContext::tlength |
Definition at line 107 of file avf_showcqt.h.
Referenced by init_cqt().
int ShowCQTContext::count |
Definition at line 108 of file avf_showcqt.h.
Referenced by config_output(), and plot_cqt().
int ShowCQTContext::fcount |
Definition at line 109 of file avf_showcqt.h.
Referenced by config_output(), init(), and process_cqt().
char* ShowCQTContext::fontfile |
Definition at line 110 of file avf_showcqt.h.
Referenced by render_freetype().
char* ShowCQTContext::fontcolor |
Definition at line 111 of file avf_showcqt.h.
Referenced by init_axis_color().
char* ShowCQTContext::axisfile |
Definition at line 112 of file avf_showcqt.h.
Referenced by config_output(), and init_axis_from_file().
int ShowCQTContext::axis |
Definition at line 113 of file avf_showcqt.h.
Referenced by config_output().