Home
last modified time | relevance | path

Searched refs:kReceiverLocalSsrc (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/webrtc/video/
Dloopback.cc89 static const uint32_t kReceiverLocalSsrc = 0x123456; variable
157 receive_config.rtp.local_ssrc = kReceiverLocalSsrc; in Loopback()
Dreplay.cc128 static const uint32_t kReceiverLocalSsrc = 0x123456; variable
198 receive_config.rtp.local_ssrc = kReceiverLocalSsrc; in RtpReplay()
Dbitrate_estimator_tests.cc160 receive_config_.rtp.local_ssrc = kReceiverLocalSsrc; in SetUp()
Dend_to_end_tests.cc290 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()
/external/chromium_org/third_party/webrtc/test/
Dcall_test.cc106 config.rtp.local_ssrc = kReceiverLocalSsrc; in CreateMatchingReceiveConfigs()
165 const uint32_t CallTest::kReceiverLocalSsrc = 0x123456; member in webrtc::test::CallTest
Dcall_test.h43 static const uint32_t kReceiverLocalSsrc; variable