|
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 | font_color [VIDEO_WIDTH] |
| int64_t | frame_count |
| int | spectogram_count |
| int | spectogram_index |
| int | fft_bits |
| int | req_fullfilled |
| int | remaining_fill |
| double | volume |
| double | timeclamp |
| float | coeffclamp |
| int | fullhd |
| float | gamma |
| int | fps |
| int | count |
Definition at line 58 of file avf_showcqt.c.
| const AVClass* ShowCQTContext::class |
Definition at line 59 of file avf_showcqt.c.
| AVFrame* ShowCQTContext::outpicref |
Definition at line 60 of file avf_showcqt.c.
Referenced by config_output(), plot_cqt(), request_frame(), and uninit().
| FFTContext* ShowCQTContext::fft_context |
Definition at line 61 of file avf_showcqt.c.
Referenced by config_output(), plot_cqt(), and uninit().
| FFTComplex* ShowCQTContext::fft_data |
Definition at line 62 of file avf_showcqt.c.
Referenced by config_output(), filter_frame(), plot_cqt(), and uninit().
| FFTComplex* ShowCQTContext::fft_result_left |
Definition at line 63 of file avf_showcqt.c.
Referenced by config_output(), plot_cqt(), and uninit().
| FFTComplex* ShowCQTContext::fft_result_right |
Definition at line 64 of file avf_showcqt.c.
Referenced by config_output(), plot_cqt(), and uninit().
| uint8_t* ShowCQTContext::spectogram |
Definition at line 65 of file avf_showcqt.c.
Referenced by config_output(), plot_cqt(), and uninit().
| SparseCoeff* ShowCQTContext::coeff_sort |
Definition at line 66 of file avf_showcqt.c.
Referenced by config_output(), and uninit().
| SparseCoeff* ShowCQTContext::coeffs[VIDEO_WIDTH] |
Definition at line 67 of file avf_showcqt.c.
Referenced by config_output(), plot_cqt(), and uninit().
| uint8_t* ShowCQTContext::font_alpha |
Definition at line 68 of file avf_showcqt.c.
Referenced by config_output(), plot_cqt(), and uninit().
| char* ShowCQTContext::fontfile |
Definition at line 69 of file avf_showcqt.c.
Referenced by config_output().
| int ShowCQTContext::coeffs_len[VIDEO_WIDTH] |
Definition at line 70 of file avf_showcqt.c.
Referenced by config_output(), and plot_cqt().
| uint8_t ShowCQTContext::font_color[VIDEO_WIDTH] |
Definition at line 71 of file avf_showcqt.c.
Referenced by config_output(), and plot_cqt().
| int64_t ShowCQTContext::frame_count |
Definition at line 72 of file avf_showcqt.c.
Referenced by config_output(), and plot_cqt().
| int ShowCQTContext::spectogram_count |
Definition at line 73 of file avf_showcqt.c.
Referenced by config_output(), and plot_cqt().
| int ShowCQTContext::spectogram_index |
Definition at line 74 of file avf_showcqt.c.
Referenced by config_output(), and plot_cqt().
| int ShowCQTContext::fft_bits |
Definition at line 75 of file avf_showcqt.c.
Referenced by config_output(), filter_frame(), and plot_cqt().
| int ShowCQTContext::req_fullfilled |
Definition at line 76 of file avf_showcqt.c.
Referenced by config_output(), plot_cqt(), and request_frame().
| int ShowCQTContext::remaining_fill |
Definition at line 77 of file avf_showcqt.c.
Referenced by config_output(), and filter_frame().
| double ShowCQTContext::volume |
Definition at line 78 of file avf_showcqt.c.
Referenced by config_output().
| double ShowCQTContext::timeclamp |
Definition at line 79 of file avf_showcqt.c.
Referenced by config_output().
| float ShowCQTContext::coeffclamp |
Definition at line 80 of file avf_showcqt.c.
Referenced by config_output().
| int ShowCQTContext::fullhd |
Definition at line 81 of file avf_showcqt.c.
Referenced by config_output(), and plot_cqt().
| float ShowCQTContext::gamma |
Definition at line 82 of file avf_showcqt.c.
Referenced by plot_cqt().
| int ShowCQTContext::fps |
Definition at line 83 of file avf_showcqt.c.
Referenced by config_output(), and filter_frame().
| int ShowCQTContext::count |
Definition at line 84 of file avf_showcqt.c.
Referenced by config_output(), filter_frame(), and plot_cqt().
1.8.2