HomeSort by relevance Sort by last modified time
    Searched refs:pDwmModule (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libeffects/downmix/
EffectDownmix.c 230 downmix_module_t *pDwmModule = (downmix_module_t *)handle;
237 pDwmModule->context.state = DOWNMIX_STATE_UNINITIALIZED;
239 free(pDwmModule);
274 downmix_module_t *pDwmModule = (downmix_module_t *)self;
276 if (pDwmModule == NULL) {
286 pDownmixer = (downmix_object_t*) &pDwmModule->context;
301 (pDwmModule->config.outputCfg.accessMode == EFFECT_BUFFER_ACCESS_ACCUMULATE);
302 const uint32_t downmixInputChannelMask = pDwmModule->config.inputCfg.channels;
373 downmix_module_t *pDwmModule = (downmix_module_t *) self;
377 if (pDwmModule == NULL || pDwmModule->context.state == DOWNMIX_STATE_UNINITIALIZED)
    [all...]
EffectDownmix.h 93 int Downmix_Init(downmix_module_t *pDwmModule);
94 int Downmix_Configure(downmix_module_t *pDwmModule, effect_config_t *pConfig, bool init);

Completed in 2385 milliseconds