FFmpeg
|
Data Fields | |
const AVClass * | class |
int | w |
int | h |
AVRational | rate |
char * | colors |
int | buf_idx |
int16_t * | buf_idy |
AVFrame * | outpicref |
int | n |
int | pixstep |
int | sample_count_mod |
int | mode |
ShowWavesMode. More... | |
int | scale |
ShowWavesScale. More... | |
int | draw_mode |
ShowWavesDrawMode. More... | |
int | split_channels |
uint8_t * | fg |
int(* | get_h )(int16_t sample, int height) |
void(* | draw_sample )(uint8_t *buf, int height, int linesize, int16_t *prev_y, const uint8_t color[4], int h) |
int | single_pic |
struct frame_node * | audio_frames |
struct frame_node * | last_frame |
int64_t | total_samples |
int64_t * | sum |
Definition at line 65 of file avf_showwaves.c.
const AVClass* ShowWavesContext::class |
Definition at line 66 of file avf_showwaves.c.
int ShowWavesContext::w |
Definition at line 67 of file avf_showwaves.c.
Referenced by config_output().
int ShowWavesContext::h |
Definition at line 67 of file avf_showwaves.c.
Referenced by config_output().
AVRational ShowWavesContext::rate |
Definition at line 68 of file avf_showwaves.c.
Referenced by config_output().
char* ShowWavesContext::colors |
Definition at line 69 of file avf_showwaves.c.
Referenced by config_output().
int ShowWavesContext::buf_idx |
Definition at line 70 of file avf_showwaves.c.
Referenced by config_output(), and push_frame().
int16_t* ShowWavesContext::buf_idy |
Definition at line 71 of file avf_showwaves.c.
Referenced by config_output(), push_frame(), push_single_pic(), and uninit().
AVFrame* ShowWavesContext::outpicref |
Definition at line 72 of file avf_showwaves.c.
Referenced by alloc_out_frame(), push_frame(), push_single_pic(), request_frame(), and uninit().
int ShowWavesContext::n |
Definition at line 73 of file avf_showwaves.c.
Referenced by config_output().
int ShowWavesContext::pixstep |
Definition at line 74 of file avf_showwaves.c.
Referenced by alloc_out_frame(), config_output(), and push_single_pic().
int ShowWavesContext::sample_count_mod |
Definition at line 75 of file avf_showwaves.c.
int ShowWavesContext::mode |
ShowWavesMode.
Definition at line 76 of file avf_showwaves.c.
Referenced by config_output(), and init().
int ShowWavesContext::scale |
int ShowWavesContext::draw_mode |
int ShowWavesContext::split_channels |
Definition at line 79 of file avf_showwaves.c.
Referenced by config_output(), and push_single_pic().
uint8_t* ShowWavesContext::fg |
Definition at line 80 of file avf_showwaves.c.
Referenced by config_output(), push_single_pic(), and uninit().
Definition at line 82 of file avf_showwaves.c.
Referenced by config_output(), and push_single_pic().
void(* ShowWavesContext::draw_sample) (uint8_t *buf, int height, int linesize, int16_t *prev_y, const uint8_t color[4], int h) |
Definition at line 83 of file avf_showwaves.c.
Referenced by config_output(), and push_single_pic().
int ShowWavesContext::single_pic |
Definition at line 87 of file avf_showwaves.c.
Referenced by config_output(), init(), request_frame(), and uninit().
struct frame_node* ShowWavesContext::audio_frames |
Definition at line 88 of file avf_showwaves.c.
Referenced by push_single_pic(), and uninit().
struct frame_node* ShowWavesContext::last_frame |
Definition at line 89 of file avf_showwaves.c.
Referenced by uninit().
int64_t ShowWavesContext::total_samples |
Definition at line 90 of file avf_showwaves.c.
Referenced by push_single_pic().
int64_t* ShowWavesContext::sum |
Definition at line 91 of file avf_showwaves.c.
Referenced by push_single_pic(), and uninit().