Searched refs:PcmInPtr (Results 1 – 3 of 3) sorted by relevance
101 FILE *PcmInPtr; member
232 pContext->pBundledContext->PcmInPtr = fopen(fileName, "w"); in EffectCreate()233 if (pContext->pBundledContext->PcmInPtr == NULL) { in EffectCreate()243 fclose(pContext->pBundledContext->PcmInPtr); in EffectCreate()244 pContext->pBundledContext->PcmInPtr = NULL; in EffectCreate()402 if (pContext->pBundledContext->PcmInPtr != NULL) { in EffectRelease()403 fclose(pContext->pBundledContext->PcmInPtr); in EffectRelease()404 pContext->pBundledContext->PcmInPtr = NULL; in EffectRelease()735 fwrite(pIn, frameCount*sizeof(LVM_INT16)*2, 1, pContext->pBundledContext->PcmInPtr); in LvmBundle_process()736 fflush(pContext->pBundledContext->PcmInPtr); in LvmBundle_process()
146 FILE *PcmInPtr; member255 pContext->PcmInPtr = NULL; in EffectCreate()258 pContext->PcmInPtr = fopen("/data/tmp/reverb_pcm_in.pcm", "w"); in EffectCreate()261 if((pContext->PcmInPtr == NULL)|| in EffectCreate()287 fclose(pContext->PcmInPtr); in EffectRelease()438 fwrite(pIn, frameCount*sizeof(LVM_INT16)*samplesPerFrame, 1, pContext->PcmInPtr); in process()439 fflush(pContext->PcmInPtr); in process()