FFmpeg
|
Data Fields | |
const AVClass * | class |
AVFrame * | outpicref |
FFTContext * | fft_context |
FFTComplex * | fft_data |
FFTComplex * | fft_result_left |
FFTComplex * | fft_result_right |
uint8_t * | spectogram |
SparseCoeff * | coeff_sort |
SparseCoeff * | coeffs [VIDEO_WIDTH] |
uint8_t * | font_alpha |
char * | fontfile |
int | coeffs_len [VIDEO_WIDTH] |
uint8_t | fontcolor_value [VIDEO_WIDTH *3] |
int64_t | frame_count |
int | spectogram_count |
int | spectogram_index |
int | fft_bits |
int | req_fullfilled |
int | remaining_fill |
char * | tlength |
char * | volume |
char * | fontcolor |
double | timeclamp |
float | coeffclamp |
int | fullhd |
float | gamma |
float | gamma2 |
int | fps |
int | count |
Definition at line 66 of file avf_showcqt.c.
const AVClass* ShowCQTContext::class |
Definition at line 67 of file avf_showcqt.c.
AVFrame* ShowCQTContext::outpicref |
Definition at line 68 of file avf_showcqt.c.
Referenced by config_output(), plot_cqt(), request_frame(), and uninit().
FFTContext* ShowCQTContext::fft_context |
Definition at line 69 of file avf_showcqt.c.
Referenced by config_output(), plot_cqt(), and uninit().
FFTComplex* ShowCQTContext::fft_data |
Definition at line 70 of file avf_showcqt.c.
Referenced by config_output(), filter_frame(), plot_cqt(), and uninit().
FFTComplex* ShowCQTContext::fft_result_left |
Definition at line 71 of file avf_showcqt.c.
Referenced by config_output(), plot_cqt(), and uninit().
FFTComplex* ShowCQTContext::fft_result_right |
Definition at line 72 of file avf_showcqt.c.
Referenced by config_output(), plot_cqt(), and uninit().
uint8_t* ShowCQTContext::spectogram |
Definition at line 73 of file avf_showcqt.c.
Referenced by config_output(), plot_cqt(), and uninit().
SparseCoeff* ShowCQTContext::coeff_sort |
Definition at line 74 of file avf_showcqt.c.
Referenced by config_output(), and uninit().
SparseCoeff* ShowCQTContext::coeffs[VIDEO_WIDTH] |
Definition at line 75 of file avf_showcqt.c.
Referenced by config_output(), plot_cqt(), and uninit().
uint8_t* ShowCQTContext::font_alpha |
Definition at line 76 of file avf_showcqt.c.
Referenced by config_output(), plot_cqt(), and uninit().
char* ShowCQTContext::fontfile |
Definition at line 77 of file avf_showcqt.c.
Referenced by config_output().
int ShowCQTContext::coeffs_len[VIDEO_WIDTH] |
Definition at line 78 of file avf_showcqt.c.
Referenced by config_output(), and plot_cqt().
uint8_t ShowCQTContext::fontcolor_value[VIDEO_WIDTH *3] |
Definition at line 79 of file avf_showcqt.c.
Referenced by config_output(), and plot_cqt().
int64_t ShowCQTContext::frame_count |
Definition at line 80 of file avf_showcqt.c.
Referenced by config_output(), and plot_cqt().
int ShowCQTContext::spectogram_count |
Definition at line 81 of file avf_showcqt.c.
Referenced by config_output(), and plot_cqt().
int ShowCQTContext::spectogram_index |
Definition at line 82 of file avf_showcqt.c.
Referenced by config_output(), and plot_cqt().
int ShowCQTContext::fft_bits |
Definition at line 83 of file avf_showcqt.c.
Referenced by config_output(), filter_frame(), and plot_cqt().
int ShowCQTContext::req_fullfilled |
Definition at line 84 of file avf_showcqt.c.
Referenced by config_output(), plot_cqt(), and request_frame().
int ShowCQTContext::remaining_fill |
Definition at line 85 of file avf_showcqt.c.
Referenced by config_output(), and filter_frame().
char* ShowCQTContext::tlength |
Definition at line 86 of file avf_showcqt.c.
Referenced by config_output().
char* ShowCQTContext::volume |
Definition at line 87 of file avf_showcqt.c.
Referenced by config_output().
char* ShowCQTContext::fontcolor |
Definition at line 88 of file avf_showcqt.c.
Referenced by config_output().
double ShowCQTContext::timeclamp |
Definition at line 89 of file avf_showcqt.c.
Referenced by config_output().
float ShowCQTContext::coeffclamp |
Definition at line 90 of file avf_showcqt.c.
Referenced by config_output().
int ShowCQTContext::fullhd |
Definition at line 91 of file avf_showcqt.c.
Referenced by config_output(), and plot_cqt().
float ShowCQTContext::gamma |
Definition at line 92 of file avf_showcqt.c.
Referenced by plot_cqt().
float ShowCQTContext::gamma2 |
Definition at line 93 of file avf_showcqt.c.
Referenced by plot_cqt().
int ShowCQTContext::fps |
Definition at line 94 of file avf_showcqt.c.
Referenced by config_output(), and filter_frame().
int ShowCQTContext::count |
Definition at line 95 of file avf_showcqt.c.
Referenced by config_output(), filter_frame(), and plot_cqt().