Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/proxy/
DEffectProxy.cpp72 pContext->eHandle[SUB_FX_HOST] = pContext->eHandle[SUB_FX_OFFLOAD] = NULL; in EffectProxyCreate()
104 pContext->sube[SUB_FX_OFFLOAD] = sube[0]; in EffectProxyCreate()
105 pContext->desc[SUB_FX_OFFLOAD] = desc[0]; in EffectProxyCreate()
106 pContext->aeli[SUB_FX_OFFLOAD] = aeli[0]; in EffectProxyCreate()
116 pContext->sube[SUB_FX_OFFLOAD] = sube[1]; in EffectProxyCreate()
117 pContext->desc[SUB_FX_OFFLOAD] = desc[1]; in EffectProxyCreate()
118 pContext->aeli[SUB_FX_OFFLOAD] = aeli[1]; in EffectProxyCreate()
157 if (pContext->eHandle[SUB_FX_OFFLOAD]) in EffectProxyRelease()
158 pContext->aeli[SUB_FX_OFFLOAD]->release_effect(pContext->eHandle[SUB_FX_OFFLOAD]); in EffectProxyRelease()
222 if (pContext->eHandle[SUB_FX_OFFLOAD] == NULL) { in Effect_command()
[all …]
DEffectProxy.h25 SUB_FX_OFFLOAD, // Index of OFFLOAD in the descriptor and handle arrays enumerator