Searched refs:getExtHighSeqRcv (Results 1 – 7 of 7) sorted by relevance
34 EXPECT_EQ(objRtcpReportBlock.getExtHighSeqRcv(), 0x11223344); in TEST()56 EXPECT_EQ(objRtcpReportBlock.getExtHighSeqRcv(), 0); in TEST()
244 EXPECT_EQ(report->getExtHighSeqRcv(), 131074); in TEST_F()275 EXPECT_EQ(report->getExtHighSeqRcv(), 0); in TEST_F()401 EXPECT_EQ(report->getExtHighSeqRcv(), 262148); in TEST_F()432 EXPECT_EQ(report->getExtHighSeqRcv(), 11332); in TEST_F()
88 EXPECT_EQ(report->getExtHighSeqRcv(), 0); in TEST_F()
136 EXPECT_EQ(report->getExtHighSeqRcv(), 131074); in TEST_F()
117 RtpDt_UInt32 getExtHighSeqRcv();
67 RtpDt_UInt32 RtcpReportBlock::getExtHighSeqRcv() in getExtHighSeqRcv() function in RtcpReportBlock
104 pstRcvdReport->extHighSeqNum = pobjRepBlkElm->getExtHighSeqRcv(); in populateRcvdReportFromStk()