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

/frameworks/av/media/libeffects/lvm/wrapper/Reverb/
H A DEffectReverb.cpp155 LVM_INT32 *InFrames32; member in struct:android::__anon336::ReverbContext
287 pContext->InFrames32 = (LVM_INT32 *)malloc(pContext->bufferSizeIn);
308 free(pContext->InFrames32);
487 if (pContext->InFrames32 == NULL ||
489 if (pContext->InFrames32 != NULL) {
490 free(pContext->InFrames32);
493 pContext->InFrames32 = (LVM_INT32 *)malloc(pContext->bufferSizeIn);
503 pInputBuff = (float *)pContext->InFrames32;
517 if((pContext->InFrames32 == NULL)||(pContext->OutFrames32 == NULL)){
537 pContext->InFrames32[
[all...]

Completed in 63 milliseconds