Searched refs:uiReceivedPrior (Results 1 – 2 of 2) sorted by relevance
133 RtpDt_UInt32 uiRcvdIntvl = m_stRtpSource.uiReceived - m_stRtpSource.uiReceivedPrior; in fractionLost()134 m_stRtpSource.uiReceivedPrior = m_stRtpSource.uiReceived; in fractionLost()157 m_stRtpSource.uiReceivedPrior = RTP_ZERO; in initSeq()
145 RtpDt_UInt32 uiReceivedPrior; /* packet received at last interval */ member