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

/frameworks/av/media/libeffects/lvm/wrapper/Reverb/
H A DEffectReverb.cpp483 LVM_FLOAT *pOutputBuff; local
504 pOutputBuff = (float *)pContext->OutFrames32;
555 memset(pOutputBuff, 0, frameCount * sizeof(LVM_FLOAT) * 2); //always stereo here
573 pOutputBuff, /* Output buffer */
589 FloatToInt16_SAT(pOutputBuff, OutFrames16, (size_t)frameCount * 2);
598 //pOutputBuff and OutFrames16 point to the same buffer, so better to
600 pInputBuff[i] = pOutputBuff[i] + (LVM_FLOAT)pIn[i] / 32768.0f;
/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
H A DEffectBundle.cpp806 LVM_FLOAT *pOutputBuff; local
833 pOutputBuff = pContext->pBundledContext->pOutputBuffer;
866 pOutputBuff, /* Output buffer */
874 FloatToInt16_SAT(pOutputBuff, pOutTmp, (LVM_UINT16)frameCount * 2);

Completed in 112 milliseconds