FFmpeg
|
Data Fields | |
const AVClass * | class |
int | mode |
int | acomp |
int | dcomp |
int | ncomp |
int | pcomp |
uint8_t | bg_color [4] |
float | fintensity |
int | intensity |
int | mirror |
int | display |
int | envelope |
int | graticule |
float | opacity |
float | bgopacity |
int | estart [4] |
int | eend [4] |
int * | emax [4][4] |
int * | emin [4][4] |
int * | peak |
int | filter |
int | flags |
int | bits |
int | max |
int | size |
int | scale |
uint8_t | grat_yuva_color [4] |
int | shift_w [4] |
int | shift_h [4] |
GraticuleLines * | glines |
int | nb_glines |
int | rgb |
float | ftint [2] |
int | tint [2] |
int(* | waveform_slice )(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) |
void(* | graticulef )(struct WaveformContext *s, AVFrame *out) |
void(* | blend_line )(uint8_t *dst, int size, int linesize, float o1, float o2, int v, int step) |
void(* | draw_text )(AVFrame *out, int x, int y, int mult, float o1, float o2, const char *txt, const uint8_t color[4]) |
const AVPixFmtDescriptor * | desc |
const AVPixFmtDescriptor * | odesc |
Definition at line 83 of file vf_waveform.c.
const AVClass* WaveformContext::class |
Definition at line 84 of file vf_waveform.c.
int WaveformContext::mode |
Definition at line 85 of file vf_waveform.c.
int WaveformContext::acomp |
Definition at line 86 of file vf_waveform.c.
int WaveformContext::dcomp |
Definition at line 87 of file vf_waveform.c.
int WaveformContext::ncomp |
Definition at line 88 of file vf_waveform.c.
Referenced by query_formats().
int WaveformContext::pcomp |
Definition at line 89 of file vf_waveform.c.
uint8_t WaveformContext::bg_color[4] |
Definition at line 90 of file vf_waveform.c.
float WaveformContext::fintensity |
Definition at line 91 of file vf_waveform.c.
int WaveformContext::intensity |
Definition at line 92 of file vf_waveform.c.
Referenced by acolor(), acolor16(), chroma(), chroma16(), flat(), flat16(), lowpass(), lowpass16(), update(), update16(), update16_cr(), and update_cr().
int WaveformContext::mirror |
Definition at line 93 of file vf_waveform.c.
int WaveformContext::display |
Definition at line 94 of file vf_waveform.c.
int WaveformContext::envelope |
Definition at line 95 of file vf_waveform.c.
int WaveformContext::graticule |
Definition at line 96 of file vf_waveform.c.
float WaveformContext::opacity |
Definition at line 97 of file vf_waveform.c.
float WaveformContext::bgopacity |
Definition at line 98 of file vf_waveform.c.
int WaveformContext::estart[4] |
Definition at line 99 of file vf_waveform.c.
int WaveformContext::eend[4] |
Definition at line 100 of file vf_waveform.c.
int* WaveformContext::emax[4][4] |
Definition at line 101 of file vf_waveform.c.
Referenced by envelope_peak(), and envelope_peak16().
int* WaveformContext::emin[4][4] |
Definition at line 102 of file vf_waveform.c.
Referenced by envelope_peak(), and envelope_peak16().
int* WaveformContext::peak |
Definition at line 103 of file vf_waveform.c.
int WaveformContext::filter |
Definition at line 104 of file vf_waveform.c.
int WaveformContext::flags |
Definition at line 105 of file vf_waveform.c.
int WaveformContext::bits |
Definition at line 106 of file vf_waveform.c.
int WaveformContext::max |
Definition at line 107 of file vf_waveform.c.
int WaveformContext::size |
Definition at line 108 of file vf_waveform.c.
int WaveformContext::scale |
Definition at line 109 of file vf_waveform.c.
uint8_t WaveformContext::grat_yuva_color[4] |
Definition at line 110 of file vf_waveform.c.
int WaveformContext::shift_w[4] |
Definition at line 111 of file vf_waveform.c.
Referenced by lowpass(), and lowpass16().
int WaveformContext::shift_h[4] |
Definition at line 111 of file vf_waveform.c.
Referenced by lowpass(), and lowpass16().
GraticuleLines* WaveformContext::glines |
Definition at line 112 of file vf_waveform.c.
int WaveformContext::nb_glines |
Definition at line 113 of file vf_waveform.c.
int WaveformContext::rgb |
Definition at line 114 of file vf_waveform.c.
float WaveformContext::ftint[2] |
Definition at line 115 of file vf_waveform.c.
int WaveformContext::tint[2] |
Definition at line 116 of file vf_waveform.c.
Definition at line 118 of file vf_waveform.c.
void(* WaveformContext::graticulef) (struct WaveformContext *s, AVFrame *out) |
Definition at line 120 of file vf_waveform.c.
void(* WaveformContext::blend_line) (uint8_t *dst, int size, int linesize, float o1, float o2, int v, int step) |
Definition at line 121 of file vf_waveform.c.
void(* WaveformContext::draw_text) (AVFrame *out, int x, int y, int mult, float o1, float o2, const char *txt, const uint8_t color[4]) |
Definition at line 123 of file vf_waveform.c.
const AVPixFmtDescriptor* WaveformContext::desc |
Definition at line 126 of file vf_waveform.c.
const AVPixFmtDescriptor* WaveformContext::odesc |
Definition at line 127 of file vf_waveform.c.