Searched refs:setSSRC (Results 1 – 3 of 3) sorted by relevance
60 int setSSRC(uint32_t ssrc);
496 int NETEQTEST_RTPpacket::setSSRC(uint32_t ssrc) in setSSRC() function in NETEQTEST_RTPpacket
450 unsigned int setSSRC = 0x01234567; in ViERtpRtcpStandardTest() local451 ViETest::Log("Set SSRC %u", setSSRC); in ViERtpRtcpStandardTest()452 EXPECT_EQ(0, ViE.rtp_rtcp->SetLocalSSRC(tbChannel.videoChannel, setSSRC)); in ViERtpRtcpStandardTest()463 EXPECT_EQ(setSSRC, receivedSSRC); in ViERtpRtcpStandardTest()468 EXPECT_EQ(setSSRC, localSSRC); in ViERtpRtcpStandardTest()473 EXPECT_EQ(setSSRC, remoteSSRC); in ViERtpRtcpStandardTest()