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

  /external/webrtc/src/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/src/modules/audio_processing/aec/
aec_core.h 149 FILE *farFile;
echo_cancellation.c 151 aecpc->aec->farFile = fopen(filename, "wb");
183 fclose(aecpc->aec->farFile);
aec_core.c 688 fwrite(farend_ptr, sizeof(int16_t), PART_LEN, aec->farFile);
    [all...]
  /external/webrtc/src/modules/audio_processing/aecm/
aecm_core.h 200 FILE *farFile;
echo_control_mobile.c 123 aecm->aecmCore->farFile = fopen("aecFar.pcm","wb");
146 fclose(aecm->aecmCore->farFile);

Completed in 579 milliseconds