Searched refs:mixerOutFormat (Results 1 – 2 of 2) sorted by relevance
/aosp12/frameworks/av/media/libaudioprocessing/ |
H A D | AudioMixerBase.cpp | 1544 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 D | AudioMixerBase.h | 233 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,
|