FFmpeg
|
Data Fields | |
const AVClass * | class |
int | w |
int | h |
AVRational | frame_rate |
AVTXContext * | fft [2] |
Fast Fourier Transform context. More... | |
AVComplexFloat * | fft_data [2] |
bins holder for each (displayed) channels More... | |
AVComplexFloat * | fft_tdata [2] |
bins holder for each (displayed) channels More... | |
float * | window_func_lut |
Window function LUT. More... | |
av_tx_fn | tx_fn [2] |
int | win_func |
int | win_size |
int | buf_size |
int | consumed |
int | hop_size |
AVAudioFifo * | fifo |
int64_t | pts |
Definition at line 38 of file avf_showspatial.c.
const AVClass* ShowSpatialContext::class |
Definition at line 39 of file avf_showspatial.c.
int ShowSpatialContext::w |
Definition at line 40 of file avf_showspatial.c.
int ShowSpatialContext::h |
Definition at line 40 of file avf_showspatial.c.
AVRational ShowSpatialContext::frame_rate |
Definition at line 41 of file avf_showspatial.c.
AVTXContext* ShowSpatialContext::fft[2] |
Fast Fourier Transform context.
Definition at line 42 of file avf_showspatial.c.
AVComplexFloat* ShowSpatialContext::fft_data[2] |
bins holder for each (displayed) channels
Definition at line 43 of file avf_showspatial.c.
AVComplexFloat* ShowSpatialContext::fft_tdata[2] |
bins holder for each (displayed) channels
Definition at line 44 of file avf_showspatial.c.
float* ShowSpatialContext::window_func_lut |
Window function LUT.
Definition at line 45 of file avf_showspatial.c.
av_tx_fn ShowSpatialContext::tx_fn[2] |
Definition at line 46 of file avf_showspatial.c.
int ShowSpatialContext::win_func |
Definition at line 47 of file avf_showspatial.c.
int ShowSpatialContext::win_size |
Definition at line 48 of file avf_showspatial.c.
int ShowSpatialContext::buf_size |
Definition at line 49 of file avf_showspatial.c.
int ShowSpatialContext::consumed |
Definition at line 50 of file avf_showspatial.c.
int ShowSpatialContext::hop_size |
Definition at line 51 of file avf_showspatial.c.
AVAudioFifo* ShowSpatialContext::fifo |
Definition at line 52 of file avf_showspatial.c.
int64_t ShowSpatialContext::pts |
Definition at line 53 of file avf_showspatial.c.