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

  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
bandwidth_estimator.c 110 bweStr->countHighSpeedSent = 0;
589 bweStr->countHighSpeedSent++;
592 if (bweStr->countHighSpeedSent >= 66) {
596 bweStr->countHighSpeedSent = 0;
    [all...]
structs.h 243 int16_t countHighSpeedSent;

Completed in 54 milliseconds