Searched refs:test_ssrc (Results 1 - 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/rtp_rtcp/test/testAPI/
H A Dtest_api_rtcp.cc71 test_ssrc = 3456;
129 module2->SetSSRC(test_ssrc + 1);
130 module1->SetSSRC(test_ssrc);
194 uint32_t test_ssrc; member in class:webrtc::__anon30991::RtpRtcpRtcpTest
260 // |test_ssrc+1| is the SSRC of module2 that send the report.
261 EXPECT_EQ(test_ssrc+1, report_blocks[0].remoteSSRC);
262 EXPECT_EQ(test_ssrc, report_blocks[0].sourceSSRC);
H A Dtest_api_audio.cc82 test_ssrc = 3456;
156 uint32_t test_ssrc; member in class:webrtc::__anon30990::RtpRtcpAudioTest
164 module1->SetSSRC(test_ssrc);
205 EXPECT_EQ(test_ssrc, rtp_receiver2_->SSRC());
234 module1->SetSSRC(test_ssrc);
307 module1->SetSSRC(test_ssrc);

Completed in 117 milliseconds