OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:countHighSpeedRec
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
bandwidth_estimator.c
108
bweStr->
countHighSpeedRec
= 0;
686
bweStr->
countHighSpeedRec
++;
687
if (bweStr->
countHighSpeedRec
>= 66) {
691
bweStr->
countHighSpeedRec
= 0;
[
all
...]
structs.h
232
int16_t
countHighSpeedRec
;
Completed in 43 milliseconds