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

/frameworks/av/media/libeffects/lvm/wrapper/Reverb/
H A DEffectReverb.cpp158 size_t bufferSizeOut; member in struct:android::__anon336::ReverbContext
282 pContext->bufferSizeOut = pContext->bufferSizeIn;
285 pContext->bufferSizeOut = pContext->bufferSizeIn;
288 pContext->OutFrames32 = (LVM_INT32 *)malloc(pContext->bufferSizeOut);
311 pContext->bufferSizeOut = 0;
496 pContext->bufferSizeOut < frameCount * sizeof(float) * 2) {
500 pContext->bufferSizeOut = frameCount * sizeof(float) * 2;
501 pContext->OutFrames32 = (LVM_INT32 *)malloc(pContext->bufferSizeOut);

Completed in 37 milliseconds