Home | History | Annotate | Download | only in audioflinger

Lines Matching full:channels

294         // resampler channels may have changed.
299 // recreate the resampler with updated format, channels, saved sampleRate.
778 // TODO: Remove MONO_HACK. Resampler sees #channels after the downmixer
783 " format(%#x) channels(%d) devSampleRate(%u) quality(%d)\n",
807 // TODO: Remove MONO_HACK. Resampler sees #channels after the downmixer
830 * if one channel requires ramping, all channels are ramped.
1629 " %p track %d, channels %d, needs %08x, volume %08x vfl %f vfr %f",
1717 static void volumeRampMulti(uint32_t channels, TO* out, size_t frameCount,
1720 switch (channels) {
1761 static void volumeMulti(uint32_t channels, TO* out, size_t frameCount,
1764 switch (channels) {
1846 const uint32_t channels = t->mMixerChannelCount;
1863 * channels * audio_bytes_per_sample(t->mMixerFormat));
1865 "buffer %p track %p, channels %d, needs %#x",
1874 out += outFrames * channels;
1876 aux += channels;
1937 // MIXTYPE_MONOEXPAND reads a single input channel and expands to NCHAN output channels.
1938 // MIXTYPE_MULTI reads NCHAN input channels and places to NCHAN output channels.