Home
last modified time | relevance | path

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

/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/protocol/rtp/core/
DRtpReceiverInfo.cpp68 RtpDt_UInt32 uiExpected = (uiExtendedMax - m_stRtpSource.uiBaseSeq) + RTP_ONE; in findLostRtpPkts() local
72 RtpDt_Int32 uiLostRtpPkts = uiExpected - m_stRtpSource.uiReceived; in findLostRtpPkts()
129 RtpDt_UInt32 uiExpected = (uiExtendedMax - m_stRtpSource.uiBaseSeq) + RTP_ONE; in fractionLost() local
130 RtpDt_UInt32 iExpIntvl = uiExpected - m_stRtpSource.uiExpectedPrior; in fractionLost()
132 m_stRtpSource.uiExpectedPrior = uiExpected; in fractionLost()