AVResampleContext 4647 libavcodec/avcodec.h struct AVResampleContext;
AVResampleContext 4698 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 4710 libavcodec/avcodec.h int av_resample(struct AVResampleContext *c, short *dst, short *src, int *consumed, int src_size, int dst_size, int update_ctx);
AVResampleContext 4726 libavcodec/avcodec.h void av_resample_compensate(struct AVResampleContext *c, int sample_delta, int compensation_distance);
AVResampleContext 4728 libavcodec/avcodec.h void av_resample_close(struct AVResampleContext *c);
AVResampleContext   39 libavcodec/resample.c struct AVResampleContext;
AVResampleContext   52 libavcodec/resample.c     struct AVResampleContext *resample_context;
AVResampleContext  192 libavcodec/resample2.c AVResampleContext *av_resample_init(int out_rate, int in_rate, int filter_size, int phase_shift, int linear, double cutoff){
AVResampleContext  193 libavcodec/resample2.c     AVResampleContext *c= av_mallocz(sizeof(AVResampleContext));
AVResampleContext  226 libavcodec/resample2.c void av_resample_close(AVResampleContext *c){
AVResampleContext  231 libavcodec/resample2.c void av_resample_compensate(AVResampleContext *c, int sample_delta, int compensation_distance){
AVResampleContext  237 libavcodec/resample2.c int av_resample(AVResampleContext *c, short *dst, short *src, int *consumed, int src_size, int dst_size, int update_ctx){