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

/frameworks/av/media/libeffects/lvm/wrapper/Reverb/
H A DEffectReverb.cpp156 LVM_INT32 *OutFrames32; member in struct:android::__anon336::ReverbContext
288 pContext->OutFrames32 = (LVM_INT32 *)malloc(pContext->bufferSizeOut);
309 free(pContext->OutFrames32);
495 if (pContext->OutFrames32 == NULL ||
497 if (pContext->OutFrames32 != NULL) {
498 free(pContext->OutFrames32);
501 pContext->OutFrames32 = (LVM_INT32 *)malloc(pContext->bufferSizeOut);
504 pOutputBuff = (float *)pContext->OutFrames32;
514 OutFrames16 = (LVM_INT16 *)pContext->OutFrames32;
517 if((pContext->InFrames32 == NULL)||(pContext->OutFrames32
[all...]

Completed in 40 milliseconds