OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ExceedAgo
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
bandwidth_estimator.c
862
/* bottle_neck exceded twice in a row, decrease
ExceedAgo
*/
863
State->
ExceedAgo
-= /*BURST_INTERVAL*/ burstInterval / (BURST_LEN - 1);
864
if (State->
ExceedAgo
< 0)
865
State->
ExceedAgo
= 0;
869
State->
ExceedAgo
+= (FrameSamples * 1000) / FS; /* ms */
876
State->
ExceedAgo
+= (FrameSamples * 1000) / FS; /* ms */
880
if ((State->
ExceedAgo
> burstInterval) &&
935
State->
ExceedAgo
= 0; /* ms */
structs.h
235
int
ExceedAgo
;
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
bandwidth_estimator.c
[
all
...]
structs.h
258
WebRtc_Word16
ExceedAgo
;
Completed in 93 milliseconds