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.
AVFrame* ShowCQTContext::axis_frame |
Definition at line 49 of file avf_showcqt.h.
AVFrame* ShowCQTContext::sono_frame |
Definition at line 50 of file avf_showcqt.h.
enum AVPixelFormat ShowCQTContext::format |
Definition at line 51 of file avf_showcqt.h.
int ShowCQTContext::sono_idx |
Definition at line 52 of file avf_showcqt.h.
int ShowCQTContext::sono_count |
Definition at line 53 of file avf_showcqt.h.
int ShowCQTContext::step |
Definition at line 54 of file avf_showcqt.h.
AVRational ShowCQTContext::step_frac |
Definition at line 55 of file avf_showcqt.h.
int ShowCQTContext::remaining_frac |
Definition at line 56 of file avf_showcqt.h.
int ShowCQTContext::remaining_fill |
Definition at line 57 of file avf_showcqt.h.
int ShowCQTContext::remaining_fill_max |
Definition at line 58 of file avf_showcqt.h.
int64_t ShowCQTContext::next_pts |
Definition at line 59 of file avf_showcqt.h.
double* ShowCQTContext::freq |
Definition at line 60 of file avf_showcqt.h.
AVTXContext* ShowCQTContext::fft_ctx |
Definition at line 61 of file avf_showcqt.h.
av_tx_fn ShowCQTContext::tx_fn |
Definition at line 62 of file avf_showcqt.h.
Coeffs* ShowCQTContext::coeffs |
Definition at line 63 of file avf_showcqt.h.
AVComplexFloat* ShowCQTContext::fft_data |
Definition at line 64 of file avf_showcqt.h.
AVComplexFloat* ShowCQTContext::fft_input |
Definition at line 65 of file avf_showcqt.h.
AVComplexFloat* ShowCQTContext::fft_result |
Definition at line 66 of file avf_showcqt.h.
AVComplexFloat* ShowCQTContext::cqt_result |
Definition at line 67 of file avf_showcqt.h.
float* ShowCQTContext::attack_data |
Definition at line 68 of file avf_showcqt.h.
int ShowCQTContext::fft_bits |
Definition at line 69 of file avf_showcqt.h.
int ShowCQTContext::fft_len |
Definition at line 70 of file avf_showcqt.h.
int ShowCQTContext::cqt_len |
Definition at line 71 of file avf_showcqt.h.
int ShowCQTContext::cqt_align |
Definition at line 72 of file avf_showcqt.h.
ColorFloat* ShowCQTContext::c_buf |
Definition at line 73 of file avf_showcqt.h.
float* ShowCQTContext::h_buf |
Definition at line 74 of file avf_showcqt.h.
float* ShowCQTContext::rcp_h_buf |
Definition at line 75 of file avf_showcqt.h.
float* ShowCQTContext::sono_v_buf |
Definition at line 76 of file avf_showcqt.h.
float* ShowCQTContext::bar_v_buf |
Definition at line 77 of file avf_showcqt.h.
float ShowCQTContext::cmatrix[3][3] |
Definition at line 78 of file avf_showcqt.h.
float ShowCQTContext::cscheme_v[6] |
Definition at line 79 of file avf_showcqt.h.
void(* ShowCQTContext::cqt_calc) (AVComplexFloat *dst, const AVComplexFloat *src, const Coeffs *coeffs, int len, int fft_len) |
Definition at line 81 of file avf_showcqt.h.
Definition at line 83 of file avf_showcqt.h.
void(* ShowCQTContext::draw_bar) (AVFrame *out, const float *h, const float *rcp_h, const ColorFloat *c, int bar_h, float bar_t) |
Definition at line 84 of file avf_showcqt.h.
Definition at line 86 of file avf_showcqt.h.
Definition at line 87 of file avf_showcqt.h.
void(* ShowCQTContext::update_sono) (AVFrame *sono, const ColorFloat *c, int idx) |
Definition at line 88 of file avf_showcqt.h.
int64_t ShowCQTContext::fft_time |
Definition at line 90 of file avf_showcqt.h.
int64_t ShowCQTContext::cqt_time |
Definition at line 91 of file avf_showcqt.h.
int64_t ShowCQTContext::process_cqt_time |
Definition at line 92 of file avf_showcqt.h.
int64_t ShowCQTContext::update_sono_time |
Definition at line 93 of file avf_showcqt.h.
int64_t ShowCQTContext::alloc_time |
Definition at line 94 of file avf_showcqt.h.
int64_t ShowCQTContext::bar_time |
Definition at line 95 of file avf_showcqt.h.
int64_t ShowCQTContext::axis_time |
Definition at line 96 of file avf_showcqt.h.
int64_t ShowCQTContext::sono_time |
Definition at line 97 of file avf_showcqt.h.
int ShowCQTContext::width |
Definition at line 99 of file avf_showcqt.h.
int ShowCQTContext::height |
Definition at line 99 of file avf_showcqt.h.
AVRational ShowCQTContext::rate |
Definition at line 100 of file avf_showcqt.h.
int ShowCQTContext::bar_h |
Definition at line 101 of file avf_showcqt.h.
int ShowCQTContext::axis_h |
Definition at line 102 of file avf_showcqt.h.
int ShowCQTContext::sono_h |
Definition at line 103 of file avf_showcqt.h.
int ShowCQTContext::fullhd |
Definition at line 104 of file avf_showcqt.h.
char* ShowCQTContext::sono_v |
Definition at line 105 of file avf_showcqt.h.
char* ShowCQTContext::bar_v |
Definition at line 106 of file avf_showcqt.h.
float ShowCQTContext::sono_g |
Definition at line 107 of file avf_showcqt.h.
float ShowCQTContext::bar_g |
Definition at line 108 of file avf_showcqt.h.
float ShowCQTContext::bar_t |
Definition at line 109 of file avf_showcqt.h.
double ShowCQTContext::timeclamp |
Definition at line 110 of file avf_showcqt.h.
double ShowCQTContext::attack |
Definition at line 111 of file avf_showcqt.h.
double ShowCQTContext::basefreq |
Definition at line 112 of file avf_showcqt.h.
double ShowCQTContext::endfreq |
Definition at line 113 of file avf_showcqt.h.
float ShowCQTContext::coeffclamp |
Definition at line 114 of file avf_showcqt.h.
char* ShowCQTContext::tlength |
Definition at line 115 of file avf_showcqt.h.
int ShowCQTContext::count |
Definition at line 116 of file avf_showcqt.h.
int ShowCQTContext::fcount |
Definition at line 117 of file avf_showcqt.h.
char* ShowCQTContext::fontfile |
Definition at line 118 of file avf_showcqt.h.
char* ShowCQTContext::font |
Definition at line 119 of file avf_showcqt.h.
char* ShowCQTContext::fontcolor |
Definition at line 120 of file avf_showcqt.h.
char* ShowCQTContext::axisfile |
Definition at line 121 of file avf_showcqt.h.
int ShowCQTContext::axis |
Definition at line 122 of file avf_showcqt.h.
int ShowCQTContext::csp |
Definition at line 123 of file avf_showcqt.h.
char* ShowCQTContext::cscheme |
Definition at line 124 of file avf_showcqt.h.