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

  /external/webrtc/webrtc/modules/audio_processing/test/
apmtest.m 71 global farFile;
78 farFile = 'vqeFar.pcm';
84 farFile = 'apm_far.pcm';
150 system(['rm ' farFile]);
173 global farFile;
210 system(['ln -s -f ' inpath 'vqeFar.pcm ' farFile]);
212 system(['ln -s -f ' inpath 'apm_far.pcm ' farFile]);
250 if exist([farFile])
252 inputCmd = [' -if ' farFile inputCmd];
254 inputCmd = [' -ir ' farFile inputCmd]
    [all...]
  /external/webrtc/webrtc/modules/audio_processing/aec/
aec_core_internal.h 168 rtc_WavWriter* farFile;
aec_core.c     [all...]
  /external/webrtc/webrtc/modules/audio_processing/aecm/
echo_control_mobile.c 103 aecm->aecmCore->farFile = fopen("aecFar.pcm","wb");
124 fclose(aecm->aecmCore->farFile);
aecm_core.h 130 FILE *farFile;

Completed in 95 milliseconds