Definition at line 41 of file avf_showspectrum.c.
Definition at line 42 of file avf_showspectrum.c.
Definition at line 43 of file avf_showspectrum.c.
Referenced by config_output().
Definition at line 43 of file avf_showspectrum.c.
Referenced by config_output().
Definition at line 44 of file avf_showspectrum.c.
Referenced by config_output(), plot_spectrum_column(), push_frame(), request_frame(), and uninit().
Definition at line 45 of file avf_showspectrum.c.
Referenced by push_frame(), and request_frame().
Definition at line 46 of file avf_showspectrum.c.
Referenced by config_output(), plot_spectrum_column(), and uninit().
Definition at line 47 of file avf_showspectrum.c.
Referenced by config_output(), and plot_spectrum_column().
1 if sliding mode, 0 otherwise
Definition at line 48 of file avf_showspectrum.c.
Referenced by plot_spectrum_column().
channel display mode
Definition at line 49 of file avf_showspectrum.c.
Referenced by config_output(), and plot_spectrum_column().
display color scheme
Definition at line 50 of file avf_showspectrum.c.
Referenced by plot_spectrum_column().
Definition at line 51 of file avf_showspectrum.c.
Referenced by plot_spectrum_column().
color saturation multiplier
Definition at line 52 of file avf_showspectrum.c.
Referenced by plot_spectrum_column().
x position (current column)
Definition at line 53 of file avf_showspectrum.c.
Referenced by config_output(), plot_spectrum_column(), and push_frame().
Real Discrete Fourier Transform context.
Definition at line 54 of file avf_showspectrum.c.
Referenced by config_output(), plot_spectrum_column(), and uninit().
number of bits (RDFT window size = 1<<rdft_bits)
Definition at line 55 of file avf_showspectrum.c.
Referenced by config_output(), and plot_spectrum_column().
bins holder for each (displayed) channels
Definition at line 56 of file avf_showspectrum.c.
Referenced by config_output(), plot_spectrum_column(), and uninit().
number of samples (per channel) filled in current rdft_buffer
Definition at line 57 of file avf_showspectrum.c.
Referenced by config_output(), plot_spectrum_column(), and push_frame().
number of samples (per channel) consumed from the input frame
Definition at line 58 of file avf_showspectrum.c.
Referenced by filter_frame(), and plot_spectrum_column().
Window function LUT.
Definition at line 59 of file avf_showspectrum.c.
Referenced by config_output(), plot_spectrum_column(), and uninit().
color combining buffer (3 * h items)
Definition at line 60 of file avf_showspectrum.c.
Referenced by config_output(), plot_spectrum_column(), and uninit().