Searched refs:SamplesToExitCountVirt (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
H A DEffectBundle.h95 int SamplesToExitCountVirt; member in struct:BundledEffectContext
H A DEffectBundle.cpp298 pContext->pBundledContext->SamplesToExitCountVirt = 0;
337 pContext->pBundledContext->SamplesToExitCountVirt = 0;
405 if(pContext->pBundledContext->SamplesToExitCountVirt > 0){
408 pContext->pBundledContext->SamplesToExitCountVirt = 0;
2533 if(pContext->pBundledContext->SamplesToExitCountVirt <= 0){
2536 pContext->pBundledContext->SamplesToExitCountVirt =
2635 // pContext->pBundledContext->SamplesToExitCountVirt,
2694 if(pContext->pBundledContext->SamplesToExitCountVirt > 0){
2695 pContext->pBundledContext->SamplesToExitCountVirt -= outBuffer->frameCount * 2;// STEREO
2697 // pContext->pBundledContext->SamplesToExitCountVirt);
[all...]

Completed in 44 milliseconds