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

/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
H A DEffectBundle.h97 int SamplesToExitCountVirt; member in struct:BundledEffectContext
H A DEffectBundle.cpp268 pContext->pBundledContext->SamplesToExitCountVirt = 0;
307 pContext->pBundledContext->SamplesToExitCountVirt = 0;
375 if(pContext->pBundledContext->SamplesToExitCountVirt > 0){
378 pContext->pBundledContext->SamplesToExitCountVirt = 0;
2783 if(pContext->pBundledContext->SamplesToExitCountVirt <= 0){
2786 pContext->pBundledContext->SamplesToExitCountVirt =
2885 // pContext->pBundledContext->SamplesToExitCountVirt,
2944 if(pContext->pBundledContext->SamplesToExitCountVirt > 0){
2945 pContext->pBundledContext->SamplesToExitCountVirt -= outBuffer->frameCount * 2;// STEREO
2947 // pContext->pBundledContext->SamplesToExitCountVirt);
[all...]

Completed in 38 milliseconds