Searched defs:mixerOutFormat (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/services/audioflinger/
H A DAudioMixer.cpp1947 void AudioMixer::convertMixerFormat(void *out, audio_format_t mixerOutFormat, argument
1952 switch (mixerOutFormat) {
1960 LOG_ALWAYS_FATAL("bad mixerOutFormat: %#x", mixerOutFormat);
1965 switch (mixerOutFormat) {
1974 LOG_ALWAYS_FATAL("bad mixerOutFormat: %#x", mixerOutFormat);
1987 audio_format_t mixerInFormat, audio_format_t mixerOutFormat __unused)
2062 audio_format_t mixerInFormat, audio_format_t mixerOutFormat)
2074 switch (mixerOutFormat) {
2061 getProcessHook(int processType, uint32_t channelCount, audio_format_t mixerInFormat, audio_format_t mixerOutFormat) argument
[all...]

Completed in 53 milliseconds