Searched refs:mixerOutFormat (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/media/libaudioprocessing/ |
D | AudioMixerBase.cpp | 1557 void AudioMixerBase::convertMixerFormat(void *out, audio_format_t mixerOutFormat, in convertMixerFormat() argument 1562 switch (mixerOutFormat) { in convertMixerFormat() 1570 LOG_ALWAYS_FATAL("bad mixerOutFormat: %#x", mixerOutFormat); in convertMixerFormat() 1575 switch (mixerOutFormat) { in convertMixerFormat() 1583 LOG_ALWAYS_FATAL("bad mixerOutFormat: %#x", mixerOutFormat); in convertMixerFormat() 1597 audio_format_t mixerInFormat, audio_format_t mixerOutFormat __unused) in getTrackHook() 1721 audio_format_t mixerInFormat, audio_format_t mixerOutFormat, in getProcessHook() argument 1736 switch (mixerOutFormat) { in getProcessHook() 1746 LOG_ALWAYS_FATAL("bad mixerOutFormat: %#x", mixerOutFormat); in getProcessHook() 1751 switch (mixerOutFormat) { in getProcessHook() [all …]
|
/frameworks/av/media/libaudioprocessing/include/media/ |
D | AudioMixerBase.h | 237 audio_format_t mixerInFormat, audio_format_t mixerOutFormat); 359 audio_format_t mixerInFormat, audio_format_t mixerOutFormat, 362 static void convertMixerFormat(void *out, audio_format_t mixerOutFormat,
|