FFmpeg
|
Data Fields | |
const AVClass * | class |
AVFrame * | outpicref |
int | w |
int | h |
int | hw |
int | hh |
enum VectorScopeMode | mode |
int | contrast [3] |
int | fade [3] |
double | zoom |
AVRational | frame_rate |
Definition at line 42 of file avf_avectorscope.c.
const AVClass* AudioVectorScopeContext::class |
Definition at line 43 of file avf_avectorscope.c.
AVFrame* AudioVectorScopeContext::outpicref |
Definition at line 44 of file avf_avectorscope.c.
Referenced by draw_dot(), fade(), filter_frame(), and uninit().
int AudioVectorScopeContext::w |
Definition at line 45 of file avf_avectorscope.c.
Referenced by config_output(), draw_dot(), and fade().
int AudioVectorScopeContext::h |
Definition at line 45 of file avf_avectorscope.c.
Referenced by config_output(), draw_dot(), and fade().
int AudioVectorScopeContext::hw |
Definition at line 46 of file avf_avectorscope.c.
Referenced by config_output(), and filter_frame().
int AudioVectorScopeContext::hh |
Definition at line 46 of file avf_avectorscope.c.
Referenced by config_output(), and filter_frame().
enum VectorScopeMode AudioVectorScopeContext::mode |
Definition at line 47 of file avf_avectorscope.c.
Referenced by filter_frame().
int AudioVectorScopeContext::contrast[3] |
Definition at line 48 of file avf_avectorscope.c.
Referenced by draw_dot().
int AudioVectorScopeContext::fade[3] |
Definition at line 49 of file avf_avectorscope.c.
Referenced by fade().
double AudioVectorScopeContext::zoom |
Definition at line 50 of file avf_avectorscope.c.
Referenced by draw_dot(), and filter_frame().
AVRational AudioVectorScopeContext::frame_rate |
Definition at line 51 of file avf_avectorscope.c.
Referenced by config_input(), and config_output().