Lines Matching refs:avresample_convert
60 * The conversion itself is done by repeatedly calling avresample_convert().
68 * flushed by calling avresample_convert() with NULL input.
83 * out_samples = avresample_convert(avr, &output, out_linesize, out_samples,
239 * @see avresample_convert()
320 * avresample_convert() always uses the current matrix.
421 * samples. To get this data as output, call avresample_convert() with NULL
426 * samples. To get this data as output, either call avresample_convert() with
451 int avresample_convert(AVAudioResampleContext *avr, uint8_t **output,
467 * @see avresample_convert()
485 * avresample_convert().
488 * @see avresample_convert()
508 * @see avresample_convert()
537 * or to avresample_convert() or to avresample_read().
542 * avresample_convert() with NULL input.
547 * avresample_convert() with NULL input or call avresample_read().
556 * @see avresample_convert()