Searched refs:pRtcpBuf (Results 1 – 1 of 1) sorted by relevance
592 RtpBuffer* pRtcpBuf = new RtpBuffer(); in rtpSendRtcpPacket() local594 if (pRtcpBuf == nullptr) in rtpSendRtcpPacket()606 delete pRtcpBuf; in rtpSendRtcpPacket()611 pRtcpBuf->setBufferInfo(RTP_DEF_MTU_SIZE, pcBuff); in rtpSendRtcpPacket()615 eEncRes = objRtcpPkt->formRtcpPacket(pRtcpBuf); in rtpSendRtcpPacket()620 bStatus = m_pobjAppInterface->rtcpPacketSendInd(pRtcpBuf, this); in rtpSendRtcpPacket()633 m_objTimerInfo.updateAvgRtcpSize(pRtcpBuf->getLength()); in rtpSendRtcpPacket()634 delete pRtcpBuf; in rtpSendRtcpPacket()