Searched refs:uiReceived (Results 1 – 2 of 2) sorted by relevance
72 RtpDt_Int32 uiLostRtpPkts = uiExpected - m_stRtpSource.uiReceived; in findLostRtpPkts()133 RtpDt_UInt32 uiRcvdIntvl = m_stRtpSource.uiReceived - m_stRtpSource.uiReceivedPrior; in fractionLost()134 m_stRtpSource.uiReceivedPrior = m_stRtpSource.uiReceived; in fractionLost()156 m_stRtpSource.uiReceived = RTP_ZERO; in initSeq()180 m_stRtpSource.uiReceived++; in updateSeq()225 m_stRtpSource.uiReceived++; in updateSeq()
143 RtpDt_UInt32 uiReceived; /* packets received */ member