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

  /external/webrtc/src/modules/audio_processing/aec/main/source/
echo_cancellation.c 798 const int maxStuffSamp = 10 * FRAME_LEN;
814 nSampAdd = WEBRTC_SPL_MIN(nSampAdd, maxStuffSamp);
  /external/webrtc/src/modules/audio_processing/aecm/main/source/
echo_control_mobile.c 714 const int maxStuffSamp = 10 * FRAME_LEN;
726 nSampAdd = WEBRTC_SPL_MIN(nSampAdd, maxStuffSamp);

Completed in 88 milliseconds