Home
last modified time | relevance | path

Searched refs:consecLatency (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
Dbandwidth_estimator.c120 bwest_str->consecLatency = 0; in WebRtcIsac_InitBandwidthEstimator()
299 bwest_str->consecLatency += late_diff; in WebRtcIsac_UpdateBandwidthEstimator()
304 bwest_str->consecLatency = 0; in WebRtcIsac_UpdateBandwidthEstimator()
308 float latencyMs = bwest_str->consecLatency/(FS/1000); in WebRtcIsac_UpdateBandwidthEstimator()
312 bwest_str->inWaitLatePkts = (int16_t)((bwest_str->consecLatency/(FS/1000)) / 30);// + 150; in WebRtcIsac_UpdateBandwidthEstimator()
501 bwest_str->consecLatency = 0; in WebRtcIsac_UpdateBandwidthEstimator()
Dstructs.h225 float consecLatency; member