Lines Matching refs:out_buffer
195 avr->out_buffer = ff_audio_data_alloc(avr->out_channels, 0,
196 avr->out_sample_fmt, "out_buffer");
197 if (!avr->out_buffer) {
266 ff_audio_data_free(&avr->out_buffer);
352 if (avr->out_buffer) {
353 avr->out_buffer->nb_samples = 0;
354 ff_audio_data_set_channels(avr->out_buffer,
355 avr->out_buffer->allocated_channels);
396 av_log(avr, AV_LOG_TRACE, "[copy] %s to out_buffer\n", current_buffer->name);
397 ret = ff_audio_data_copy(avr->out_buffer, current_buffer,
401 current_buffer = avr->out_buffer;
488 ret = ff_audio_data_realloc(avr->out_buffer,
492 av_log(avr, AV_LOG_TRACE, "[convert] %s to out_buffer\n", current_buffer->name);
493 ret = ff_audio_convert(avr->ac_out, avr->out_buffer,
497 current_buffer = avr->out_buffer;