Searched refs:pRtcpBuffer (Results 1 – 2 of 2) sorted by relevance
115 eRtp_Bool RtcpHeader::decodeRtcpHeader(IN RtpDt_UChar* pRtcpBuffer, RtpDt_Int32 length) in decodeRtcpHeader() argument120 RtpDt_UInt32 uiTemp4Data = RtpOsUtil::Ntohl(*(reinterpret_cast<RtpDt_UInt32*>(pRtcpBuffer))); in decodeRtcpHeader()144 pRtcpBuffer = pRtcpBuffer + RTP_WORD_SIZE; in decodeRtcpHeader()145 m_uiSsrc = RtpOsUtil::Ntohl(*(reinterpret_cast<RtpDt_UInt32*>(pRtcpBuffer))); in decodeRtcpHeader()
171 eRtp_Bool decodeRtcpHeader(IN RtpDt_UChar* pRtcpBuffer, RtpDt_Int32 length);