Home | History | Annotate | Download | only in Reverb

Lines Matching refs:PcmInPtr

145     FILE                            *PcmInPtr;
276 pContext->PcmInPtr = NULL;
279 pContext->PcmInPtr = fopen("/data/tmp/reverb_pcm_in.pcm", "w");
282 if((pContext->PcmInPtr == NULL)||
308 fclose(pContext->PcmInPtr);
437 fwrite(pIn, frameCount*sizeof(LVM_INT16)*samplesPerFrame, 1, pContext->PcmInPtr);
438 fflush(pContext->PcmInPtr);