Home
last modified time | relevance | path

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

/external/speex/libspeex/
Dmdf.c387 static FILE *rFile=NULL, *pFile=NULL, *oFile=NULL; variable
391 if (!(rFile && pFile && oFile)) in dump_audio()
397 fwrite(out, sizeof(spx_int16_t), len, oFile); in dump_audio()
417 if (rFile || pFile || oFile) in speex_echo_state_init_mc()
421 oFile = fopen("aec_out.sw", "wb"); in speex_echo_state_init_mc()
631 fclose(oFile); in speex_echo_state_destroy()
632 rFile = pFile = oFile = NULL; in speex_echo_state_destroy()