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

Data Fields

const AVClassclass
 
int w
 
int h
 
AVFilterBufferRefoutpicref
 
int req_fullfilled
 
int sliding
 1 if sliding mode, 0 otherwise
 
int xpos
 x position (current column)
 
RDFTContextrdft
 Real Discrete Fourier Transform context.
 
int rdft_bits
 number of bits (RDFT window size = 1<<rdft_bits)
 
FFTSamplerdft_data
 bins holder for each (displayed) channels
 
int filled
 number of samples (per channel) filled in current rdft_buffer
 
int consumed
 number of samples (per channel) consumed from the input frame
 
float * window_func_lut
 Window function LUT.
 

Detailed Description

Definition at line 35 of file avf_showspectrum.c.

Field Documentation

const AVClass* ShowSpectrumContext::class

Definition at line 36 of file avf_showspectrum.c.

Referenced by init().

int ShowSpectrumContext::w

Definition at line 37 of file avf_showspectrum.c.

Referenced by config_output().

int ShowSpectrumContext::h

Definition at line 37 of file avf_showspectrum.c.

Referenced by config_output().

AVFilterBufferRef* ShowSpectrumContext::outpicref
int ShowSpectrumContext::req_fullfilled

Definition at line 39 of file avf_showspectrum.c.

Referenced by push_frame(), and request_frame().

int ShowSpectrumContext::sliding

1 if sliding mode, 0 otherwise

Definition at line 40 of file avf_showspectrum.c.

Referenced by plot_spectrum_column().

int ShowSpectrumContext::xpos

x position (current column)

Definition at line 41 of file avf_showspectrum.c.

Referenced by config_output(), plot_spectrum_column(), and push_frame().

RDFTContext* ShowSpectrumContext::rdft

Real Discrete Fourier Transform context.

Definition at line 42 of file avf_showspectrum.c.

Referenced by config_output(), plot_spectrum_column(), and uninit().

int ShowSpectrumContext::rdft_bits

number of bits (RDFT window size = 1<<rdft_bits)

Definition at line 43 of file avf_showspectrum.c.

Referenced by config_output(), and plot_spectrum_column().

FFTSample* ShowSpectrumContext::rdft_data

bins holder for each (displayed) channels

Definition at line 44 of file avf_showspectrum.c.

Referenced by config_output(), plot_spectrum_column(), and uninit().

int ShowSpectrumContext::filled

number of samples (per channel) filled in current rdft_buffer

Definition at line 45 of file avf_showspectrum.c.

Referenced by config_output(), plot_spectrum_column(), and push_frame().

int ShowSpectrumContext::consumed

number of samples (per channel) consumed from the input frame

Definition at line 46 of file avf_showspectrum.c.

Referenced by filter_frame(), and plot_spectrum_column().

float* ShowSpectrumContext::window_func_lut

Window function LUT.

Definition at line 47 of file avf_showspectrum.c.

Referenced by config_output(), plot_spectrum_column(), and uninit().


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