FFmpeg
|
Data Fields | |
const AVClass * | class |
int | mode |
int | intensity |
float | fintensity |
const uint8_t * | bg_color |
int | planewidth [4] |
int | planeheight [4] |
int | hsub |
int | vsub |
int | x |
int | y |
int | pd |
int | is_yuv |
int | envelope |
uint8_t | peak [256][256] |
Definition at line 39 of file vf_vectorscope.c.
const AVClass* VectorscopeContext::class |
Definition at line 40 of file vf_vectorscope.c.
int VectorscopeContext::mode |
Definition at line 41 of file vf_vectorscope.c.
Referenced by config_input(), envelope_instant(), envelope_peak(), filter_frame(), and vectorscope().
int VectorscopeContext::intensity |
Definition at line 42 of file vf_vectorscope.c.
Referenced by config_output(), and vectorscope().
float VectorscopeContext::fintensity |
Definition at line 43 of file vf_vectorscope.c.
Referenced by config_output().
const uint8_t* VectorscopeContext::bg_color |
Definition at line 44 of file vf_vectorscope.c.
Referenced by config_input(), and filter_frame().
int VectorscopeContext::planewidth[4] |
Definition at line 45 of file vf_vectorscope.c.
Referenced by config_input(), and vectorscope().
int VectorscopeContext::planeheight[4] |
Definition at line 46 of file vf_vectorscope.c.
Referenced by config_input(), and vectorscope().
int VectorscopeContext::hsub |
Definition at line 47 of file vf_vectorscope.c.
Referenced by config_input(), and vectorscope().
int VectorscopeContext::vsub |
Definition at line 47 of file vf_vectorscope.c.
Referenced by config_input(), and vectorscope().
int VectorscopeContext::x |
Definition at line 48 of file vf_vectorscope.c.
Referenced by config_input(), query_formats(), and vectorscope().
int VectorscopeContext::y |
Definition at line 48 of file vf_vectorscope.c.
Referenced by config_input(), query_formats(), and vectorscope().
int VectorscopeContext::pd |
Definition at line 48 of file vf_vectorscope.c.
Referenced by config_input(), envelope_instant(), envelope_peak(), and filter_frame().
int VectorscopeContext::is_yuv |
Definition at line 49 of file vf_vectorscope.c.
Referenced by config_input(), envelope_instant(), envelope_peak(), and vectorscope().
int VectorscopeContext::envelope |
Definition at line 50 of file vf_vectorscope.c.
Referenced by envelope(), and envelope_peak().
uint8_t VectorscopeContext::peak[256][256] |
Definition at line 51 of file vf_vectorscope.c.
Referenced by envelope_peak().