FFmpeg
|
Data Fields | |
const AVClass * | class |
int | w |
int | h |
AVRational | frame_rate |
FFTContext * | fft [2] |
Fast Fourier Transform context. More... | |
FFTContext * | ifft [2] |
Inverse Fast Fourier Transform context. More... | |
int | fft_bits |
number of bits (FFT window size = 1<<fft_bits) More... | |
FFTComplex * | fft_data [2] |
bins holder for each (displayed) channels More... | |
float * | window_func_lut |
Window function LUT. More... | |
int | win_func |
int | win_size |
int | buf_size |
float | overlap |
int | consumed |
int | hop_size |
AVAudioFifo * | fifo |
int64_t | pts |
Definition at line 37 of file avf_showspatial.c.
const AVClass* ShowSpatialContext::class |
Definition at line 38 of file avf_showspatial.c.
int ShowSpatialContext::w |
Definition at line 39 of file avf_showspatial.c.
int ShowSpatialContext::h |
Definition at line 39 of file avf_showspatial.c.
AVRational ShowSpatialContext::frame_rate |
Definition at line 40 of file avf_showspatial.c.
FFTContext* ShowSpatialContext::fft[2] |
Fast Fourier Transform context.
Definition at line 41 of file avf_showspatial.c.
FFTContext* ShowSpatialContext::ifft[2] |
Inverse Fast Fourier Transform context.
Definition at line 42 of file avf_showspatial.c.
int ShowSpatialContext::fft_bits |
number of bits (FFT window size = 1<<fft_bits)
Definition at line 43 of file avf_showspatial.c.
FFTComplex* ShowSpatialContext::fft_data[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.
int ShowSpatialContext::win_func |
Definition at line 46 of file avf_showspatial.c.
int ShowSpatialContext::win_size |
Definition at line 47 of file avf_showspatial.c.
int ShowSpatialContext::buf_size |
Definition at line 48 of file avf_showspatial.c.
float ShowSpatialContext::overlap |
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.