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

  /external/chromium_org/third_party/webrtc/modules/audio_processing/aec/
aec_core_internal.h 94 short stNearState, echoState;
aec_core.c 651 if (aec->echoState) { // Check if echo is likely present
866 aec->echoState = 0;
883 aec->echoState = 0;
888 aec->echoState = 1;
    [all...]
  /external/webrtc/src/modules/audio_processing/aec/
aec_core.h 108 short stNearState, echoState;
aec_core.c 504 aec->echoState = 0;
    [all...]
echo_cancellation.c 697 *status = aecpc->aec->echoState;

Completed in 422 milliseconds