Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
DEffectBundle.cpp721 LVM_INT16 *pOutTmp; in LvmBundle_process() local
724 pOutTmp = pOut; in LvmBundle_process()
737 pOutTmp = pContext->pBundledContext->workBuffer; in LvmBundle_process()
753 pOutTmp, /* Output buffer */ in LvmBundle_process()
761 fwrite(pOutTmp, frameCount*sizeof(LVM_INT16)*2, 1, pContext->pBundledContext->PcmOutPtr); in LvmBundle_process()
767 pOut[i] = clamp16((LVM_INT32)pOut[i] + (LVM_INT32)pOutTmp[i]); in LvmBundle_process()