Searched refs:m_usLength (Results 1 – 2 of 2) sorted by relevance
25 m_usLength(RTP_ZERO), in RtcpHeader()88 m_usLength = usLength; in setLength()93 return m_usLength; in getLength()112 m_usLength == objRtcpHeader.m_usLength && m_uiSsrc == objRtcpHeader.m_uiSsrc); in operator ==()123 m_usLength = uiTemp4Data & 0x0000FFFF; in decodeRtcpHeader()124 m_usLength *= RTP_WORD_SIZE; // Convert length from WORD count to Bytes count in decodeRtcpHeader()142 if (m_usLength) in decodeRtcpHeader()191 m_usLength = m_usLength / RTP_WORD_SIZE; in formPartialRtcpHeader()192 m_usLength = m_usLength - RTP_ONE; in formPartialRtcpHeader()195 uiByte4Data = uiByte4Data | m_usLength; in formPartialRtcpHeader()
62 RtpDt_UInt32 m_usLength; variable