Searched refs:PcmOutPtr (Results 1 – 3 of 3) sorted by relevance
104 FILE *PcmOutPtr; member
272 pContext->pBundledContext->PcmOutPtr = fopen(fileName, "w"); in EffectCreate()273 if (pContext->pBundledContext->PcmOutPtr == NULL) { in EffectCreate()443 if (pContext->pBundledContext->PcmOutPtr != NULL) { in EffectRelease()444 fclose(pContext->pBundledContext->PcmOutPtr); in EffectRelease()445 pContext->pBundledContext->PcmOutPtr = NULL; in EffectRelease()832 frameCount*sizeof(effect_buffer_t) * FCC_2, 1, pContext->pBundledContext->PcmOutPtr); in LvmBundle_process()833 fflush(pContext->pBundledContext->PcmOutPtr); in LvmBundle_process()898 1 /* nmemb */, pContext->pBundledContext->PcmOutPtr); in LvmBundle_process()899 fflush(pContext->pBundledContext->PcmOutPtr); in LvmBundle_process()
159 FILE *PcmOutPtr; member274 pContext->PcmOutPtr = NULL; in EffectCreate()277 pContext->PcmOutPtr = fopen("/data/tmp/reverb_pcm_out.pcm", "w"); in EffectCreate()280 (pContext->PcmOutPtr == NULL)){ in EffectCreate()309 fclose(pContext->PcmOutPtr); in EffectRelease()566 1 /* nmemb */, pContext->PcmOutPtr); in process()567 fflush(pContext->PcmOutPtr); in process()