Searched refs:bufferSizeIn (Results 1 – 1 of 1) sorted by relevance
157 size_t bufferSizeIn; member259 pContext->bufferSizeIn = LVREV_MAX_FRAME_SIZE * sizeof(process_buffer_t) * channels; in EffectCreate()261 pContext->InFrames = (process_buffer_t*)calloc(pContext->bufferSizeIn, 1 /* size */); in EffectCreate()280 pContext->bufferSizeIn = 0; in EffectRelease()347 if (pContext->InFrames == NULL || pContext->bufferSizeIn < inSize) { in process()349 pContext->bufferSizeIn = inSize; in process()350 pContext->InFrames = (process_buffer_t*)calloc(1, pContext->bufferSizeIn); in process()