Searched refs:m_Aux (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libeffects/testlibs/
H A DEffectReverb.h285 uint16_t m_Aux; // if TRUE, is connected as auxiliary effect member in struct:__anon253
H A DEffectReverb.c267 if (pReverb->m_Aux) {
299 *(int *) pReplyData = Reverb_Init(pRvbModule, pReverb->m_Aux, pReverb->m_Preset);
412 if (pReverb->m_Aux) {
460 pRvbModule->context.m_Aux = (uint16_t)aux;
526 if ((pReverb->m_Aux && (pConfig->inputCfg.channels != AUDIO_CHANNEL_OUT_MONO)) ||
527 (!pReverb->m_Aux && (pConfig->inputCfg.channels != AUDIO_CHANNEL_OUT_STEREO))) {
1664 if (!pReverb->m_Aux) {

Completed in 69 milliseconds