Searched refs:eHandle (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libeffects/proxy/
H A DEffectProxy.cpp75 pContext->eHandle[SUB_FX_HOST] = pContext->eHandle[SUB_FX_OFFLOAD] = NULL;
157 if (pContext->eHandle[SUB_FX_HOST])
158 pContext->aeli[SUB_FX_HOST]->release_effect(pContext->eHandle[SUB_FX_HOST]);
159 if (pContext->eHandle[SUB_FX_OFFLOAD])
160 pContext->aeli[SUB_FX_OFFLOAD]->release_effect(pContext->eHandle[SUB_FX_OFFLOAD]);
192 ret = (*pContext->eHandle[index])->process(pContext->eHandle[index],
213 if (pContext->eHandle[SUB_FX_HOST] == NULL) {
218 &(pContext->eHandle[SUB_FX_HOS
[all...]
H A DEffectProxy.h70 effect_handle_t eHandle[SUB_FX_COUNT]; // The effect handles of the sub effects member in struct:android::EffectContext

Completed in 337 milliseconds