Home
last modified time | relevance | path

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

/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/protocol/rtp/core/
DRtpStackUtil.cpp39 RtpDt_UInt32 RtpStackUtil::getRtpSsrc(IN RtpDt_UChar* pucRtpBuf) in getRtpSsrc() argument
41 if (pucRtpBuf == nullptr) in getRtpSsrc()
47 pucRtpBuf = pucRtpBuf + RTP_EIGHT; in getRtpSsrc()
49 uiByte4Data = RtpOsUtil::Ntohl(*(reinterpret_cast<RtpDt_UInt32*>(pucRtpBuf))); in getRtpSsrc()