Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavresample/tests/
Davresample.c322 if (avresample_available(s) > 0) in main()
324 avresample_available(s)); in main()
/third_party/ffmpeg/libavresample/
Davresample.h494 int avresample_available(AVAudioResampleContext *avr);
Dutils.c748 int avresample_available(AVAudioResampleContext *avr) in avresample_available() function
764 samples += avresample_available(avr); in avresample_get_out_samples()
/third_party/ffmpeg/libavfilter/
Daf_resample.c253 av_assert0(!avresample_available(s->avr)); in filter_frame()