Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavresample/tests/
Davresample.c319 if (avresample_get_delay(s) > 0) in main()
321 avresample_get_delay(s)); in main()
/third_party/ffmpeg/libavresample/
Davresample.h473 int avresample_get_delay(AVAudioResampleContext *avr);
Dresample.c438 int avresample_get_delay(AVAudioResampleContext *avr) in avresample_get_delay() function
Dutils.c755 int64_t samples = avresample_get_delay(avr) + (int64_t)in_nb_samples; in avresample_get_out_samples()
/third_party/ffmpeg/libavfilter/
Daf_resample.c235 delay = avresample_get_delay(s->avr); in filter_frame()