Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavresample/
Davresample.h403 int avresample_get_out_samples(AVAudioResampleContext *avr, int in_nb_samples);
Dutils.c622 out->nb_samples = avresample_get_out_samples(avr, in->nb_samples); in avresample_convert_frame()
753 int avresample_get_out_samples(AVAudioResampleContext *avr, int in_nb_samples) in avresample_get_out_samples() function
/third_party/ffmpeg/libavfilter/
Daf_resample.c199 int nb_samples = avresample_get_out_samples(s->avr, 0); in request_frame()
236 nb_samples = avresample_get_out_samples(s->avr, in->nb_samples); in filter_frame()