Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/downmix/
DEffectDownmix.c250 downmix_module_t *pDwmModule = (downmix_module_t *)handle; in DownmixLib_Release() local
257 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() local
296 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() local
394 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);