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

  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
bandwidth_estimator.c 108 bweStr->countHighSpeedSent = 0;
583 bweStr->countHighSpeedSent++;
586 if (bweStr->countHighSpeedSent >= 66) {
590 bweStr->countHighSpeedSent = 0;
    [all...]
structs.h 241 WebRtc_Word16 countHighSpeedSent;

Completed in 32 milliseconds