Searched refs:resample_channels (Results 1 – 3 of 3) sorted by relevance
79 int resample_channels; /**< number of channels used for resampling */ member
203 c->buffer = ff_audio_data_alloc(avr->resample_channels, c->padding_size, in ff_audio_resample_init()
58 avr->resample_channels = FFMIN(avr->in_channels, avr->out_channels); in avresample_open()