FFmpeg
|
Data Fields | |
const AVClass * | class |
double | shift |
double | level |
double | cd [NB_COEFS] |
float | cf [NB_COEFS] |
int64_t | in_samples |
AVFrame * | i1 |
AVFrame * | o1 |
AVFrame * | i2 |
AVFrame * | o2 |
void(* | filter_channel )(AVFilterContext *ctx, int channel, AVFrame *in, AVFrame *out) |
Definition at line 31 of file af_afreqshift.c.
const AVClass* AFreqShift::class |
Definition at line 32 of file af_afreqshift.c.
double AFreqShift::shift |
Definition at line 34 of file af_afreqshift.c.
double AFreqShift::level |
Definition at line 35 of file af_afreqshift.c.
double AFreqShift::cd[NB_COEFS] |
Definition at line 37 of file af_afreqshift.c.
Referenced by config_input().
float AFreqShift::cf[NB_COEFS] |
Definition at line 38 of file af_afreqshift.c.
Referenced by config_input().
int64_t AFreqShift::in_samples |
Definition at line 40 of file af_afreqshift.c.
Referenced by filter_frame().
AVFrame* AFreqShift::i1 |
Definition at line 42 of file af_afreqshift.c.
Referenced by config_input(), and uninit().
AVFrame * AFreqShift::o1 |
Definition at line 42 of file af_afreqshift.c.
Referenced by config_input(), and uninit().
AVFrame* AFreqShift::i2 |
Definition at line 43 of file af_afreqshift.c.
Referenced by config_input(), and uninit().
AVFrame * AFreqShift::o2 |
Definition at line 43 of file af_afreqshift.c.
Referenced by config_input(), and uninit().
Definition at line 45 of file af_afreqshift.c.
Referenced by config_input(), and filter_channels().