OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:countHighSpeedSent
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
bandwidth_estimator.c
108
bweStr->
countHighSpeedSent
= 0;
583
bweStr->
countHighSpeedSent
++;
586
if (bweStr->
countHighSpeedSent
>= 66) {
590
bweStr->
countHighSpeedSent
= 0;
[
all
...]
structs.h
241
WebRtc_Word16
countHighSpeedSent
;
Completed in 1189 milliseconds