Home | History | Annotate | Download | only in libspeex

Lines Matching refs:oFile

387 static FILE *rFile=NULL, *pFile=NULL, *oFile=NULL;
391 if (!(rFile && pFile && oFile))
397 fwrite(out, sizeof(spx_int16_t), len, oFile);
417 if (rFile || pFile || oFile)
421 oFile = fopen("aec_out.sw", "wb");
631 fclose(oFile);
632 rFile = pFile = oFile = NULL;