FFmpeg
|
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 |
int | response |
int | w |
int | h |
int | ir_channel |
AVFrame * | video |
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 58 of file af_aiir.c.
Referenced by config_output(), and init().
char * AudioIIRContext::b_str |
Definition at line 58 of file af_aiir.c.
Referenced by config_output(), and init().
char * AudioIIRContext::g_str |
Definition at line 58 of file af_aiir.c.
Referenced by config_output(), and init().
int AudioIIRContext::format |
Definition at line 60 of file af_aiir.c.
Referenced by config_output(), draw_response(), and read_channels().
int AudioIIRContext::process |
Definition at line 61 of file af_aiir.c.
Referenced by config_output().
int AudioIIRContext::response |
Definition at line 63 of file af_aiir.c.
Referenced by config_output(), filter_frame(), init(), query_formats(), and uninit().
int AudioIIRContext::w |
Definition at line 64 of file af_aiir.c.
Referenced by config_output(), config_video(), and draw_response().
int AudioIIRContext::h |
Definition at line 64 of file af_aiir.c.
Referenced by config_output(), config_video(), and draw_response().
int AudioIIRContext::ir_channel |
Definition at line 65 of file af_aiir.c.
Referenced by draw_response().
AVFrame* AudioIIRContext::video |
Definition at line 67 of file af_aiir.c.
Referenced by config_output(), filter_frame(), and uninit().
IIRChannel* AudioIIRContext::iir |
Definition at line 69 of file af_aiir.c.
Referenced by config_output(), convert_pd2zp(), convert_pr2zp(), convert_zp2tf(), decompose_zp2biquads(), draw_response(), filter_frame(), read_channels(), read_gains(), and uninit().
int AudioIIRContext::channels |
Definition at line 70 of file af_aiir.c.
Referenced by config_output(), draw_response(), and uninit().
enum AVSampleFormat AudioIIRContext::sample_format |
Definition at line 71 of file af_aiir.c.
Referenced by init(), and query_formats().
Definition at line 73 of file af_aiir.c.
Referenced by config_output(), and filter_frame().