Lines Matching defs:input
48 av_log(avr, AV_LOG_ERROR, "Invalid input channel layout: %"PRIu64"\n",
166 av_log(avr, AV_LOG_TRACE, "input map: ");
333 uint8_t * const *input,
371 if (input) {
372 /* initialize input_buffer with input data */
373 ret = ff_audio_data_init(&input_buffer, input, in_plane_size,
375 avr->in_sample_fmt, 1, "input");
382 /* in some rare cases we can copy input to output and upmix
403 /* if needed, copy or convert input to in_buffer, and downmix if
433 /* flush resampling buffer and/or output FIFO if input is NULL */
615 // return as is or reconfigure for input changes?
705 av_log(avr, AV_LOG_ERROR, "Invalid input channel layout\n");
731 /* Fill-in unmapped input channels with unmapped output channels.