HomeSort by relevance Sort by last modified time
    Searched defs:PcmInPtr (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libeffects/lvm/wrapper/Bundle/
EffectBundle.h 101 FILE *PcmInPtr;
  /frameworks/av/media/libeffects/lvm/wrapper/Reverb/
EffectReverb.cpp 146 FILE *PcmInPtr;
255 pContext->PcmInPtr = NULL;
258 pContext->PcmInPtr = fopen("/data/tmp/reverb_pcm_in.pcm", "w");
261 if((pContext->PcmInPtr == NULL)||
287 fclose(pContext->PcmInPtr);
438 fwrite(pIn, frameCount*sizeof(LVM_INT16)*samplesPerFrame, 1, pContext->PcmInPtr);
439 fflush(pContext->PcmInPtr);
    [all...]

Completed in 107 milliseconds