Searched refs:agcLog (Results 1 - 2 of 2) sorted by relevance

/external/webrtc/src/modules/audio_processing/agc/
H A Danalog_agc.h126 FILE* agcLog; member in struct:__anon15123
H A Danalog_agc.c1363 fprintf(stt->agcLog, "%5d\t%d\t%d\t%d\n", stt->fcount, inMicLevelTmp, *outMicLevel, stt->maxLevel, stt->micVol);
1498 stt->agcLog = fopen("./agc_debug_log.txt", "wt");
1515 fclose(stt->agcLog);

Completed in 80 milliseconds