Searched refs:CreateRtpRtcp (Results 1 – 10 of 10) sorted by relevance
99 module1 = RtpRtcp::CreateRtpRtcp(configuration); in SetUp()111 module2 = RtpRtcp::CreateRtpRtcp(configuration); in SetUp()
111 module1 = RtpRtcp::CreateRtpRtcp(configuration); in SetUp()120 module2 = RtpRtcp::CreateRtpRtcp(configuration); in SetUp()
52 video_module_ = RtpRtcp::CreateRtpRtcp(configuration); in SetUp()
96 module_.reset(RtpRtcp::CreateRtpRtcp(configuration)); in SetUp()
83 static RtpRtcp* CreateRtpRtcp(const RtpRtcp::Configuration& configuration);
185 rtp_rtcp_module_ = RtpRtcp::CreateRtpRtcp(configuration); in SetUp()
48 RtpRtcp* RtpRtcp::CreateRtpRtcp(const RtpRtcp::Configuration& configuration) { in CreateRtpRtcp() function in webrtc::RtpRtcp
1131 RtpRtcp* rtp_rtcp = RtpRtcp::CreateRtpRtcp(configuration); in CreateRtpRtcpModules()
1029 rtp_rtcp_.reset(RtpRtcp::CreateRtpRtcp(config)); in TEST_F()
926 _rtpRtcpModule.reset(RtpRtcp::CreateRtpRtcp(configuration)); in Channel()