Searched refs:usProfExtLen (Results 1 – 2 of 2) sorted by relevance
74 IN RtpDt_UChar* pucRrBuf, IN RtpDt_UInt16& usRrLen, IN RtpDt_UInt16 usProfExtLen) in decodeRrPacket() argument76 RtpDt_UInt16 usRepBlkLen = usRrLen - usProfExtLen; in decodeRrPacket()92 if (usProfExtLen > RTP_ZERO) in decodeRrPacket()94 RtpDt_UChar* pcProfExtBuf = new RtpDt_UChar[usProfExtLen]; in decodeRrPacket()109 memcpy(pcProfExtBuf, pucRrBuf, usProfExtLen); in decodeRrPacket()110 m_pobjExt->setBufferInfo(usProfExtLen, pcProfExtBuf); in decodeRrPacket()
97 IN RtpDt_UChar* pucRrBuf, IN RtpDt_UInt16& usRrLen, IN RtpDt_UInt16 usProfExtLen);