Home
last modified time | relevance | path

Searched refs:avresample_read (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavresample/
H A Davresample.h64 * avresample_read(). The second place is the resampling delay buffer,
417 * or to avresample_read().
427 * NULL input or call avresample_read().
430 * @see avresample_read()
484 * buffer. The samples in the FIFO can be read with avresample_read() or
487 * @see avresample_read()
517 int avresample_read(AVAudioResampleContext *avr, uint8_t **output, int nb_samples);
537 * or to avresample_convert() or to avresample_read().
547 * avresample_convert() with NULL input or call avresample_read().
557 * @see avresample_read()
[all...]
H A Dutils.c772 int avresample_read(AVAudioResampleContext *avr, uint8_t **output, int nb_samples) in avresample_read() function

Completed in 2 milliseconds