Searched refs:test_ssrc (Results 1 – 2 of 2) sorted by relevance
71 test_ssrc = 3456; in RtpRtcpRtcpTest()129 module2->SetSSRC(test_ssrc + 1); in SetUp()130 module1->SetSSRC(test_ssrc); in SetUp()194 uint32_t test_ssrc; member in webrtc::__anonb6bb32080111::RtpRtcpRtcpTest261 EXPECT_EQ(test_ssrc+1, report_blocks[0].remoteSSRC); in TEST_F()262 EXPECT_EQ(test_ssrc, report_blocks[0].sourceSSRC); in TEST_F()
82 test_ssrc = 3456; in RtpRtcpAudioTest()156 uint32_t test_ssrc; member in webrtc::__anon2cb5cd810111::RtpRtcpAudioTest164 module1->SetSSRC(test_ssrc); in TEST_F()205 EXPECT_EQ(test_ssrc, rtp_receiver2_->SSRC()); in TEST_F()234 module1->SetSSRC(test_ssrc); in TEST_F()307 module1->SetSSRC(test_ssrc); in TEST_F()