Searched refs:kReceiverLocalSsrc (Results 1 – 6 of 6) sorted by relevance
89 static const uint32_t kReceiverLocalSsrc = 0x123456; variable157 receive_config.rtp.local_ssrc = kReceiverLocalSsrc; in Loopback()
128 static const uint32_t kReceiverLocalSsrc = 0x123456; variable198 receive_config.rtp.local_ssrc = kReceiverLocalSsrc; in RtpReplay()
160 receive_config_.rtp.local_ssrc = kReceiverLocalSsrc; in SetUp()
290 EXPECT_EQ(kReceiverLocalSsrc, ssrc); in TEST_F()1006 receive_config.rtp.local_ssrc = kReceiverLocalSsrc; in TEST_F()1126 EXPECT_EQ(packet.PSFBAPP.SenderSSRC, kReceiverLocalSsrc); in TEST_F()
106 config.rtp.local_ssrc = kReceiverLocalSsrc; in CreateMatchingReceiveConfigs()165 const uint32_t CallTest::kReceiverLocalSsrc = 0x123456; member in webrtc::test::CallTest
43 static const uint32_t kReceiverLocalSsrc; variable