Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libaudioprocessing/
H A DAudioMixerBase.cpp1544 switch (mixerOutFormat) { in convertMixerFormat()
1552 LOG_ALWAYS_FATAL("bad mixerOutFormat: %#x", mixerOutFormat); in convertMixerFormat()
1557 switch (mixerOutFormat) { in convertMixerFormat()
1565 LOG_ALWAYS_FATAL("bad mixerOutFormat: %#x", mixerOutFormat); in convertMixerFormat()
1703 audio_format_t mixerInFormat, audio_format_t mixerOutFormat, in getProcessHook() argument
1718 switch (mixerOutFormat) { in getProcessHook()
1728 LOG_ALWAYS_FATAL("bad mixerOutFormat: %#x", mixerOutFormat); in getProcessHook()
1733 switch (mixerOutFormat) { in getProcessHook()
1743 LOG_ALWAYS_FATAL("bad mixerOutFormat: %#x", mixerOutFormat); in getProcessHook()
1754 switch (mixerOutFormat) { in getProcessHook()
[all …]
/aosp12/frameworks/av/media/libaudioprocessing/include/media/
H A DAudioMixerBase.h233 audio_format_t mixerInFormat, audio_format_t mixerOutFormat);
340 audio_format_t mixerInFormat, audio_format_t mixerOutFormat,
343 static void convertMixerFormat(void *out, audio_format_t mixerOutFormat,