Home | History | Annotate | Download | only in testlibs

Lines Matching refs:inputCfg

223             if (pRvbModule->config.inputCfg.channels == pRvbModule->config.outputCfg.channels) {
463 pRvbModule->config.inputCfg.samplingRate = 44100;
465 pRvbModule->config.inputCfg.channels = AUDIO_CHANNEL_OUT_MONO;
467 pRvbModule->config.inputCfg.channels = AUDIO_CHANNEL_OUT_STEREO;
469 pRvbModule->config.inputCfg.format = AUDIO_FORMAT_PCM_16_BIT;
470 pRvbModule->config.inputCfg.bufferProvider.getBuffer = NULL;
471 pRvbModule->config.inputCfg.bufferProvider.releaseBuffer = NULL;
472 pRvbModule->config.inputCfg.bufferProvider.cookie = NULL;
473 pRvbModule->config.inputCfg.accessMode = EFFECT_BUFFER_ACCESS_READ;
474 pRvbModule->config.inputCfg.mask = EFFECT_CONFIG_ALL;
518 if (pConfig->inputCfg.samplingRate
521 || pConfig->inputCfg.format != AUDIO_FORMAT_PCM_16_BIT
526 if ((pReverb->m_Aux && (pConfig->inputCfg.channels != AUDIO_CHANNEL_OUT_MONO)) ||
527 (!pReverb->m_Aux && (pConfig->inputCfg.channels != AUDIO_CHANNEL_OUT_STEREO))) {