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

  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
bandwidth_estimator.c 109 bweStr->highSpeedSend = 0;
324 if (!(bweStr->highSpeedSend && bweStr->highSpeedRec)) {
582 if (WEBRTC_SPL_RSHIFT_U32(bweStr->sendBwAvg, 7) > 28000 && !bweStr->highSpeedSend) {
587 bweStr->highSpeedSend = 1;
589 } else if (!bweStr->highSpeedSend) {
    [all...]
structs.h 245 WebRtc_Word16 highSpeedSend;

Completed in 422 milliseconds