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

  /external/webrtc/webrtc/modules/audio_processing/aec/
echo_cancellation_internal.h 47 FILE* skewFile;
echo_cancellation.c 156 aecpc->skewFile = fopen(filename, "wb");
177 fclose(aecpc->skewFile);
617 (void)fwrite(&aecpc->skew, sizeof(aecpc->skew), 1, aecpc->skewFile);

Completed in 2343 milliseconds