Searched refs:pucRtpBuffer (Results 1 – 1 of 1) sorted by relevance
1737 RtpDt_UChar* pucRtpBuffer = new RtpDt_UChar[uiRtpLength]; in createRtpPacket() local1738 if (pucRtpBuffer == nullptr) in createRtpPacket()1745 memset(pucRtpBuffer, RTP_ZERO, uiRtpLength); in createRtpPacket()1747 pRtpPkt->setBufferInfo(uiRtpLength, pucRtpBuffer); in createRtpPacket()