Home | History | Annotate | Download | only in libspeex

Lines Matching refs:rFile

387 static FILE *rFile=NULL, *pFile=NULL, *oFile=NULL;
391 if (!(rFile && pFile && oFile))
395 fwrite(rec, sizeof(spx_int16_t), len, rFile);
417 if (rFile || pFile || oFile)
419 rFile = fopen("aec_rec.sw", "wb");
629 fclose(rFile);
632 rFile = pFile = oFile = NULL;