Lines Matching refs:mixerOutFormat
1530 void AudioMixerBase::convertMixerFormat(void *out, audio_format_t mixerOutFormat, in convertMixerFormat() argument
1535 switch (mixerOutFormat) { in convertMixerFormat()
1543 LOG_ALWAYS_FATAL("bad mixerOutFormat: %#x", mixerOutFormat); in convertMixerFormat()
1548 switch (mixerOutFormat) { in convertMixerFormat()
1556 LOG_ALWAYS_FATAL("bad mixerOutFormat: %#x", mixerOutFormat); in convertMixerFormat()
1570 audio_format_t mixerInFormat, audio_format_t mixerOutFormat __unused) in getTrackHook()
1647 audio_format_t mixerInFormat, audio_format_t mixerOutFormat) in getProcessHook() argument
1659 switch (mixerOutFormat) { in getProcessHook()
1667 LOG_ALWAYS_FATAL("bad mixerOutFormat: %#x", mixerOutFormat); in getProcessHook()
1672 switch (mixerOutFormat) { in getProcessHook()
1680 LOG_ALWAYS_FATAL("bad mixerOutFormat: %#x", mixerOutFormat); in getProcessHook()