OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:consecLatency
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
bandwidth_estimator.c
118
bwest_str->
consecLatency
= 0;
293
bwest_str->
consecLatency
+= late_diff;
298
bwest_str->
consecLatency
= 0;
302
float latencyMs = bwest_str->
consecLatency
/(FS/1000);
306
bwest_str->inWaitLatePkts = (int16_t)((bwest_str->
consecLatency
/(FS/1000)) / 30);// + 150;
495
bwest_str->
consecLatency
= 0;
structs.h
224
float
consecLatency
;
Completed in 50 milliseconds