OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:highSpeedSend
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
bandwidth_estimator.c
109
bweStr->
highSpeedSend
= 0;
324
if (!(bweStr->
highSpeedSend
&& bweStr->highSpeedRec)) {
581
if (WEBRTC_SPL_RSHIFT_U32(bweStr->sendBwAvg, 7) > 28000 && !bweStr->
highSpeedSend
) {
586
bweStr->
highSpeedSend
= 1;
588
} else if (!bweStr->
highSpeedSend
) {
[
all
...]
structs.h
246
int16_t
highSpeedSend
;
Completed in 3304 milliseconds