AVResampleContext 628 ffmpeg.c av_resample_compensate(*(struct AVResampleContext**)ost->resample, comp, enc->sample_rate); AVResampleContext 2558 libavcodec/avcodec.h struct AVResampleContext; AVResampleContext 2605 libavcodec/avcodec.h struct AVResampleContext *av_resample_init(int out_rate, int in_rate, int filter_length, int log2_phase_count, int linear, double cutoff); AVResampleContext 31 libavcodec/resample.c struct AVResampleContext; AVResampleContext 43 libavcodec/resample.c struct AVResampleContext *resample_context; AVResampleContext 178 libavcodec/resample2.c AVResampleContext *av_resample_init(int out_rate, int in_rate, int filter_size, int phase_shift, int linear, double cutoff){ AVResampleContext 179 libavcodec/resample2.c AVResampleContext *c= av_mallocz(sizeof(AVResampleContext));