Searched refs:m_stRtpSource (Results 1 – 2 of 2) sorted by relevance
40 memset(&m_stRtpSource, RTP_ZERO, sizeof(tRTP_SOURCE)); in RtpReceiverInfo()41 m_stRtpSource.uiProbation = RTP_MIN_SEQUENTIAL; in RtpReceiverInfo()42 m_stRtpSource.uiTransit = RTP_MIN_SEQUENTIAL; in RtpReceiverInfo()67 (m_stRtpSource.uiCycles << RTP_BYTE2_BIT_SIZE) + m_stRtpSource.usMaxSeq; in findLostRtpPkts()68 RtpDt_UInt32 uiExpected = (uiExtendedMax - m_stRtpSource.uiBaseSeq) + RTP_ONE; in findLostRtpPkts()72 RtpDt_Int32 uiLostRtpPkts = uiExpected - m_stRtpSource.uiReceived; in findLostRtpPkts()84 RtpDt_UInt32 uiExtSeqNum = (m_stRtpSource.uiCycles << RTP_BYTE2_BIT_SIZE); in getExtSeqNum()85 uiExtSeqNum = uiExtSeqNum | m_stRtpSource.usMaxSeq; in getExtSeqNum()100 RtpDt_Int32 iDifference = iTransit - m_stRtpSource.uiTransit; in calcJitter()101 m_stRtpSource.uiTransit = iTransit; in calcJitter()[all …]
59 tRTP_SOURCE m_stRtpSource; variable