Home
last modified time | relevance | path

Searched refs:test_ssrc_ (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/rtp_rtcp/test/testAPI/
Dtest_api.cc85 test_ssrc_ = 3456; in RtpRtcpAPITest()
106 uint32_t test_ssrc_; member in webrtc::RtpRtcpAPITest
138 module_->SetSSRC(test_ssrc_); in TEST_F()
139 EXPECT_EQ(test_ssrc_, module_->SSRC()); in TEST_F()
Dtest_api_video.cc37 test_ssrc_(3456), in RtpRtcpVideoTest()
57 video_module_->SetSSRC(test_ssrc_); in SetUp()
136 uint32_t test_ssrc_; member in webrtc::RtpRtcpVideoTest