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

  /frameworks/av/media/libeffects/proxy/
EffectProxy.cpp 72 pContext->eHandle[SUB_FX_HOST] = pContext->eHandle[SUB_FX_OFFLOAD] = NULL;
104 pContext->sube[SUB_FX_OFFLOAD] = sube[0];
105 pContext->desc[SUB_FX_OFFLOAD] = desc[0];
106 pContext->aeli[SUB_FX_OFFLOAD] = aeli[0];
116 pContext->sube[SUB_FX_OFFLOAD] = sube[1];
117 pContext->desc[SUB_FX_OFFLOAD] = desc[1];
118 pContext->aeli[SUB_FX_OFFLOAD] = aeli[1];
157 if (pContext->eHandle[SUB_FX_OFFLOAD])
158 pContext->aeli[SUB_FX_OFFLOAD]->release_effect(pContext->eHandle[SUB_FX_OFFLOAD]);
    [all...]
EffectProxy.h 25 SUB_FX_OFFLOAD, // Index of OFFLOAD in the descriptor and handle arrays

Completed in 67 milliseconds