Searched defs:PcmInPtr (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
H A DEffectBundle.h103 FILE *PcmInPtr; member in struct:BundledEffectContext
/frameworks/av/media/libeffects/lvm/wrapper/Reverb/
H A DEffectReverb.cpp149 FILE *PcmInPtr; member in struct:android::__anon340::ReverbContext
258 pContext->PcmInPtr = NULL;
261 pContext->PcmInPtr = fopen("/data/tmp/reverb_pcm_in.pcm", "w");
264 if((pContext->PcmInPtr == NULL)||
290 fclose(pContext->PcmInPtr);
443 fwrite(pIn, frameCount*sizeof(LVM_INT16)*samplesPerFrame, 1, pContext->PcmInPtr);
444 fflush(pContext->PcmInPtr);

Completed in 265 milliseconds