Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
DEffectBundle.h92 int SamplesToExitCountVirt; member
DEffectBundle.cpp274 pContext->pBundledContext->SamplesToExitCountVirt = 0; in EffectCreate()
314 pContext->pBundledContext->SamplesToExitCountVirt = 0; in EffectCreate()
386 if(pContext->pBundledContext->SamplesToExitCountVirt > 0){ in EffectRelease()
389 pContext->pBundledContext->SamplesToExitCountVirt = 0; in EffectRelease()
3005 if(pContext->pBundledContext->SamplesToExitCountVirt <= 0){ in Effect_setConfig()
3009 pContext->pBundledContext->SamplesToExitCountVirt = in Effect_setConfig()
3155 pContext->pBundledContext->SamplesToExitCountVirt = 0; in Effect_process()
3213 if(pContext->pBundledContext->SamplesToExitCountVirt > 0){ in Effect_process()
3214 pContext->pBundledContext->SamplesToExitCountVirt -= in Effect_process()
3219 if (pContext->pBundledContext->SamplesToExitCountVirt <= 0) { in Effect_process()
/frameworks/av/media/libeffects/lvm/tests/
Dlvmtest.cpp482 pContext->pBundledContext->SamplesToExitCountVirt = 0; in lvmCreate()