Home | History | Annotate | Download | only in testlibs

Lines Matching refs:inputCfg

217             if (pRvbModule->config.inputCfg.channels == pRvbModule->config.outputCfg.channels) {
419 pRvbModule->config.inputCfg.samplingRate = 44100;
421 pRvbModule->config.inputCfg.channels = CHANNEL_MONO;
423 pRvbModule->config.inputCfg.channels = CHANNEL_STEREO;
425 pRvbModule->config.inputCfg.format = SAMPLE_FORMAT_PCM_S15;
426 pRvbModule->config.inputCfg.bufferProvider.getBuffer = NULL;
427 pRvbModule->config.inputCfg.bufferProvider.releaseBuffer = NULL;
428 pRvbModule->config.inputCfg.bufferProvider.cookie = NULL;
429 pRvbModule->config.inputCfg.accessMode = EFFECT_BUFFER_ACCESS_READ;
430 pRvbModule->config.inputCfg.mask = EFFECT_CONFIG_ALL;
474 if (pConfig->inputCfg.samplingRate
477 || pConfig->inputCfg.format != SAMPLE_FORMAT_PCM_S15
482 if ((pReverb->m_Aux && (pConfig->inputCfg.channels != CHANNEL_MONO)) ||
483 (!pReverb->m_Aux && (pConfig->inputCfg.channels != CHANNEL_STEREO))) {