FFmpeg
|
Data Fields | |
const AVClass * | class |
int | w |
int | h |
int | mode |
int | data_mode |
int | cmode |
int | fft_size |
int | ascale |
int | fscale |
int | avg |
int | win_func |
char * | ch_layout_str |
uint8_t * | bypass |
AVChannelLayout | ch_layout |
AVTXContext * | fft |
av_tx_fn | tx_fn |
AVComplexFloat ** | fft_input |
AVComplexFloat ** | fft_data |
AVFrame * | window |
float ** | avg_data |
float * | window_func_lut |
float | overlap |
float | minamp |
int | hop_size |
int | nb_channels |
int | nb_draw_channels |
int | nb_freq |
int | win_size |
float | scale |
char * | colors |
int64_t | pts |
int64_t | old_pts |
AVRational | frame_rate |
Definition at line 45 of file avf_showfreqs.c.
const AVClass* ShowFreqsContext::class |
Definition at line 46 of file avf_showfreqs.c.
int ShowFreqsContext::w |
Definition at line 47 of file avf_showfreqs.c.
int ShowFreqsContext::h |
Definition at line 47 of file avf_showfreqs.c.
int ShowFreqsContext::mode |
Definition at line 48 of file avf_showfreqs.c.
int ShowFreqsContext::data_mode |
Definition at line 49 of file avf_showfreqs.c.
int ShowFreqsContext::cmode |
Definition at line 50 of file avf_showfreqs.c.
int ShowFreqsContext::fft_size |
Definition at line 51 of file avf_showfreqs.c.
int ShowFreqsContext::ascale |
Definition at line 52 of file avf_showfreqs.c.
int ShowFreqsContext::fscale |
Definition at line 52 of file avf_showfreqs.c.
int ShowFreqsContext::avg |
Definition at line 53 of file avf_showfreqs.c.
int ShowFreqsContext::win_func |
Definition at line 54 of file avf_showfreqs.c.
char* ShowFreqsContext::ch_layout_str |
Definition at line 55 of file avf_showfreqs.c.
uint8_t* ShowFreqsContext::bypass |
Definition at line 56 of file avf_showfreqs.c.
AVChannelLayout ShowFreqsContext::ch_layout |
Definition at line 57 of file avf_showfreqs.c.
AVTXContext* ShowFreqsContext::fft |
Definition at line 58 of file avf_showfreqs.c.
av_tx_fn ShowFreqsContext::tx_fn |
Definition at line 59 of file avf_showfreqs.c.
AVComplexFloat** ShowFreqsContext::fft_input |
Definition at line 60 of file avf_showfreqs.c.
AVComplexFloat** ShowFreqsContext::fft_data |
Definition at line 61 of file avf_showfreqs.c.
AVFrame* ShowFreqsContext::window |
Definition at line 62 of file avf_showfreqs.c.
float** ShowFreqsContext::avg_data |
Definition at line 63 of file avf_showfreqs.c.
float* ShowFreqsContext::window_func_lut |
Definition at line 64 of file avf_showfreqs.c.
float ShowFreqsContext::overlap |
Definition at line 65 of file avf_showfreqs.c.
float ShowFreqsContext::minamp |
Definition at line 66 of file avf_showfreqs.c.
int ShowFreqsContext::hop_size |
Definition at line 67 of file avf_showfreqs.c.
int ShowFreqsContext::nb_channels |
Definition at line 68 of file avf_showfreqs.c.
int ShowFreqsContext::nb_draw_channels |
Definition at line 69 of file avf_showfreqs.c.
int ShowFreqsContext::nb_freq |
Definition at line 70 of file avf_showfreqs.c.
int ShowFreqsContext::win_size |
Definition at line 71 of file avf_showfreqs.c.
float ShowFreqsContext::scale |
Definition at line 72 of file avf_showfreqs.c.
char* ShowFreqsContext::colors |
Definition at line 73 of file avf_showfreqs.c.
int64_t ShowFreqsContext::pts |
Definition at line 74 of file avf_showfreqs.c.
int64_t ShowFreqsContext::old_pts |
Definition at line 75 of file avf_showfreqs.c.
AVRational ShowFreqsContext::frame_rate |
Definition at line 76 of file avf_showfreqs.c.