Home
last modified time | relevance | path

Searched refs:mixerInFormat (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/services/audioflinger/
DAudioMixer.h447 void *in, audio_format_t mixerInFormat, size_t sampleCount);
462 audio_format_t mixerInFormat, audio_format_t mixerOutFormat);
464 audio_format_t mixerInFormat, audio_format_t mixerOutFormat);
DAudioMixer.cpp2080 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()
[all …]