Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavresample/
Davresample.h589 int avresample_config(AVAudioResampleContext *avr, AVFrame *out, AVFrame *in);
Dutils.c505 int avresample_config(AVAudioResampleContext *avr, AVFrame *out, AVFrame *in) in avresample_config() function
609 if ((ret = avresample_config(avr, out, in)) < 0) in avresample_convert_frame()
/third_party/ffmpeg/doc/
DAPIchanges1205 Add avresample_convert_frame() and avresample_config().