Home
last modified time | relevance | path

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

/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/protocol/rtp/core/
DRtpReceiverInfo.cpp40 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 …]
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/protocol/include/rtp/core/
DRtpReceiverInfo.h59 tRTP_SOURCE m_stRtpSource; variable