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/webrtc/src/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
237
int
BurstCounter
;
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
bandwidth_estimator.c
855
if (State->
BurstCounter
) {
879
State->
BurstCounter
--
[
all
...]
structs.h
260
WebRtc_Word16
BurstCounter
;
Completed in 40 milliseconds