FFmpeg
|
Data Fields | |
const AVClass * | class |
enum FilterType | filter_type |
int | width_type |
int | poles |
int | csg |
int | transform_type |
int | precision |
int | block_samples |
int | bypass |
double | gain |
double | frequency |
double | width |
double | mix |
char * | ch_layout_str |
AVChannelLayout | ch_layout |
int | normalize |
int | order |
double | a_double [3] |
double | b_double [3] |
float | a_float [3] |
float | b_float [3] |
double | oa [3] |
double | ob [3] |
AVFrame * | block [3] |
int * | clip |
AVFrame * | cache [2] |
int | block_align |
int64_t | pts |
int | nb_samples |
void(* | filter )(struct BiquadsContext *s, const void *ibuf, void *obuf, int len, void *cache, int *clip, int disabled) |
Definition at line 113 of file af_biquads.c.
const AVClass* BiquadsContext::class |
Definition at line 114 of file af_biquads.c.
enum FilterType BiquadsContext::filter_type |
Definition at line 116 of file af_biquads.c.
int BiquadsContext::width_type |
Definition at line 117 of file af_biquads.c.
Referenced by convert_width2qfactor().
int BiquadsContext::poles |
Definition at line 118 of file af_biquads.c.
int BiquadsContext::csg |
Definition at line 119 of file af_biquads.c.
int BiquadsContext::transform_type |
Definition at line 120 of file af_biquads.c.
int BiquadsContext::precision |
Definition at line 121 of file af_biquads.c.
int BiquadsContext::block_samples |
Definition at line 122 of file af_biquads.c.
int BiquadsContext::bypass |
Definition at line 124 of file af_biquads.c.
double BiquadsContext::gain |
Definition at line 126 of file af_biquads.c.
Referenced by config_filter(), and convert_width2qfactor().
double BiquadsContext::frequency |
Definition at line 127 of file af_biquads.c.
Referenced by convert_width2qfactor().
double BiquadsContext::width |
Definition at line 128 of file af_biquads.c.
double BiquadsContext::mix |
Definition at line 129 of file af_biquads.c.
char* BiquadsContext::ch_layout_str |
Definition at line 130 of file af_biquads.c.
AVChannelLayout BiquadsContext::ch_layout |
Definition at line 131 of file af_biquads.c.
int BiquadsContext::normalize |
Definition at line 132 of file af_biquads.c.
int BiquadsContext::order |
Definition at line 133 of file af_biquads.c.
double BiquadsContext::a_double[3] |
Definition at line 135 of file af_biquads.c.
double BiquadsContext::b_double[3] |
Definition at line 136 of file af_biquads.c.
float BiquadsContext::a_float[3] |
Definition at line 138 of file af_biquads.c.
float BiquadsContext::b_float[3] |
Definition at line 139 of file af_biquads.c.
double BiquadsContext::oa[3] |
Definition at line 141 of file af_biquads.c.
double BiquadsContext::ob[3] |
Definition at line 142 of file af_biquads.c.
AVFrame* BiquadsContext::block[3] |
Definition at line 144 of file af_biquads.c.
int* BiquadsContext::clip |
Definition at line 146 of file af_biquads.c.
AVFrame* BiquadsContext::cache[2] |
Definition at line 147 of file af_biquads.c.
int BiquadsContext::block_align |
Definition at line 148 of file af_biquads.c.
int64_t BiquadsContext::pts |
Definition at line 150 of file af_biquads.c.
int BiquadsContext::nb_samples |
Definition at line 151 of file af_biquads.c.
void(* BiquadsContext::filter) (struct BiquadsContext *s, const void *ibuf, void *obuf, int len, void *cache, int *clip, int disabled) |
Definition at line 153 of file af_biquads.c.