HomeSort by relevance Sort by last modified time
    Searched refs:SUB_FX_HOST (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;
107 pContext->sube[SUB_FX_HOST] = sube[1];
108 pContext->desc[SUB_FX_HOST] = desc[1];
109 pContext->aeli[SUB_FX_HOST] = aeli[1];
113 pContext->sube[SUB_FX_HOST] = sube[0];
114 pContext->desc[SUB_FX_HOST] = desc[0];
115 pContext->aeli[SUB_FX_HOST] = aeli[0];
124 effect_uuid_t uuid_print = pContext->desc[SUB_FX_HOST].uuid;
155 if (pContext->eHandle[SUB_FX_HOST])
156 pContext->aeli[SUB_FX_HOST]->release_effect(pContext->eHandle[SUB_FX_HOST])
    [all...]
EffectProxy.h 23 SUB_FX_HOST, // Index of HOST in the descriptor and handle arrays

Completed in 60 milliseconds