FFmpeg
|
Definition at line 54 of file avf_showspectrum.c.
const AVClass* ShowSpectrumContext::class |
Definition at line 55 of file avf_showspectrum.c.
int ShowSpectrumContext::w |
Definition at line 56 of file avf_showspectrum.c.
int ShowSpectrumContext::h |
Definition at line 56 of file avf_showspectrum.c.
char* ShowSpectrumContext::rate_str |
Definition at line 57 of file avf_showspectrum.c.
AVRational ShowSpectrumContext::auto_frame_rate |
Definition at line 58 of file avf_showspectrum.c.
AVRational ShowSpectrumContext::frame_rate |
Definition at line 59 of file avf_showspectrum.c.
AVFrame* ShowSpectrumContext::outpicref |
Definition at line 60 of file avf_showspectrum.c.
int ShowSpectrumContext::nb_display_channels |
Definition at line 61 of file avf_showspectrum.c.
int ShowSpectrumContext::orientation |
Definition at line 62 of file avf_showspectrum.c.
int ShowSpectrumContext::channel_width |
Definition at line 63 of file avf_showspectrum.c.
int ShowSpectrumContext::channel_height |
Definition at line 64 of file avf_showspectrum.c.
int ShowSpectrumContext::sliding |
1 if sliding mode, 0 otherwise
Definition at line 65 of file avf_showspectrum.c.
int ShowSpectrumContext::mode |
channel display mode
Definition at line 66 of file avf_showspectrum.c.
int ShowSpectrumContext::color_mode |
display color scheme
Definition at line 67 of file avf_showspectrum.c.
int ShowSpectrumContext::scale |
Definition at line 68 of file avf_showspectrum.c.
int ShowSpectrumContext::fscale |
Definition at line 69 of file avf_showspectrum.c.
float ShowSpectrumContext::saturation |
color saturation multiplier
Definition at line 70 of file avf_showspectrum.c.
float ShowSpectrumContext::rotation |
color rotation
Definition at line 71 of file avf_showspectrum.c.
int ShowSpectrumContext::start |
Definition at line 72 of file avf_showspectrum.c.
int ShowSpectrumContext::stop |
zoom mode
Definition at line 72 of file avf_showspectrum.c.
int ShowSpectrumContext::data |
Definition at line 73 of file avf_showspectrum.c.
int ShowSpectrumContext::xpos |
x position (current column)
Definition at line 74 of file avf_showspectrum.c.
FFTContext** ShowSpectrumContext::fft |
Fast Fourier Transform context.
Definition at line 75 of file avf_showspectrum.c.
FFTContext** ShowSpectrumContext::ifft |
Inverse Fast Fourier Transform context.
Definition at line 76 of file avf_showspectrum.c.
int ShowSpectrumContext::fft_bits |
number of bits (FFT window size = 1<<fft_bits)
Definition at line 77 of file avf_showspectrum.c.
FFTComplex** ShowSpectrumContext::fft_data |
bins holder for each (displayed) channels
Definition at line 78 of file avf_showspectrum.c.
FFTComplex** ShowSpectrumContext::fft_scratch |
scratch buffers
Definition at line 79 of file avf_showspectrum.c.
float* ShowSpectrumContext::window_func_lut |
Window function LUT.
Definition at line 80 of file avf_showspectrum.c.
float** ShowSpectrumContext::magnitudes |
Definition at line 81 of file avf_showspectrum.c.
float** ShowSpectrumContext::phases |
Definition at line 82 of file avf_showspectrum.c.
int ShowSpectrumContext::win_func |
Definition at line 83 of file avf_showspectrum.c.
int ShowSpectrumContext::win_size |
Definition at line 84 of file avf_showspectrum.c.
int ShowSpectrumContext::buf_size |
Definition at line 85 of file avf_showspectrum.c.
double ShowSpectrumContext::win_scale |
Definition at line 86 of file avf_showspectrum.c.
float ShowSpectrumContext::overlap |
Definition at line 87 of file avf_showspectrum.c.
float ShowSpectrumContext::gain |
Definition at line 88 of file avf_showspectrum.c.
int ShowSpectrumContext::consumed |
Definition at line 89 of file avf_showspectrum.c.
int ShowSpectrumContext::hop_size |
Definition at line 90 of file avf_showspectrum.c.
float* ShowSpectrumContext::combine_buffer |
color combining buffer (3 * h items)
Definition at line 91 of file avf_showspectrum.c.
float** ShowSpectrumContext::color_buffer |
color buffer (3 * h * ch items)
Definition at line 92 of file avf_showspectrum.c.
AVAudioFifo* ShowSpectrumContext::fifo |
Definition at line 93 of file avf_showspectrum.c.
int64_t ShowSpectrumContext::pts |
Definition at line 94 of file avf_showspectrum.c.
int64_t ShowSpectrumContext::old_pts |
Definition at line 95 of file avf_showspectrum.c.
int ShowSpectrumContext::old_len |
Definition at line 96 of file avf_showspectrum.c.
int ShowSpectrumContext::single_pic |
Definition at line 97 of file avf_showspectrum.c.
int ShowSpectrumContext::legend |
Definition at line 98 of file avf_showspectrum.c.
int ShowSpectrumContext::start_x |
Definition at line 99 of file avf_showspectrum.c.
int ShowSpectrumContext::start_y |
Definition at line 99 of file avf_showspectrum.c.
Definition at line 100 of file avf_showspectrum.c.