Home
last modified time | relevance | path

Searched refs:rFile (Results 1 – 1 of 1) sorted by relevance

/external/speex/libspeexdsp/
Dmdf.c387 static FILE *rFile=NULL, *pFile=NULL, *oFile=NULL; variable
391 if (!(rFile && pFile && oFile)) in dump_audio()
395 fwrite(rec, sizeof(spx_int16_t), len, rFile); in dump_audio()
417 if (rFile || pFile || oFile) in speex_echo_state_init_mc()
419 rFile = fopen("aec_rec.sw", "wb"); in speex_echo_state_init_mc()
629 fclose(rFile); in speex_echo_state_destroy()
632 rFile = pFile = oFile = NULL; in speex_echo_state_destroy()