Home | History | Annotate | Download | only in audioflinger

Lines Matching refs:AudioMixer

58 #include "AudioMixer.h"
69 class AudioMixer;
80 // this #define. There is an independent hard-coded upper limit in AudioMixer;
81 // removing that AudioMixer limit would be necessary but insufficient to support > 2 channels.
336 // FCC_2 <= channels <= AudioMixer::MAX_NUM_CHANNELS.
347 || channelCount > AudioMixer::MAX_NUM_CHANNELS) {