Searched refs:pobjRtcpBuf (Results 1 – 2 of 2) sorted by relevance
58 eRtp_Bool RtpImpl::rtcpPacketSendInd(IN RtpBuffer* pobjRtcpBuf, IN RtpSession* pobjRtpSession) in rtcpPacketSendInd() argument63 if (pobjRtpServiceListener == nullptr || pobjRtcpBuf == nullptr || pobjRtpSession == nullptr) in rtcpPacketSendInd()70 if (pobjRtpServiceListener->OnRtcpPacket(pobjRtcpBuf->getBuffer(), pobjRtcpBuf->getLength()) == in rtcpPacketSendInd()74 pobjRtcpBuf->setBufferInfo(RTP_ZERO, nullptr); in rtcpPacketSendInd()
55 eRtp_Bool rtcpPacketSendInd(IN RtpBuffer* pobjRtcpBuf, IN RtpSession* pobjRtpSession);