OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:burstcounter
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
bandwidth_estimator.c
837
if (State->
BurstCounter
)
856
State->
BurstCounter
--;
892
(State->
BurstCounter
== 0))
896
State->
BurstCounter
= BURST_LEN - 1;
900
State->
BurstCounter
= BURST_LEN;
947
State->
BurstCounter
= 0; /* packets */
structs.h
239
int
BurstCounter
;
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
bandwidth_estimator.c
865
if (State->
BurstCounter
) {
892
State->
BurstCounter
--;
927
if ((State->ExceedAgo > BURST_INTERVAL) && (State->
BurstCounter
== 0)) {
929
State->
BurstCounter
= BURST_LEN - 1;
931
State->
BurstCounter
= BURST_LEN;
[
all
...]
structs.h
260
int16_t
BurstCounter
;
Completed in 107 milliseconds