Searched refs:pDwmModule (Results 1 – 2 of 2) sorted by relevance
250 downmix_module_t *pDwmModule = (downmix_module_t *)handle; in DownmixLib_Release() local257 pDwmModule->context.state = DOWNMIX_STATE_UNINITIALIZED; in DownmixLib_Release()259 free(pDwmModule); in DownmixLib_Release()294 downmix_module_t *pDwmModule = (downmix_module_t *)self; in Downmix_Process() local296 if (pDwmModule == NULL) { in Downmix_Process()306 pDownmixer = (downmix_object_t*) &pDwmModule->context; in Downmix_Process()321 (pDwmModule->config.outputCfg.accessMode == EFFECT_BUFFER_ACCESS_ACCUMULATE); in Downmix_Process()322 const uint32_t downmixInputChannelMask = pDwmModule->config.inputCfg.channels; in Downmix_Process()390 downmix_module_t *pDwmModule = (downmix_module_t *) self; in Downmix_Command() local394 if (pDwmModule == NULL || pDwmModule->context.state == DOWNMIX_STATE_UNINITIALIZED) { in Downmix_Command()[all …]
93 int Downmix_Init(downmix_module_t *pDwmModule);94 int Downmix_Configure(downmix_module_t *pDwmModule, effect_config_t *pConfig, bool init);