FFmpeg
Data Fields
ShowCWTContext Struct Reference

Data Fields

const AVClassclass
 
int w
 
int h
 
int mode
 
char * rate_str
 
AVRational auto_frame_rate
 
AVRational frame_rate
 
AVTXContext ** fft
 
AVTXContext ** ifft
 
av_tx_fn tx_fn
 
av_tx_fn itx_fn
 
int fft_in_size
 
int fft_out_size
 
int ifft_in_size
 
int ifft_out_size
 
int pos
 
int64_t in_pts
 
int64_t old_pts
 
int64_t eof_pts
 
floatfrequency_band
 
AVFramekernel
 
unsigned * index
 
intkernel_start
 
intkernel_stop
 
AVFramecache [2]
 
AVFrameoutpicref
 
AVFramefft_in
 
AVFramefft_out
 
AVFrameifft_in
 
AVFrameifft_out
 
AVFramech_out
 
int nb_threads
 
int nb_channels
 
int nb_consumed_samples
 
int pps
 
int eof
 
int slide
 
int new_frame
 
int direction
 
int hop_size
 
int hop_index
 
int ihop_size
 
int ihop_index
 
int input_padding_size
 
int input_sample_count
 
int output_padding_size
 
int output_sample_count
 
int frequency_band_count
 
float logarithmic_basis
 
int frequency_scale
 
float minimum_frequency
 
float maximum_frequency
 
float deviation
 

Detailed Description

Definition at line 61 of file avf_showcwt.c.

Field Documentation

◆ class

const AVClass* ShowCWTContext::class

Definition at line 62 of file avf_showcwt.c.

◆ w

int ShowCWTContext::w

Definition at line 63 of file avf_showcwt.c.

◆ h

int ShowCWTContext::h

Definition at line 63 of file avf_showcwt.c.

◆ mode

int ShowCWTContext::mode

Definition at line 64 of file avf_showcwt.c.

◆ rate_str

char* ShowCWTContext::rate_str

Definition at line 65 of file avf_showcwt.c.

◆ auto_frame_rate

AVRational ShowCWTContext::auto_frame_rate

Definition at line 66 of file avf_showcwt.c.

◆ frame_rate

AVRational ShowCWTContext::frame_rate

Definition at line 67 of file avf_showcwt.c.

◆ fft

AVTXContext** ShowCWTContext::fft

Definition at line 68 of file avf_showcwt.c.

◆ ifft

AVTXContext** ShowCWTContext::ifft

Definition at line 69 of file avf_showcwt.c.

◆ tx_fn

av_tx_fn ShowCWTContext::tx_fn

Definition at line 70 of file avf_showcwt.c.

◆ itx_fn

av_tx_fn ShowCWTContext::itx_fn

Definition at line 71 of file avf_showcwt.c.

◆ fft_in_size

int ShowCWTContext::fft_in_size

Definition at line 72 of file avf_showcwt.c.

◆ fft_out_size

int ShowCWTContext::fft_out_size

Definition at line 73 of file avf_showcwt.c.

◆ ifft_in_size

int ShowCWTContext::ifft_in_size

Definition at line 74 of file avf_showcwt.c.

◆ ifft_out_size

int ShowCWTContext::ifft_out_size

Definition at line 75 of file avf_showcwt.c.

◆ pos

int ShowCWTContext::pos

Definition at line 76 of file avf_showcwt.c.

◆ in_pts

int64_t ShowCWTContext::in_pts

Definition at line 77 of file avf_showcwt.c.

◆ old_pts

int64_t ShowCWTContext::old_pts

Definition at line 78 of file avf_showcwt.c.

◆ eof_pts

int64_t ShowCWTContext::eof_pts

Definition at line 79 of file avf_showcwt.c.

◆ frequency_band

float* ShowCWTContext::frequency_band

Definition at line 80 of file avf_showcwt.c.

◆ kernel

AVFrame* ShowCWTContext::kernel

Definition at line 81 of file avf_showcwt.c.

◆ index

unsigned* ShowCWTContext::index

◆ kernel_start

int* ShowCWTContext::kernel_start

Definition at line 83 of file avf_showcwt.c.

◆ kernel_stop

int* ShowCWTContext::kernel_stop

Definition at line 84 of file avf_showcwt.c.

◆ cache

AVFrame* ShowCWTContext::cache[2]

Definition at line 85 of file avf_showcwt.c.

◆ outpicref

AVFrame* ShowCWTContext::outpicref

Definition at line 86 of file avf_showcwt.c.

◆ fft_in

AVFrame* ShowCWTContext::fft_in

Definition at line 87 of file avf_showcwt.c.

◆ fft_out

AVFrame* ShowCWTContext::fft_out

Definition at line 88 of file avf_showcwt.c.

◆ ifft_in

AVFrame* ShowCWTContext::ifft_in

Definition at line 89 of file avf_showcwt.c.

◆ ifft_out

AVFrame* ShowCWTContext::ifft_out

Definition at line 90 of file avf_showcwt.c.

◆ ch_out

AVFrame* ShowCWTContext::ch_out

Definition at line 91 of file avf_showcwt.c.

◆ nb_threads

int ShowCWTContext::nb_threads

Definition at line 92 of file avf_showcwt.c.

◆ nb_channels

int ShowCWTContext::nb_channels

Definition at line 93 of file avf_showcwt.c.

◆ nb_consumed_samples

int ShowCWTContext::nb_consumed_samples

Definition at line 94 of file avf_showcwt.c.

◆ pps

int ShowCWTContext::pps

Definition at line 95 of file avf_showcwt.c.

◆ eof

int ShowCWTContext::eof

Definition at line 96 of file avf_showcwt.c.

◆ slide

int ShowCWTContext::slide

Definition at line 97 of file avf_showcwt.c.

◆ new_frame

int ShowCWTContext::new_frame

Definition at line 98 of file avf_showcwt.c.

◆ direction

int ShowCWTContext::direction

Definition at line 99 of file avf_showcwt.c.

◆ hop_size

int ShowCWTContext::hop_size

Definition at line 100 of file avf_showcwt.c.

◆ hop_index

int ShowCWTContext::hop_index

Definition at line 101 of file avf_showcwt.c.

◆ ihop_size

int ShowCWTContext::ihop_size

Definition at line 102 of file avf_showcwt.c.

◆ ihop_index

int ShowCWTContext::ihop_index

Definition at line 103 of file avf_showcwt.c.

◆ input_padding_size

int ShowCWTContext::input_padding_size

Definition at line 104 of file avf_showcwt.c.

◆ input_sample_count

int ShowCWTContext::input_sample_count

Definition at line 105 of file avf_showcwt.c.

◆ output_padding_size

int ShowCWTContext::output_padding_size

Definition at line 106 of file avf_showcwt.c.

◆ output_sample_count

int ShowCWTContext::output_sample_count

Definition at line 107 of file avf_showcwt.c.

◆ frequency_band_count

int ShowCWTContext::frequency_band_count

Definition at line 108 of file avf_showcwt.c.

◆ logarithmic_basis

float ShowCWTContext::logarithmic_basis

Definition at line 109 of file avf_showcwt.c.

◆ frequency_scale

int ShowCWTContext::frequency_scale

Definition at line 110 of file avf_showcwt.c.

◆ minimum_frequency

float ShowCWTContext::minimum_frequency

Definition at line 111 of file avf_showcwt.c.

◆ maximum_frequency

float ShowCWTContext::maximum_frequency

Definition at line 112 of file avf_showcwt.c.

◆ deviation

float ShowCWTContext::deviation

Definition at line 113 of file avf_showcwt.c.


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