Home
last modified time | relevance | path

Searched refs:avresample_get_delay (Results 1 - 5 of 5) sorted by relevance

/third_party/ffmpeg/libavresample/
H A Davresample.h67 * avresample_get_delay(). At the end of conversion the resampling buffer can be
420 * resampling delay buffer. avresample_get_delay() tells the number of remaining
431 * @see avresample_get_delay()
473 int avresample_get_delay(AVAudioResampleContext *avr);
540 * resampling delay buffer. avresample_get_delay() tells the number of
558 * @see avresample_get_delay()
H A Dresample.c438 int avresample_get_delay(AVAudioResampleContext *avr) in avresample_get_delay() function
H A Dutils.c755 int64_t samples = avresample_get_delay(avr) + (int64_t)in_nb_samples; in avresample_get_out_samples()
/third_party/ffmpeg/libavresample/tests/
H A Davresample.c319 if (avresample_get_delay(s) > 0) in main()
321 avresample_get_delay(s)); in main()
/third_party/ffmpeg/libavfilter/
H A Daf_resample.c235 delay = avresample_get_delay(s->avr); in filter_frame()

Completed in 4 milliseconds