Searched refs:pucRtcpBuf (Results 1 – 1 of 1) sorted by relevance
53 RtpDt_UInt32 RtpStackUtil::getRtcpSsrc(IN RtpDt_UChar* pucRtcpBuf) in getRtcpSsrc() argument55 if (pucRtcpBuf == nullptr) in getRtcpSsrc()59 pucRtcpBuf = pucRtcpBuf + RTP_WORD_SIZE; in getRtcpSsrc()61 RtpDt_UInt32 uiByte4Data = RtpOsUtil::Ntohl(*(reinterpret_cast<RtpDt_UInt32*>(pucRtcpBuf))); in getRtcpSsrc()