|
|
const AVClass * | class |
| |
|
int | w |
| |
|
int | h |
| |
|
AVFrame * | outpicref |
| |
|
int | nb_display_channels |
| |
|
int | orientation |
| |
|
int | channel_width |
| |
|
int | channel_height |
| |
|
int | sliding |
| | 1 if sliding mode, 0 otherwise
|
| |
|
int | mode |
| | channel display mode
|
| |
|
int | color_mode |
| | display color scheme
|
| |
|
int | scale |
| |
|
float | saturation |
| | color saturation multiplier
|
| |
|
float | rotation |
| | color rotation
|
| |
|
int | data |
| |
|
int | xpos |
| | x position (current column)
|
| |
|
FFTContext ** | fft |
| | Fast Fourier Transform context.
|
| |
|
int | fft_bits |
| | number of bits (FFT window size = 1<<fft_bits)
|
| |
|
FFTComplex ** | fft_data |
| | bins holder for each (displayed) channels
|
| |
|
float * | window_func_lut |
| | Window function LUT.
|
| |
|
float ** | magnitudes |
| |
|
float ** | phases |
| |
|
int | win_func |
| |
|
int | win_size |
| |
|
double | win_scale |
| |
|
float | overlap |
| |
|
float | gain |
| |
|
int | hop_size |
| |
|
float * | combine_buffer |
| | color combining buffer (3 * h items)
|
| |
|
float ** | color_buffer |
| | color buffer (3 * h * ch items)
|
| |
|
AVAudioFifo * | fifo |
| |
|
int64_t | pts |
| |
|
int | single_pic |
| |
|
int | legend |
| |
|
int | start_x |
| |
|
int | start_y |
| |
The documentation for this struct was generated from the following file: