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/webrtc/modules/audio_coding/codecs/isac/fix/source/
bandwidth_estimator.c
109
bweStr->
highSpeedRec
= 0;
330
if (!(bweStr->highSpeedSend && bweStr->
highSpeedRec
)) {
683
/* If 66 high estimates in a row, set
highSpeedRec
to one */
685
if ((bweStr->recBwAvgQ > 3584000) && !bweStr->
highSpeedRec
) {
688
bweStr->
highSpeedRec
= 1;
690
} else if (!bweStr->
highSpeedRec
) {
[
all
...]
structs.h
228
int16_t
highSpeedRec
; /* flag for marking that a high speed network has been detected downstream */
Completed in 41 milliseconds