Searched refs:outLpFile (Results 1 - 3 of 3) sorted by relevance

/external/webrtc/src/modules/audio_processing/aec/main/source/
H A Daec_core.h164 FILE *outLpFile; member in struct:__anon12317
H A Decho_cancellation.c139 aecpc->aec->outLpFile = fopen("aecOutLp.pcm","wb");
163 fclose(aecpc->aec->outLpFile);
H A Daec_core.c769 fwrite(eInt16, sizeof(short), PART_LEN, aec->outLpFile);

Completed in 74 milliseconds