Home
last modified time | relevance | path

Searched refs:prev_rec_send_ts (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
Ddecode_bwe.c76 … bwest_str->prev_rec_send_ts + (WebRtc_UWord32)diffSendTime); in WebRtcIsac_EstimateBandwidth()
Dbandwidth_estimator.c91 bwest_str->prev_rec_send_ts = 0; in WebRtcIsac_InitBandwidthEstimator()
203 send_ts_diff = (float)(send_ts - bwest_str->prev_rec_send_ts); in WebRtcIsac_UpdateBandwidthEstimator()
466 bwest_str->prev_rec_send_ts = send_ts; in WebRtcIsac_UpdateBandwidthEstimator()
Dstructs.h159 WebRtc_UWord32 prev_rec_send_ts; member