OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:highSpeedRec
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
bandwidth_estimator.c
107
bweStr->
highSpeedRec
= 0;
324
if (!(bweStr->highSpeedSend && bweStr->
highSpeedRec
)) {
672
/* If 66 high estimates in a row, set
highSpeedRec
to one */
674
if ((bweStr->recBwAvgQ > 3584000) && !bweStr->
highSpeedRec
) {
677
bweStr->
highSpeedRec
= 1;
679
} else if (!bweStr->
highSpeedRec
) {
[
all
...]
structs.h
226
WebRtc_Word16
highSpeedRec
; /* flag for marking that a high speed network has been detected downstream */
Completed in 24 milliseconds