Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
Ddecode_bwe.c77 bwest_str->prev_rec_send_ts + (uint32_t)diffSendTime); in WebRtcIsac_EstimateBandwidth()
Dbandwidth_estimator.c93 bwest_str->prev_rec_send_ts = 0; in WebRtcIsac_InitBandwidthEstimator()
209 send_ts_diff = (float)(send_ts - bwest_str->prev_rec_send_ts); in WebRtcIsac_UpdateBandwidthEstimator()
472 bwest_str->prev_rec_send_ts = send_ts; in WebRtcIsac_UpdateBandwidthEstimator()
Dstructs.h159 uint32_t prev_rec_send_ts; member