FFmpeg
Data Fields
ShowFreqsContext Struct Reference

Data Fields

const AVClassclass
 
int w
 
int h
 
int mode
 
int data_mode
 
int cmode
 
int fft_size
 
int ascale
 
int fscale
 
int avg
 
int win_func
 
char * ch_layout_str
 
uint8_t * bypass
 
AVChannelLayout ch_layout
 
AVTXContextfft
 
av_tx_fn tx_fn
 
AVComplexFloat ** fft_input
 
AVComplexFloat ** fft_data
 
AVFramewindow
 
float ** avg_data
 
floatwindow_func_lut
 
float overlap
 
float minamp
 
int hop_size
 
int nb_channels
 
int nb_draw_channels
 
int nb_freq
 
int win_size
 
float scale
 
char * colors
 
int64_t pts
 
int64_t old_pts
 
AVRational frame_rate
 

Detailed Description

Definition at line 45 of file avf_showfreqs.c.

Field Documentation

◆ class

const AVClass* ShowFreqsContext::class

Definition at line 46 of file avf_showfreqs.c.

◆ w

int ShowFreqsContext::w

Definition at line 47 of file avf_showfreqs.c.

◆ h

int ShowFreqsContext::h

Definition at line 47 of file avf_showfreqs.c.

◆ mode

int ShowFreqsContext::mode

Definition at line 48 of file avf_showfreqs.c.

◆ data_mode

int ShowFreqsContext::data_mode

Definition at line 49 of file avf_showfreqs.c.

◆ cmode

int ShowFreqsContext::cmode

Definition at line 50 of file avf_showfreqs.c.

◆ fft_size

int ShowFreqsContext::fft_size

Definition at line 51 of file avf_showfreqs.c.

◆ ascale

int ShowFreqsContext::ascale

Definition at line 52 of file avf_showfreqs.c.

◆ fscale

int ShowFreqsContext::fscale

Definition at line 52 of file avf_showfreqs.c.

◆ avg

int ShowFreqsContext::avg

Definition at line 53 of file avf_showfreqs.c.

◆ win_func

int ShowFreqsContext::win_func

Definition at line 54 of file avf_showfreqs.c.

◆ ch_layout_str

char* ShowFreqsContext::ch_layout_str

Definition at line 55 of file avf_showfreqs.c.

◆ bypass

uint8_t* ShowFreqsContext::bypass

Definition at line 56 of file avf_showfreqs.c.

◆ ch_layout

AVChannelLayout ShowFreqsContext::ch_layout

Definition at line 57 of file avf_showfreqs.c.

◆ fft

AVTXContext* ShowFreqsContext::fft

Definition at line 58 of file avf_showfreqs.c.

◆ tx_fn

av_tx_fn ShowFreqsContext::tx_fn

Definition at line 59 of file avf_showfreqs.c.

◆ fft_input

AVComplexFloat** ShowFreqsContext::fft_input

Definition at line 60 of file avf_showfreqs.c.

◆ fft_data

AVComplexFloat** ShowFreqsContext::fft_data

Definition at line 61 of file avf_showfreqs.c.

◆ window

AVFrame* ShowFreqsContext::window

Definition at line 62 of file avf_showfreqs.c.

◆ avg_data

float** ShowFreqsContext::avg_data

Definition at line 63 of file avf_showfreqs.c.

◆ window_func_lut

float* ShowFreqsContext::window_func_lut

Definition at line 64 of file avf_showfreqs.c.

◆ overlap

float ShowFreqsContext::overlap

Definition at line 65 of file avf_showfreqs.c.

◆ minamp

float ShowFreqsContext::minamp

Definition at line 66 of file avf_showfreqs.c.

◆ hop_size

int ShowFreqsContext::hop_size

Definition at line 67 of file avf_showfreqs.c.

◆ nb_channels

int ShowFreqsContext::nb_channels

Definition at line 68 of file avf_showfreqs.c.

◆ nb_draw_channels

int ShowFreqsContext::nb_draw_channels

Definition at line 69 of file avf_showfreqs.c.

◆ nb_freq

int ShowFreqsContext::nb_freq

Definition at line 70 of file avf_showfreqs.c.

◆ win_size

int ShowFreqsContext::win_size

Definition at line 71 of file avf_showfreqs.c.

◆ scale

float ShowFreqsContext::scale

Definition at line 72 of file avf_showfreqs.c.

◆ colors

char* ShowFreqsContext::colors

Definition at line 73 of file avf_showfreqs.c.

◆ pts

int64_t ShowFreqsContext::pts

Definition at line 74 of file avf_showfreqs.c.

◆ old_pts

int64_t ShowFreqsContext::old_pts

Definition at line 75 of file avf_showfreqs.c.

◆ frame_rate

AVRational ShowFreqsContext::frame_rate

Definition at line 76 of file avf_showfreqs.c.


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