Lines Matching refs:mixerInFormat
2080 void *in, audio_format_t mixerInFormat, size_t sampleCount) in convertMixerFormat() argument
2082 switch (mixerInFormat) { in convertMixerFormat()
2111 LOG_ALWAYS_FATAL("bad mixerInFormat: %#x", mixerInFormat); in convertMixerFormat()
2119 audio_format_t mixerInFormat, audio_format_t mixerOutFormat __unused) in getTrackHook() argument
2121 if (!kUseNewMixer && channelCount == FCC_2 && mixerInFormat == AUDIO_FORMAT_PCM_16_BIT) { in getTrackHook()
2141 switch (mixerInFormat) { in getTrackHook()
2149 LOG_ALWAYS_FATAL("bad mixerInFormat: %#x", mixerInFormat); in getTrackHook()
2154 switch (mixerInFormat) { in getTrackHook()
2162 LOG_ALWAYS_FATAL("bad mixerInFormat: %#x", mixerInFormat); in getTrackHook()
2167 switch (mixerInFormat) { in getTrackHook()
2175 LOG_ALWAYS_FATAL("bad mixerInFormat: %#x", mixerInFormat); in getTrackHook()
2194 audio_format_t mixerInFormat, audio_format_t mixerOutFormat) in getProcessHook() argument
2200 if (!kUseNewMixer && channelCount == FCC_2 && mixerInFormat == AUDIO_FORMAT_PCM_16_BIT) { in getProcessHook()
2204 switch (mixerInFormat) { in getProcessHook()
2232 LOG_ALWAYS_FATAL("bad mixerInFormat: %#x", mixerInFormat); in getProcessHook()