Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dbandwidth_estimator.c161 int32_t sendTimeDiff; in WebRtcIsacfix_UpdateUplinkBwImpl() local
267 sendTimeDiff = sendTime - bweStr->prevSendTime; in WebRtcIsacfix_UpdateUplinkBwImpl()
268 if (sendTimeDiff <= frameSizeSampl * 2) { in WebRtcIsacfix_UpdateUplinkBwImpl()
332 if (sendTimeDiff > 0) { in WebRtcIsacfix_UpdateUplinkBwImpl()
333 lateDiff = arrTimeDiff - sendTimeDiff - frameSizeSampl * 2; in WebRtcIsacfix_UpdateUplinkBwImpl()