Searched refs:pucByeBuf (Results 1 – 2 of 2) sorted by relevance
67 eRTP_STATUS_CODE RtcpByePacket::decodeByePacket(IN RtpDt_UChar* pucByeBuf, IN RtpDt_UInt16 usByeLen) in decodeByePacket() argument81 (*puiRcvdSsrc) = RtpOsUtil::Ntohl(*(reinterpret_cast<RtpDt_UInt32*>(pucByeBuf))); in decodeByePacket()82 pucByeBuf = pucByeBuf + RTP_WORD_SIZE; in decodeByePacket()92 RtpDt_UInt32 uiByte4Data = RtpOsUtil::Ntohl(*(reinterpret_cast<RtpDt_UInt32*>(pucByeBuf))); in decodeByePacket()93 pucByeBuf = pucByeBuf + RTP_ONE; in decodeByePacket()112 memcpy(pucReason, pucByeBuf, uiByte4Data); in decodeByePacket()
75 eRTP_STATUS_CODE decodeByePacket(IN RtpDt_UChar* pucByeBuf, IN RtpDt_UInt16 usByeLen);