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/webrtc/modules/audio_coding/codecs/isac/fix/source/
bandwidth_estimator.c
110
bweStr->
countHighSpeedSent
= 0;
589
bweStr->
countHighSpeedSent
++;
592
if (bweStr->
countHighSpeedSent
>= 66) {
596
bweStr->
countHighSpeedSent
= 0;
[
all
...]
structs.h
243
int16_t
countHighSpeedSent
;
Completed in 48 milliseconds