Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavresample/
Davresample.h214 int avresample_open(AVAudioResampleContext *avr);
Dutils.c36 int avresample_open(AVAudioResampleContext *avr) in avresample_open() function
611 if ((ret = avresample_open(avr)) < 0) in avresample_convert_frame()
/third_party/ffmpeg/libavresample/tests/
Davresample.c303 ret = avresample_open(s); in main()
/third_party/ffmpeg/libavfilter/
Daf_resample.c161 if ((ret = avresample_open(s->avr)) < 0) in config_output()