audio_resample 264 ffmpeg.c int audio_resample; audio_resample 551 ffmpeg.c ost->audio_resample = 1; audio_resample 553 ffmpeg.c if (ost->audio_resample && !ost->resample) { audio_resample 569 ffmpeg.c if (!ost->audio_resample && dec->sample_fmt!=enc->sample_fmt && audio_resample 624 ffmpeg.c assert(ost->audio_resample); audio_resample 635 ffmpeg.c if (ost->audio_resample) { audio_resample 637 ffmpeg.c size_out = audio_resample(ost->resample, audio_resample 646 ffmpeg.c if (!ost->audio_resample && dec->sample_fmt!=enc->sample_fmt) { audio_resample 1797 ffmpeg.c ost->audio_resample = codec->sample_rate != icodec->sample_rate || audio_sync_method > 1; audio_resample 2592 libavcodec/avcodec.h int audio_resample(ReSampleContext *s, short *output, short *input, int nb_samples);