Searched refs:input_channels (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dresample.c48 int input_channels, output_channels, filter_channels; member in struct:ReSampleContext
145 ReSampleContext *av_audio_resample_init(int output_channels, int input_channels, argument
154 if ( input_channels > 2)
169 s->input_channels = input_channels;
172 s->filter_channels = s->input_channels;
222 ReSampleContext *audio_resample_init(int output_channels, int input_channels, argument
225 return av_audio_resample_init(output_channels, input_channels,
243 if (s->input_channels == s->output_channels && s->ratio == 1.0 && 0) {
245 memcpy(output, input, nb_samples * s->input_channels * sizeo
[all...]
H A Davcodec.h2566 attribute_deprecated ReSampleContext *audio_resample_init(int output_channels, int input_channels,
2573 * @param input_channels number of input channels
2585 ReSampleContext *av_audio_resample_init(int output_channels, int input_channels,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/include/libavcodec/
H A Davcodec.h2566 attribute_deprecated ReSampleContext *audio_resample_init(int output_channels, int input_channels,
2573 * @param input_channels number of input channels
2585 ReSampleContext *av_audio_resample_init(int output_channels, int input_channels,

Completed in 181 milliseconds