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

  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
bandwidth_estimator.c 111 bweStr->highSpeedSend = 0;
330 if (!(bweStr->highSpeedSend && bweStr->highSpeedRec)) {
588 if (WEBRTC_SPL_RSHIFT_U32(bweStr->sendBwAvg, 7) > 28000 && !bweStr->highSpeedSend) {
593 bweStr->highSpeedSend = 1;
595 } else if (!bweStr->highSpeedSend) {
    [all...]
structs.h 247 int16_t highSpeedSend;

Completed in 402 milliseconds