Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/downmix/
DEffectDownmix.c268 downmix_module_t *pDwmModule = (downmix_module_t *)handle; in DownmixLib_Release() local
275 pDwmModule->context.state = DOWNMIX_STATE_UNINITIALIZED; in DownmixLib_Release()
277 free(pDwmModule); in DownmixLib_Release()
312 downmix_module_t *pDwmModule = (downmix_module_t *)self; in Downmix_Process() local
314 if (pDwmModule == NULL) { in Downmix_Process()
324 pDownmixer = (downmix_object_t*) &pDwmModule->context; in Downmix_Process()
339 (pDwmModule->config.outputCfg.accessMode == EFFECT_BUFFER_ACCESS_ACCUMULATE); in Downmix_Process()
340 const uint32_t downmixInputChannelMask = pDwmModule->config.inputCfg.channels; in Downmix_Process()
411 downmix_module_t *pDwmModule = (downmix_module_t *)self; in Downmix_Process() local
413 if (pDwmModule == NULL) { in Downmix_Process()
[all …]
DEffectDownmix.h95 int Downmix_Init(downmix_module_t *pDwmModule);
96 int Downmix_Configure(downmix_module_t *pDwmModule, effect_config_t *pConfig, bool init);