Searched refs:PcmOutPtr (Results 1 – 3 of 3) sorted by relevance
100 FILE *PcmOutPtr; member
264 pContext->pBundledContext->PcmOutPtr = fopen(fileName, "w"); in EffectCreate()265 if (pContext->pBundledContext->PcmOutPtr == NULL) { in EffectCreate()426 if (pContext->pBundledContext->PcmOutPtr != NULL) { in EffectRelease()427 fclose(pContext->pBundledContext->PcmOutPtr); in EffectRelease()428 pContext->pBundledContext->PcmOutPtr = NULL; in EffectRelease()779 fwrite(pOutTmp, frameCount*sizeof(LVM_INT16)*2, 1, pContext->pBundledContext->PcmOutPtr); in LvmBundle_process()780 fflush(pContext->pBundledContext->PcmOutPtr); in LvmBundle_process()
146 FILE *PcmOutPtr; member278 pContext->PcmOutPtr = NULL; in EffectCreate()281 pContext->PcmOutPtr = fopen("/data/tmp/reverb_pcm_out.pcm", "w"); in EffectCreate()284 (pContext->PcmOutPtr == NULL)){ in EffectCreate()310 fclose(pContext->PcmOutPtr); in EffectRelease()549 fwrite(OutFrames16, frameCount*sizeof(LVM_INT16)*2, 1, pContext->PcmOutPtr); in process()550 fflush(pContext->PcmOutPtr); in process()