FFmpeg
|
Data Fields | |
const AVClass * | class |
int | mode |
int | ncomp |
int | pcomp |
const uint8_t * | bg_color |
float | fintensity |
int | intensity |
int | mirror |
int | display |
int | envelope |
int | estart [4] |
int | eend [4] |
int * | emax [4][4] |
int * | emin [4][4] |
int * | peak |
int | filter |
int | bits |
int | max |
int | size |
void(* | waveform )(struct WaveformContext *s, AVFrame *in, AVFrame *out, int component, int intensity, int offset, int column) |
const AVPixFmtDescriptor * | desc |
Definition at line 41 of file vf_waveform.c.
const AVClass* WaveformContext::class |
Definition at line 42 of file vf_waveform.c.
int WaveformContext::mode |
Definition at line 43 of file vf_waveform.c.
Referenced by color(), color16(), config_output(), envelope_instant(), envelope_instant16(), envelope_peak(), envelope_peak16(), and filter_frame().
int WaveformContext::ncomp |
Definition at line 44 of file vf_waveform.c.
Referenced by achroma(), aflat(), chroma(), color(), color16(), config_input(), config_output(), filter_frame(), and flat().
int WaveformContext::pcomp |
Definition at line 45 of file vf_waveform.c.
Referenced by config_output(), and filter_frame().
const uint8_t* WaveformContext::bg_color |
Definition at line 46 of file vf_waveform.c.
Referenced by config_input(), envelope_instant(), envelope_instant16(), envelope_peak(), envelope_peak16(), and filter_frame().
float WaveformContext::fintensity |
Definition at line 47 of file vf_waveform.c.
Referenced by config_input().
int WaveformContext::intensity |
Definition at line 48 of file vf_waveform.c.
Referenced by achroma(), aflat(), chroma(), config_input(), filter_frame(), lowpass(), lowpass16(), update(), and update16().
int WaveformContext::mirror |
Definition at line 49 of file vf_waveform.c.
Referenced by achroma(), aflat(), chroma(), color(), color16(), flat(), lowpass(), and lowpass16().
int WaveformContext::display |
Definition at line 50 of file vf_waveform.c.
Referenced by config_output(), and filter_frame().
int WaveformContext::envelope |
Definition at line 51 of file vf_waveform.c.
Referenced by envelope(), envelope16(), envelope_peak(), and envelope_peak16().
int WaveformContext::estart[4] |
Definition at line 52 of file vf_waveform.c.
Referenced by config_output(), envelope_instant(), envelope_instant16(), envelope_peak(), and envelope_peak16().
int WaveformContext::eend[4] |
Definition at line 53 of file vf_waveform.c.
Referenced by config_output(), envelope_instant(), envelope_instant16(), envelope_peak(), and envelope_peak16().
int* WaveformContext::emax[4][4] |
Definition at line 54 of file vf_waveform.c.
Referenced by config_output(), envelope_peak(), and envelope_peak16().
int* WaveformContext::emin[4][4] |
Definition at line 55 of file vf_waveform.c.
Referenced by config_output(), envelope_peak(), and envelope_peak16().
int* WaveformContext::peak |
Definition at line 56 of file vf_waveform.c.
Referenced by config_output(), and uninit().
int WaveformContext::filter |
Definition at line 57 of file vf_waveform.c.
Referenced by config_input(), and query_formats().
int WaveformContext::bits |
Definition at line 58 of file vf_waveform.c.
Referenced by config_input(), and filter_frame().
int WaveformContext::max |
Definition at line 59 of file vf_waveform.c.
Referenced by achroma(), aflat(), chroma(), color16(), config_input(), envelope_instant16(), envelope_peak16(), flat(), lowpass(), and lowpass16().
int WaveformContext::size |
Definition at line 60 of file vf_waveform.c.
Referenced by achroma(), aflat(), chroma(), color(), color16(), config_input(), config_output(), filter_frame(), flat(), lowpass(), and lowpass16().
void(* WaveformContext::waveform)(struct WaveformContext *s, AVFrame *in, AVFrame *out, int component, int intensity, int offset, int column) |
Definition at line 61 of file vf_waveform.c.
Referenced by config_input(), and filter_frame().
const AVPixFmtDescriptor* WaveformContext::desc |
Definition at line 63 of file vf_waveform.c.
Referenced by achroma(), aflat(), chroma(), color(), color16(), config_input(), config_output(), envelope_instant(), envelope_instant16(), envelope_peak(), envelope_peak16(), filter_frame(), flat(), lowpass(), and lowpass16().