FFmpeg
|
Data Fields | |
const AVClass * | class |
double | shift |
double | level |
int | nb_coeffs |
int | old_nb_coeffs |
double | cd [MAX_NB_COEFFS *2] |
float | cf [MAX_NB_COEFFS *2] |
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 30 of file af_afreqshift.c.
const AVClass* AFreqShift::class |
Definition at line 31 of file af_afreqshift.c.
double AFreqShift::shift |
Definition at line 33 of file af_afreqshift.c.
double AFreqShift::level |
Definition at line 34 of file af_afreqshift.c.
int AFreqShift::nb_coeffs |
Definition at line 35 of file af_afreqshift.c.
int AFreqShift::old_nb_coeffs |
Definition at line 36 of file af_afreqshift.c.
double AFreqShift::cd[MAX_NB_COEFFS *2] |
Definition at line 38 of file af_afreqshift.c.
float AFreqShift::cf[MAX_NB_COEFFS *2] |
Definition at line 39 of file af_afreqshift.c.
int64_t AFreqShift::in_samples |
Definition at line 41 of file af_afreqshift.c.
AVFrame* AFreqShift::i1 |
Definition at line 43 of file af_afreqshift.c.
AVFrame * AFreqShift::o1 |
Definition at line 43 of file af_afreqshift.c.
AVFrame* AFreqShift::i2 |
Definition at line 44 of file af_afreqshift.c.
AVFrame * AFreqShift::o2 |
Definition at line 44 of file af_afreqshift.c.
Definition at line 46 of file af_afreqshift.c.