HomeSort by relevance Sort by last modified time
    Searched refs:delayFile (Results 1 - 4 of 4) sorted by null

  /external/webrtc/webrtc/modules/audio_processing/aec/
echo_cancellation_internal.h 46 FILE* delayFile;
echo_cancellation.c 158 aecpc->delayFile = fopen(filename, "wb");
178 fclose(aecpc->delayFile);
394 &aecpc->knownDelay, sizeof(aecpc->knownDelay), 1, aecpc->delayFile);
  /external/webrtc/webrtc/modules/audio_processing/test/
apmtest.m 74 global delayFile;
81 delayFile = 'vqeBuf.dat';
87 delayFile = 'apm_delay.dat';
154 system(['rm ' delayFile]);
176 global delayFile;
228 system(['ln -s -f ' inpath 'vqeBuf.dat ' delayFile]);
230 system(['ln -s -f ' inpath 'apm_delay.dat ' delayFile]);
  /external/webrtc/webrtc/modules/audio_processing/aecm/
echo_control_mobile.c 64 FILE *delayFile;
109 aecm->delayFile = fopen("aecDelay.dat", "wb");
130 fclose(aecm->delayFile);
430 fwrite(&(aecm->knownDelay), sizeof(aecm->knownDelay), 1, aecm->delayFile);

Completed in 81 milliseconds