Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DAudioMixer.h367 static void convertMixerFormat(void *out, audio_format_t mixerOutFormat,
383 audio_format_t mixerInFormat, audio_format_t mixerOutFormat);
385 audio_format_t mixerInFormat, audio_format_t mixerOutFormat);
DAudioMixer.cpp1921 void AudioMixer::convertMixerFormat(void *out, audio_format_t mixerOutFormat, in convertMixerFormat() argument
1926 switch (mixerOutFormat) { in convertMixerFormat()
1934 LOG_ALWAYS_FATAL("bad mixerOutFormat: %#x", mixerOutFormat); in convertMixerFormat()
1939 switch (mixerOutFormat) { in convertMixerFormat()
1948 LOG_ALWAYS_FATAL("bad mixerOutFormat: %#x", mixerOutFormat); in convertMixerFormat()
1961 audio_format_t mixerInFormat, audio_format_t mixerOutFormat __unused) in getTrackHook()
2036 audio_format_t mixerInFormat, audio_format_t mixerOutFormat) in getProcessHook() argument
2048 switch (mixerOutFormat) { in getProcessHook()
2056 LOG_ALWAYS_FATAL("bad mixerOutFormat: %#x", mixerOutFormat); in getProcessHook()
2061 switch (mixerOutFormat) { in getProcessHook()
[all …]