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

  /external/webrtc/webrtc/modules/audio_processing/test/
apmtest.m 72 global nearFile;
79 nearFile = 'vqeNear.pcm';
85 nearFile = 'apm_near.pcm';
151 system(['rm ' nearFile]);
174 global nearFile;
216 system(['ln -s -f ' inpath 'vqeNear.pcm ' nearFile]);
218 system(['ln -s -f ' inpath 'apm_near.pcm ' nearFile]);
245 inputCmd = [' -in ' nearFile];
247 inputCmd = [' -i ' nearFile];
290 spclab(fs, farFile, nearFile, [refpath outfile], ..
    [all...]
  /external/webrtc/webrtc/modules/audio_processing/aec/
aec_core_internal.h 169 rtc_WavWriter* nearFile;
aec_core.c     [all...]
  /external/webrtc/webrtc/modules/audio_processing/aecm/
echo_control_mobile.c 104 aecm->aecmCore->nearFile = fopen("aecNear.pcm","wb");
125 fclose(aecm->aecmCore->nearFile);
aecm_core.h 131 FILE *nearFile;

Completed in 199 milliseconds