Searched refs:mixerOutFormat (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/media/libaudioprocessing/include/media/ |
D | AudioMixerBase.h | 223 audio_format_t mixerInFormat, audio_format_t mixerOutFormat); 330 audio_format_t mixerInFormat, audio_format_t mixerOutFormat); 332 static void convertMixerFormat(void *out, audio_format_t mixerOutFormat,
|
/frameworks/av/media/libaudioprocessing/ |
D | AudioMixerBase.cpp | 1530 void AudioMixerBase::convertMixerFormat(void *out, audio_format_t mixerOutFormat, in convertMixerFormat() argument 1535 switch (mixerOutFormat) { in convertMixerFormat() 1543 LOG_ALWAYS_FATAL("bad mixerOutFormat: %#x", mixerOutFormat); in convertMixerFormat() 1548 switch (mixerOutFormat) { in convertMixerFormat() 1556 LOG_ALWAYS_FATAL("bad mixerOutFormat: %#x", mixerOutFormat); in convertMixerFormat() 1570 audio_format_t mixerInFormat, audio_format_t mixerOutFormat __unused) in getTrackHook() 1647 audio_format_t mixerInFormat, audio_format_t mixerOutFormat) in getProcessHook() argument 1659 switch (mixerOutFormat) { in getProcessHook() 1667 LOG_ALWAYS_FATAL("bad mixerOutFormat: %#x", mixerOutFormat); in getProcessHook() 1672 switch (mixerOutFormat) { in getProcessHook() [all …]
|