Home
last modified time | relevance | path

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

/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/protocol/rtp/core/
DRtcpFbPacket.cpp86 IN RtpDt_UChar* pucRtcpFbBuf, IN RtpDt_UInt16 usRtcpFbLen) in decodeRtcpFbPacket() argument
89 RtpDt_UInt32 uiMediaSsrc = RtpOsUtil::Ntohl(*(reinterpret_cast<RtpDt_UInt32*>(pucRtcpFbBuf))); in decodeRtcpFbPacket()
91 pucRtcpFbBuf += RTP_WORD_SIZE; in decodeRtcpFbPacket()
97 RtpBuffer* pFCI = new RtpBuffer(usRtcpFbLen, reinterpret_cast<RtpDt_UChar*>(pucRtcpFbBuf)); in decodeRtcpFbPacket()