FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
AFFTFiltContext Struct Reference

Data Fields

const AVClassclass
 
char * real_str
 
char * img_str
 
int fft_bits
 
FFTContextfft
 
FFTContextifft
 
FFTComplex ** fft_data
 
int nb_exprs
 
int window_size
 
AVExpr ** real
 
AVExpr ** imag
 
AVAudioFifofifo
 
int64_t pts
 
int hop_size
 
float overlap
 
AVFramebuffer
 
int start
 
int end
 
int win_func
 
float win_scale
 
float * window_func_lut
 

Detailed Description

Definition at line 31 of file af_afftfilt.c.

Field Documentation

const AVClass* AFFTFiltContext::class

Definition at line 32 of file af_afftfilt.c.

char* AFFTFiltContext::real_str

Definition at line 33 of file af_afftfilt.c.

Referenced by config_input().

char* AFFTFiltContext::img_str

Definition at line 34 of file af_afftfilt.c.

Referenced by config_input().

int AFFTFiltContext::fft_bits

Definition at line 35 of file af_afftfilt.c.

Referenced by config_input().

FFTContext* AFFTFiltContext::fft

Definition at line 37 of file af_afftfilt.c.

Referenced by config_input(), filter_frame(), and uninit().

FFTContext * AFFTFiltContext::ifft

Definition at line 37 of file af_afftfilt.c.

Referenced by config_input(), filter_frame(), and uninit().

FFTComplex** AFFTFiltContext::fft_data

Definition at line 38 of file af_afftfilt.c.

Referenced by config_input(), filter_frame(), and uninit().

int AFFTFiltContext::nb_exprs

Definition at line 39 of file af_afftfilt.c.

Referenced by config_input(), and uninit().

int AFFTFiltContext::window_size

Definition at line 40 of file af_afftfilt.c.

Referenced by config_input(), and filter_frame().

AVExpr** AFFTFiltContext::real

Definition at line 41 of file af_afftfilt.c.

Referenced by config_input(), filter_frame(), and uninit().

AVExpr** AFFTFiltContext::imag

Definition at line 42 of file af_afftfilt.c.

Referenced by config_input(), filter_frame(), and uninit().

AVAudioFifo* AFFTFiltContext::fifo

Definition at line 43 of file af_afftfilt.c.

Referenced by config_input(), and filter_frame().

int64_t AFFTFiltContext::pts

Definition at line 44 of file af_afftfilt.c.

Referenced by filter_frame().

int AFFTFiltContext::hop_size

Definition at line 45 of file af_afftfilt.c.

Referenced by config_input(), and filter_frame().

float AFFTFiltContext::overlap

Definition at line 46 of file af_afftfilt.c.

Referenced by config_input(), and filter_frame().

AVFrame* AFFTFiltContext::buffer

Definition at line 47 of file af_afftfilt.c.

Referenced by config_input(), filter_frame(), and uninit().

int AFFTFiltContext::start

Definition at line 48 of file af_afftfilt.c.

Referenced by filter_frame().

int AFFTFiltContext::end

Definition at line 48 of file af_afftfilt.c.

Referenced by filter_frame().

int AFFTFiltContext::win_func

Definition at line 49 of file af_afftfilt.c.

Referenced by config_input().

float AFFTFiltContext::win_scale

Definition at line 50 of file af_afftfilt.c.

Referenced by config_input(), and filter_frame().

float* AFFTFiltContext::window_func_lut

Definition at line 51 of file af_afftfilt.c.

Referenced by config_input(), and filter_frame().


The documentation for this struct was generated from the following file: