Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DAudioMixer.h368 void *in, audio_format_t mixerInFormat, size_t sampleCount);
383 audio_format_t mixerInFormat, audio_format_t mixerOutFormat);
385 audio_format_t mixerInFormat, audio_format_t mixerOutFormat);
DAudioMixer.cpp1922 void *in, audio_format_t mixerInFormat, size_t sampleCount) in convertMixerFormat() argument
1924 switch (mixerInFormat) { in convertMixerFormat()
1953 LOG_ALWAYS_FATAL("bad mixerInFormat: %#x", mixerInFormat); in convertMixerFormat()
1961 audio_format_t mixerInFormat, audio_format_t mixerOutFormat __unused) in getTrackHook() argument
1963 if (!kUseNewMixer && channelCount == FCC_2 && mixerInFormat == AUDIO_FORMAT_PCM_16_BIT) { in getTrackHook()
1983 switch (mixerInFormat) { in getTrackHook()
1991 LOG_ALWAYS_FATAL("bad mixerInFormat: %#x", mixerInFormat); in getTrackHook()
1996 switch (mixerInFormat) { in getTrackHook()
2004 LOG_ALWAYS_FATAL("bad mixerInFormat: %#x", mixerInFormat); in getTrackHook()
2009 switch (mixerInFormat) { in getTrackHook()
[all …]