Home
last modified time | relevance | path

Searched refs:pDwmModule (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libeffects/downmix/
DEffectDownmix.c219 downmix_module_t *pDwmModule = (downmix_module_t *)handle; in DownmixLib_Release() local
226 pDwmModule->context.state = DOWNMIX_STATE_UNINITIALIZED; in DownmixLib_Release()
228 free(pDwmModule); in DownmixLib_Release()
263 downmix_module_t *pDwmModule = (downmix_module_t *)self; in Downmix_Process() local
265 if (pDwmModule == NULL) { in Downmix_Process()
275 pDownmixer = (downmix_object_t*) &pDwmModule->context; in Downmix_Process()
290 (pDwmModule->config.outputCfg.accessMode == EFFECT_BUFFER_ACCESS_ACCUMULATE); in Downmix_Process()
291 const uint32_t downmixInputChannelMask = pDwmModule->config.inputCfg.channels; in Downmix_Process()
359 downmix_module_t *pDwmModule = (downmix_module_t *) self; in Downmix_Command() local
363 if (pDwmModule == NULL || pDwmModule->context.state == DOWNMIX_STATE_UNINITIALIZED) { in Downmix_Command()
[all …]
DEffectDownmix.h93 int Downmix_Init(downmix_module_t *pDwmModule);
94 int Downmix_Configure(downmix_module_t *pDwmModule, effect_config_t *pConfig, bool init);