Searched refs:uiReceivedSsrc (Results 1 – 2 of 2) sorted by relevance
1314 eRTP_STATUS_CODE RtpSession::collisionSendRtcpByePkt(IN RtpDt_UInt32 uiReceivedSsrc) in collisionSendRtcpByePkt() argument1316 (RtpDt_Void) uiReceivedSsrc; in collisionSendRtcpByePkt()1493 RtpDt_UInt32 uiReceivedSsrc = pobjRtpHeader->getRtpSsrc(); in processRcvdRtpPkt() local1503 if ((uiReceivedSsrc == m_uiSsrc) || (bCsrcStatus == eRTP_TRUE)) in processRcvdRtpPkt()1513 eByeRes = collisionSendRtcpByePkt(uiReceivedSsrc); in processRcvdRtpPkt()1535 checkSsrcCollisionOnRcv(pobjRtpAddr, usPort, uiReceivedSsrc, eRcvdResult); in processRcvdRtpPkt()1572 pobjRcvInfo->setSsrc(uiReceivedSsrc); in processRcvdRtpPkt()
240 eRTP_STATUS_CODE collisionSendRtcpByePkt(IN RtpDt_UInt32 uiReceivedSsrc);