HomeSort by relevance Sort by last modified time
    Searched refs:eHandle (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;
155 if (pContext->eHandle[SUB_FX_HOST])
156 pContext->aeli[SUB_FX_HOST]->release_effect(pContext->eHandle[SUB_FX_HOST]);
157 if (pContext->eHandle[SUB_FX_OFFLOAD])
158 pContext->aeli[SUB_FX_OFFLOAD]->release_effect(pContext->eHandle[SUB_FX_OFFLOAD]);
190 ret = (*pContext->eHandle[index])->process(pContext->eHandle[index],
211 if (pContext->eHandle[SUB_FX_HOST] == NULL) {
216 &(pContext->eHandle[SUB_FX_HOST]))
    [all...]
EffectProxy.h 70 effect_handle_t eHandle[SUB_FX_COUNT]; // The effect handles of the sub effects

Completed in 213 milliseconds