Home
last modified time | relevance | path

Searched refs:ReSampleContext (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/3rdparty/include/ffmpeg_/libavcodec/
Davcodec.h4194 struct ReSampleContext;
4197 typedef struct ReSampleContext ReSampleContext; typedef
4216 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);