Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
Dbandwidth_estimator.c157 WebRtc_Word32 sendTimeDiff; in WebRtcIsacfix_UpdateUplinkBwImpl() local
261 sendTimeDiff = sendTime - bweStr->prevSendTime; in WebRtcIsacfix_UpdateUplinkBwImpl()
262 if (sendTimeDiff <= WEBRTC_SPL_LSHIFT_W32(frameSizeSampl, 1)) { in WebRtcIsacfix_UpdateUplinkBwImpl()
326 if (sendTimeDiff > 0) { in WebRtcIsacfix_UpdateUplinkBwImpl()
327 lateDiff = arrTimeDiff - sendTimeDiff - in WebRtcIsacfix_UpdateUplinkBwImpl()