Searched refs:PcmInPtr (Results 1 – 3 of 3) sorted by relevance
103 FILE *PcmInPtr; member
264 pContext->pBundledContext->PcmInPtr = fopen(fileName, "w"); in EffectCreate()265 if (pContext->pBundledContext->PcmInPtr == NULL) { in EffectCreate()275 fclose(pContext->pBundledContext->PcmInPtr); in EffectCreate()276 pContext->pBundledContext->PcmInPtr = NULL; in EffectCreate()439 if (pContext->pBundledContext->PcmInPtr != NULL) { in EffectRelease()440 fclose(pContext->pBundledContext->PcmInPtr); in EffectRelease()441 pContext->pBundledContext->PcmInPtr = NULL; in EffectRelease()801 frameCount*sizeof(effect_buffer_t) * FCC_2, 1, pContext->pBundledContext->PcmInPtr); in LvmBundle_process()802 fflush(pContext->pBundledContext->PcmInPtr); in LvmBundle_process()880 1 /* nmemb */, pContext->pBundledContext->PcmInPtr); in LvmBundle_process()[all …]
158 FILE *PcmInPtr; member273 pContext->PcmInPtr = NULL; in EffectCreate()276 pContext->PcmInPtr = fopen("/data/tmp/reverb_pcm_in.pcm", "w"); in EffectCreate()279 if((pContext->PcmInPtr == NULL)|| in EffectCreate()308 fclose(pContext->PcmInPtr); in EffectRelease()409 fwrite(pIn, frameCount * sizeof(*pIn) * channels, 1 /* nmemb */, pContext->PcmInPtr); in process()410 fflush(pContext->PcmInPtr); in process()