Home
last modified time | relevance | path

Searched refs:resample_channels (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavresample/
Dinternal.h79 int resample_channels; /**< number of channels used for resampling */ member
Dresample.c203 c->buffer = ff_audio_data_alloc(avr->resample_channels, c->padding_size, in ff_audio_resample_init()
Dutils.c58 avr->resample_channels = FFMIN(avr->in_channels, avr->out_channels); in avresample_open()