FFmpeg
|
Data Fields | |
const AVClass * | class |
int | w |
int | h |
char * | rate_str |
AVRational | rate |
int | buf_idx |
AVFilterBufferRef * | outpicref |
int | req_fullfilled |
int | n |
int | sample_count_mod |
enum ShowWavesMode | mode |
Definition at line 41 of file avf_showwaves.c.
const AVClass* ShowWavesContext::class |
Definition at line 42 of file avf_showwaves.c.
Referenced by init().
int ShowWavesContext::w |
Definition at line 43 of file avf_showwaves.c.
Referenced by config_output(), and filter_frame().
int ShowWavesContext::h |
Definition at line 43 of file avf_showwaves.c.
Referenced by config_output(), and filter_frame().
char* ShowWavesContext::rate_str |
Definition at line 44 of file avf_showwaves.c.
Referenced by config_output(), and uninit().
AVRational ShowWavesContext::rate |
Definition at line 45 of file avf_showwaves.c.
Referenced by config_output().
int ShowWavesContext::buf_idx |
Definition at line 46 of file avf_showwaves.c.
Referenced by filter_frame(), init(), and push_frame().
AVFilterBufferRef* ShowWavesContext::outpicref |
Definition at line 47 of file avf_showwaves.c.
Referenced by filter_frame(), push_frame(), request_frame(), and uninit().
int ShowWavesContext::req_fullfilled |
Definition at line 48 of file avf_showwaves.c.
Referenced by push_frame(), and request_frame().
int ShowWavesContext::n |
Definition at line 49 of file avf_showwaves.c.
Referenced by config_output(), and filter_frame().
int ShowWavesContext::sample_count_mod |
Definition at line 50 of file avf_showwaves.c.
Referenced by filter_frame().
enum ShowWavesMode ShowWavesContext::mode |
Definition at line 51 of file avf_showwaves.c.
Referenced by filter_frame().