Home
last modified time | relevance | path

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

/frameworks/av/media/libaudioprocessing/
DAudioMixerBase.cpp1550 void AudioMixerBase::convertMixerFormat(void *out, audio_format_t mixerOutFormat, in convertMixerFormat() argument
1555 switch (mixerOutFormat) { in convertMixerFormat()
1563 LOG_ALWAYS_FATAL("bad mixerOutFormat: %#x", mixerOutFormat); in convertMixerFormat()
1568 switch (mixerOutFormat) { in convertMixerFormat()
1576 LOG_ALWAYS_FATAL("bad mixerOutFormat: %#x", mixerOutFormat); in convertMixerFormat()
1590 audio_format_t mixerInFormat, audio_format_t mixerOutFormat __unused) in getTrackHook()
1714 audio_format_t mixerInFormat, audio_format_t mixerOutFormat, in getProcessHook() argument
1729 switch (mixerOutFormat) { in getProcessHook()
1739 LOG_ALWAYS_FATAL("bad mixerOutFormat: %#x", mixerOutFormat); in getProcessHook()
1744 switch (mixerOutFormat) { in getProcessHook()
[all …]
/frameworks/av/media/libaudioprocessing/include/media/
DAudioMixerBase.h234 audio_format_t mixerInFormat, audio_format_t mixerOutFormat);
341 audio_format_t mixerInFormat, audio_format_t mixerOutFormat,
344 static void convertMixerFormat(void *out, audio_format_t mixerOutFormat,