OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BurstCounter
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
bandwidth_estimator.c
856
if (State->
BurstCounter
) {
881
State->
BurstCounter
--;
[
all
...]
structs.h
261
int16_t
BurstCounter
;
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
bandwidth_estimator.c
826
if (State->
BurstCounter
)
845
State->
BurstCounter
--;
881
(State->
BurstCounter
== 0))
885
State->
BurstCounter
= BURST_LEN - 1;
889
State->
BurstCounter
= BURST_LEN;
936
State->
BurstCounter
= 0; /* packets */
structs.h
236
int
BurstCounter
;
Completed in 1123 milliseconds