FFmpeg
|
Data Fields | |
const AVClass * | class |
char * | args |
int | nb_bands |
CompBand * | bands |
AVFrame * | band_buf1 |
AVFrame * | band_buf2 |
AVFrame * | band_buf3 |
int | band_samples |
size_t | delay_buf_size |
Definition at line 82 of file af_mcompand.c.
const AVClass* MCompandContext::class |
Definition at line 83 of file af_mcompand.c.
char* MCompandContext::args |
Definition at line 85 of file af_mcompand.c.
Referenced by config_output().
int MCompandContext::nb_bands |
Definition at line 87 of file af_mcompand.c.
Referenced by config_output(), and uninit().
CompBand* MCompandContext::bands |
Definition at line 88 of file af_mcompand.c.
Referenced by config_output(), filter_frame(), and uninit().
AVFrame* MCompandContext::band_buf1 |
Definition at line 89 of file af_mcompand.c.
Referenced by filter_frame(), and uninit().
AVFrame * MCompandContext::band_buf2 |
Definition at line 89 of file af_mcompand.c.
Referenced by filter_frame(), and uninit().
AVFrame * MCompandContext::band_buf3 |
Definition at line 89 of file af_mcompand.c.
Referenced by filter_frame(), and uninit().
int MCompandContext::band_samples |
Definition at line 90 of file af_mcompand.c.
Referenced by filter_frame().
size_t MCompandContext::delay_buf_size |
Definition at line 91 of file af_mcompand.c.
Referenced by config_output(), and mcompand_channel().