Lines Matching defs:config
108 effect_config_t config;
247 pContext->config = *pConfig;
275 *pConfig = pContext->config;
304 pContext->config.inputCfg.accessMode = EFFECT_BUFFER_ACCESS_READ;
305 pContext->config.inputCfg.channels = AUDIO_CHANNEL_OUT_STEREO;
306 pContext->config.inputCfg.format = AUDIO_FORMAT_PCM_16_BIT;
307 pContext->config.inputCfg.samplingRate = 44100;
308 pContext->config.inputCfg.bufferProvider.getBuffer = NULL;
309 pContext->config.inputCfg.bufferProvider.releaseBuffer = NULL;
310 pContext->config.inputCfg.bufferProvider.cookie = NULL;
311 pContext->config.inputCfg.mask = EFFECT_CONFIG_ALL;
312 pContext->config.outputCfg.accessMode = EFFECT_BUFFER_ACCESS_ACCUMULATE;
313 pContext->config.outputCfg.channels = AUDIO_CHANNEL_OUT_STEREO;
314 pContext->config.outputCfg.format = AUDIO_FORMAT_PCM_16_BIT;
315 pContext->config.outputCfg.samplingRate = 44100;
316 pContext->config.outputCfg.bufferProvider.getBuffer = NULL;
317 pContext->config.outputCfg.bufferProvider.releaseBuffer = NULL;
318 pContext->config.outputCfg.bufferProvider.cookie = NULL;
319 pContext->config.outputCfg.mask = EFFECT_CONFIG_ALL;
336 Equalizer_setConfig(pContext, &pContext->config);
662 Equalizer_setConfig(pContext, &pContext->config);