Home
last modified time | relevance | path

Searched refs:setSSRC (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/test/
DNETEQTEST_RTPpacket.h60 int setSSRC(uint32_t ssrc);
DNETEQTEST_RTPpacket.cc496 int NETEQTEST_RTPpacket::setSSRC(uint32_t ssrc) in setSSRC() function in NETEQTEST_RTPpacket
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
Dvie_autotest_rtp_rtcp.cc450 unsigned int setSSRC = 0x01234567; in ViERtpRtcpStandardTest() local
451 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()