FFmpeg
|
Data Fields | |
const AVClass * | class |
char * | real_str |
char * | img_str |
int | fft_size |
int | fft_bits |
FFTContext * | fft |
FFTContext * | ifft |
FFTComplex ** | fft_data |
FFTComplex ** | fft_temp |
int | nb_exprs |
int | channels |
int | window_size |
AVExpr ** | real |
AVExpr ** | imag |
AVAudioFifo * | fifo |
int64_t | pts |
int | hop_size |
float | overlap |
AVFrame * | buffer |
int | eof |
int | win_func |
float * | window_func_lut |
Definition at line 32 of file af_afftfilt.c.
const AVClass* AFFTFiltContext::class |
Definition at line 33 of file af_afftfilt.c.
char* AFFTFiltContext::real_str |
Definition at line 34 of file af_afftfilt.c.
char* AFFTFiltContext::img_str |
Definition at line 35 of file af_afftfilt.c.
int AFFTFiltContext::fft_size |
Definition at line 36 of file af_afftfilt.c.
int AFFTFiltContext::fft_bits |
Definition at line 37 of file af_afftfilt.c.
FFTContext* AFFTFiltContext::fft |
Definition at line 39 of file af_afftfilt.c.
FFTContext * AFFTFiltContext::ifft |
Definition at line 39 of file af_afftfilt.c.
FFTComplex** AFFTFiltContext::fft_data |
Definition at line 40 of file af_afftfilt.c.
FFTComplex** AFFTFiltContext::fft_temp |
Definition at line 41 of file af_afftfilt.c.
int AFFTFiltContext::nb_exprs |
Definition at line 42 of file af_afftfilt.c.
int AFFTFiltContext::channels |
Definition at line 43 of file af_afftfilt.c.
int AFFTFiltContext::window_size |
Definition at line 44 of file af_afftfilt.c.
AVExpr** AFFTFiltContext::real |
Definition at line 45 of file af_afftfilt.c.
AVExpr** AFFTFiltContext::imag |
Definition at line 46 of file af_afftfilt.c.
AVAudioFifo* AFFTFiltContext::fifo |
Definition at line 47 of file af_afftfilt.c.
int64_t AFFTFiltContext::pts |
Definition at line 48 of file af_afftfilt.c.
int AFFTFiltContext::hop_size |
Definition at line 49 of file af_afftfilt.c.
float AFFTFiltContext::overlap |
Definition at line 50 of file af_afftfilt.c.
AVFrame* AFFTFiltContext::buffer |
Definition at line 51 of file af_afftfilt.c.
int AFFTFiltContext::eof |
Definition at line 52 of file af_afftfilt.c.
int AFFTFiltContext::win_func |
Definition at line 53 of file af_afftfilt.c.
float* AFFTFiltContext::window_func_lut |
Definition at line 54 of file af_afftfilt.c.