Searched refs:avresample_config (Results 1 – 3 of 3) sorted by relevance
589 int avresample_config(AVAudioResampleContext *avr, AVFrame *out, AVFrame *in);
505 int avresample_config(AVAudioResampleContext *avr, AVFrame *out, AVFrame *in) in avresample_config() function609 if ((ret = avresample_config(avr, out, in)) < 0) in avresample_convert_frame()
1205 Add avresample_convert_frame() and avresample_config().