Searched refs:getRtpSsrc (Results 1 – 8 of 8) sorted by relevance
34 EXPECT_EQ(rtpHeader.getRtpSsrc(), RTP_ZERO); in TEST()66 EXPECT_EQ(rtpHeader.getRtpSsrc(), 1525054722); in TEST()112 EXPECT_EQ(rtpHeader.getRtpSsrc(), 3460575112); in TEST()158 EXPECT_EQ(rtpHeader.getRtpSsrc(), 154464442); in TEST()
36 EXPECT_EQ(RtpStackUtil::getRtpSsrc(pobjRtpPktBuf), 0x927dcd02); in TEST()37 EXPECT_EQ(RtpStackUtil::getRtpSsrc(nullptr), 0); in TEST()
52 static RtpDt_UInt32 getRtpSsrc(IN RtpDt_UChar* pucRecvdRtpPkt);
198 RtpDt_UInt32 getRtpSsrc();
39 RtpDt_UInt32 RtpStackUtil::getRtpSsrc(IN RtpDt_UChar* pucRtpBuf) in getRtpSsrc() function in RtpStackUtil
139 RtpDt_UInt32 RtpHeader::getRtpSsrc() in getRtpSsrc() function in RtpHeader
1493 RtpDt_UInt32 uiReceivedSsrc = pobjRtpHeader->getRtpSsrc(); in processRcvdRtpPkt()
48 pstRtpIndMsg->dwSsrc = pobjRtpHeader->getRtpSsrc(); in populateReceiveRtpIndInfo()536 uiPeerSsrc = pobjRtpPkt->getRtpHeader()->getRtpSsrc(); in IMS_RtpSvc_ProcRtpPacket()