Searched refs:oFile (Results 1 – 2 of 2) sorted by relevance
/external/zstd/examples/ |
D | common.h | 222 FILE* const oFile = fopen_orDie(fileName, "wb"); in saveFile_orDie() local 223 size_t const wSize = fwrite(buff, 1, buffSize, oFile); in saveFile_orDie() 228 if (fclose(oFile)) { in saveFile_orDie()
|
/external/speex/libspeexdsp/ |
D | mdf.c | 387 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()
|