Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dbandwidth_estimator.c150 const uint32_t arrivalTime, in WebRtcIsacfix_UpdateUplinkBwImpl() argument
230 if (arrivalTime < bweStr->prevArrivalTime) { in WebRtcIsacfix_UpdateUplinkBwImpl()
231 bweStr->prevArrivalTime = arrivalTime; in WebRtcIsacfix_UpdateUplinkBwImpl()
232 bweStr->lastUpdate = arrivalTime; in WebRtcIsacfix_UpdateUplinkBwImpl()
233 bweStr->lastReduction = arrivalTime + FS3; in WebRtcIsacfix_UpdateUplinkBwImpl()
259 if ((arrivalTime - bweStr->startWaitPeriod)> FS_1_HALF) { in WebRtcIsacfix_UpdateUplinkBwImpl()
271 if ((arrivalTime - bweStr->lastUpdate) > FS3) { in WebRtcIsacfix_UpdateUplinkBwImpl()
274 numPktsExpected = (arrivalTime - bweStr->lastUpdate) / frameSizeSampl; in WebRtcIsacfix_UpdateUplinkBwImpl()
280 msec = (arrivalTime - bweStr->lastReduction); in WebRtcIsacfix_UpdateUplinkBwImpl()
311 bweStr->lastReduction = arrivalTime; in WebRtcIsacfix_UpdateUplinkBwImpl()
[all …]
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/test/
DdebugUtility.h43 FILE* arrivalTime; member
DsimpleKenny.c566 OPEN_FILE_WB(str->arrivalTime, NULL /*"ArivalTime.dat"*/); in setupDebugStruct()