Searched refs:ReSampleContext (Results 1 – 1 of 1) sorted by relevance
4194 struct ReSampleContext;4197 typedef struct ReSampleContext ReSampleContext; typedef4216 ReSampleContext *av_audio_resample_init(int output_channels, int input_channels,4224 int audio_resample(ReSampleContext *s, short *output, short *input, int nb_samples);4233 void audio_resample_close(ReSampleContext *s);