Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavresample/
H A Davresample.h425 * internal FIFO buffer. avresample_available() tells the number of remaining
494 int avresample_available(AVAudioResampleContext *avr);
507 * @see avresample_available()
545 * internal FIFO buffer. avresample_available() tells the number of remaining
555 * @see avresample_available()
H A Dutils.c748 int avresample_available(AVAudioResampleContext *avr) in avresample_available() function
764 samples += avresample_available(avr); in avresample_get_out_samples()
/third_party/ffmpeg/libavresample/tests/
H A Davresample.c322 if (avresample_available(s) > 0) in main()
324 avresample_available(s)); in main()
/third_party/ffmpeg/libavfilter/
H A Daf_resample.c253 av_assert0(!avresample_available(s->avr)); in filter_frame()

Completed in 6 milliseconds