Searched refs:uiTemp4Data (Results 1 – 2 of 2) sorted by relevance
120 RtpDt_UInt32 uiTemp4Data = RtpOsUtil::Ntohl(*(reinterpret_cast<RtpDt_UInt32*>(pRtcpBuffer))); in decodeRtcpHeader() local123 m_usLength = uiTemp4Data & 0x0000FFFF; in decodeRtcpHeader()127 m_ucPacketType = (uiTemp4Data >> RTP_16) & 0x000000FF; in decodeRtcpHeader()130 uiTemp4Data = uiTemp4Data >> RTP_24; in decodeRtcpHeader()133 m_ucVersion = (RtpDt_UInt8)(uiTemp4Data >> RTP_SIX) & 0x00000003; in decodeRtcpHeader()136 m_ucIsPadding = ((uiTemp4Data >> RTP_FIVE) & 0x00000001) ? eRTP_TRUE : eRTP_FALSE; in decodeRtcpHeader()139 m_ucReceptionReportCount = RtpDt_UInt8(uiTemp4Data & 0x0000001F); in decodeRtcpHeader()
108 RtpDt_UInt32 uiTemp4Data = RtpOsUtil::Ntohl(*(reinterpret_cast<RtpDt_UInt32*>(pcRepBlkBuf))); in decodeReportBlock() local112 m_uiCumNumPktLost = uiTemp4Data & 0x00FFFFFF; in decodeReportBlock()114 uiTemp4Data = uiTemp4Data >> RTP_24; in decodeReportBlock()115 m_ucFracLost = (RtpDt_UChar)(uiTemp4Data & 0x000000FF); in decodeReportBlock()