FFmpeg
4.0
|
Data Fields | |
const AVClass * | class |
char * | a_str |
char * | b_str |
char * | g_str |
double | dry_gain |
double | wet_gain |
int | format |
int | process |
int | precision |
IIRChannel * | iir |
int | channels |
enum AVSampleFormat | sample_format |
int(* | iir_channel )(AVFilterContext *ctx, void *arg, int ch, int nb_jobs) |
char* AudioIIRContext::a_str |
Definition at line 56 of file af_aiir.c.
Referenced by config_output(), and init().
char * AudioIIRContext::b_str |
Definition at line 56 of file af_aiir.c.
Referenced by config_output(), and init().
char * AudioIIRContext::g_str |
Definition at line 56 of file af_aiir.c.
Referenced by config_output(), and init().
int AudioIIRContext::format |
Definition at line 58 of file af_aiir.c.
Referenced by config_output(), and read_channels().
int AudioIIRContext::process |
Definition at line 59 of file af_aiir.c.
Referenced by config_output().
IIRChannel* AudioIIRContext::iir |
Definition at line 62 of file af_aiir.c.
Referenced by config_output(), convert_pd2zp(), convert_pr2zp(), convert_zp2tf(), decompose_zp2biquads(), filter_frame(), read_channels(), read_gains(), and uninit().
int AudioIIRContext::channels |
Definition at line 63 of file af_aiir.c.
Referenced by config_output(), and uninit().
enum AVSampleFormat AudioIIRContext::sample_format |
Definition at line 64 of file af_aiir.c.
Referenced by init(), and query_formats().
Definition at line 66 of file af_aiir.c.
Referenced by config_output(), and filter_frame().