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

  /external/webrtc/src/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/src/modules/audio_processing/aec/
aec_core.h 150 FILE *nearFile;
echo_cancellation.c 153 aecpc->aec->nearFile = fopen(filename, "wb");
184 fclose(aecpc->aec->nearFile);
aec_core.c 689 fwrite(nearend_ptr, sizeof(int16_t), PART_LEN, aec->nearFile);
    [all...]
  /external/webrtc/src/modules/audio_processing/aecm/
aecm_core.h 201 FILE *nearFile;
echo_control_mobile.c 124 aecm->aecmCore->nearFile = fopen("aecNear.pcm","wb");
147 fclose(aecm->aecmCore->nearFile);

Completed in 161 milliseconds