ReSampleContext  4194 3rdparty/include/ffmpeg_/libavcodec/avcodec.h struct ReSampleContext;
ReSampleContext  4197 3rdparty/include/ffmpeg_/libavcodec/avcodec.h typedef struct ReSampleContext ReSampleContext;
ReSampleContext  4216 3rdparty/include/ffmpeg_/libavcodec/avcodec.h ReSampleContext *av_audio_resample_init(int output_channels, int input_channels,
ReSampleContext  4224 3rdparty/include/ffmpeg_/libavcodec/avcodec.h int audio_resample(ReSampleContext *s, short *output, short *input, int nb_samples);
ReSampleContext  4233 3rdparty/include/ffmpeg_/libavcodec/avcodec.h void audio_resample_close(ReSampleContext *s);