Home
last modified time | relevance | path

Searched refs:pucRtcpBuf (Results 1 – 1 of 1) sorted by relevance

/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/protocol/rtp/core/
DRtpStackUtil.cpp53 RtpDt_UInt32 RtpStackUtil::getRtcpSsrc(IN RtpDt_UChar* pucRtcpBuf) in getRtcpSsrc() argument
55 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()