Lines Matching refs:mixerInFormat
1551 void *in, audio_format_t mixerInFormat, size_t sampleCount) in convertMixerFormat() argument
1553 switch (mixerInFormat) { in convertMixerFormat()
1581 LOG_ALWAYS_FATAL("bad mixerInFormat: %#x", mixerInFormat); in convertMixerFormat()
1590 audio_format_t mixerInFormat, audio_format_t mixerOutFormat __unused) in getTrackHook() argument
1592 if (!kUseNewMixer && channelCount == FCC_2 && mixerInFormat == AUDIO_FORMAT_PCM_16_BIT) { in getTrackHook()
1612 switch (mixerInFormat) { in getTrackHook()
1620 LOG_ALWAYS_FATAL("bad mixerInFormat: %#x", mixerInFormat); in getTrackHook()
1625 switch (mixerInFormat) { in getTrackHook()
1635 LOG_ALWAYS_FATAL("bad mixerInFormat: %#x", mixerInFormat); in getTrackHook()
1642 switch (mixerInFormat) { in getTrackHook()
1652 LOG_ALWAYS_FATAL("bad mixerInFormat: %#x", mixerInFormat); in getTrackHook()
1657 switch (mixerInFormat) { in getTrackHook()
1665 LOG_ALWAYS_FATAL("bad mixerInFormat: %#x", mixerInFormat); in getTrackHook()
1670 switch (mixerInFormat) { in getTrackHook()
1678 LOG_ALWAYS_FATAL("bad mixerInFormat: %#x", mixerInFormat); in getTrackHook()
1683 switch (mixerInFormat) { in getTrackHook()
1693 LOG_ALWAYS_FATAL("bad mixerInFormat: %#x", mixerInFormat); in getTrackHook()
1714 audio_format_t mixerInFormat, audio_format_t mixerOutFormat, in getProcessHook() argument
1721 if (!kUseNewMixer && channelCount == FCC_2 && mixerInFormat == AUDIO_FORMAT_PCM_16_BIT) { in getProcessHook()
1727 switch (mixerInFormat) { in getProcessHook()
1759 LOG_ALWAYS_FATAL("bad mixerInFormat: %#x", mixerInFormat); in getProcessHook()
1763 switch (mixerInFormat) { in getProcessHook()
1795 LOG_ALWAYS_FATAL("bad mixerInFormat: %#x", mixerInFormat); in getProcessHook()