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 73 pContext->eHandle[SUB_FX_HOST] = pContext->eHandle[SUB_FX_OFFLOAD] = NULL;
94 pContext->desc[SUB_FX_HOST] = desc[1];
98 pContext->desc[SUB_FX_HOST] = desc[0];
103 effect_uuid_t uuid_print = pContext->desc[SUB_FX_HOST].uuid;
134 if (pContext->eHandle[SUB_FX_HOST])
135 EffectRelease(pContext->eHandle[SUB_FX_HOST]);
166 if (index == SUB_FX_HOST) {
188 if (pContext->eHandle[SUB_FX_HOST] == NULL) {
190 status = EffectCreate(&pContext->desc[SUB_FX_HOST].uuid,
192 &(pContext->eHandle[SUB_FX_HOST]));
    [all...]
EffectProxy.h 21 SUB_FX_HOST, // Index of HOST in the descriptor and handle arrays

Completed in 174 milliseconds