HomeSort by relevance Sort by last modified time
    Searched refs:PcmOutPtr (Results 1 - 3 of 3) sorted by null

  /frameworks/av/media/libeffects/lvm/wrapper/Bundle/
EffectBundle.h 104 FILE *PcmOutPtr;
EffectBundle.cpp 272 pContext->pBundledContext->PcmOutPtr = fopen(fileName, "w");
273 if (pContext->pBundledContext->PcmOutPtr == NULL) {
443 if (pContext->pBundledContext->PcmOutPtr != NULL) {
444 fclose(pContext->pBundledContext->PcmOutPtr);
445 pContext->pBundledContext->PcmOutPtr = NULL;
    [all...]
  /frameworks/av/media/libeffects/lvm/wrapper/Reverb/
EffectReverb.cpp 159 FILE *PcmOutPtr;
274 pContext->PcmOutPtr = NULL;
277 pContext->PcmOutPtr = fopen("/data/tmp/reverb_pcm_out.pcm", "w");
280 (pContext->PcmOutPtr == NULL)){
309 fclose(pContext->PcmOutPtr);
566 1 /* nmemb */, pContext->PcmOutPtr);
567 fflush(pContext->PcmOutPtr);
    [all...]

Completed in 189 milliseconds