Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
DEffectBundle.cpp72 int SessionIndex[LVM_MAX_SESSIONS]; variable
192 if((SessionIndex[i] == LVM_UNUSED_SESSION)||(SessionIndex[i] == sessionId)){ in EffectCreate()
194 SessionIndex[i] = sessionId; in EffectCreate()
338 SessionIndex[sessionNo] = LVM_UNUSED_SESSION; in EffectCreate()
420 if(SessionIndex[i] == pContext->pBundledContext->SessionId){ in EffectRelease()
421 SessionIndex[i] = LVM_UNUSED_SESSION; in EffectRelease()
486 SessionIndex[i] = LVM_UNUSED_SESSION; in LvmGlobalBundle_init()