Home
last modified time | relevance | path

Searched refs:CreateRtpRtcp (Results 1 – 10 of 10) sorted by relevance

/external/webrtc/webrtc/modules/rtp_rtcp/test/testAPI/
Dtest_api_rtcp.cc99 module1 = RtpRtcp::CreateRtpRtcp(configuration); in SetUp()
111 module2 = RtpRtcp::CreateRtpRtcp(configuration); in SetUp()
Dtest_api_audio.cc111 module1 = RtpRtcp::CreateRtpRtcp(configuration); in SetUp()
120 module2 = RtpRtcp::CreateRtpRtcp(configuration); in SetUp()
Dtest_api_video.cc52 video_module_ = RtpRtcp::CreateRtpRtcp(configuration); in SetUp()
Dtest_api.cc96 module_.reset(RtpRtcp::CreateRtpRtcp(configuration)); in SetUp()
/external/webrtc/webrtc/modules/rtp_rtcp/include/
Drtp_rtcp.h83 static RtpRtcp* CreateRtpRtcp(const RtpRtcp::Configuration& configuration);
/external/webrtc/webrtc/modules/rtp_rtcp/source/
Dnack_rtx_unittest.cc185 rtp_rtcp_module_ = RtpRtcp::CreateRtpRtcp(configuration); in SetUp()
Drtp_rtcp_impl.cc48 RtpRtcp* RtpRtcp::CreateRtpRtcp(const RtpRtcp::Configuration& configuration) { in CreateRtpRtcp() function in webrtc::RtpRtcp
/external/webrtc/webrtc/video/
Dvie_channel.cc1131 RtpRtcp* rtp_rtcp = RtpRtcp::CreateRtpRtcp(configuration); in CreateRtpRtcpModules()
Dvideo_send_stream_tests.cc1029 rtp_rtcp_.reset(RtpRtcp::CreateRtpRtcp(config)); in TEST_F()
/external/webrtc/webrtc/voice_engine/
Dchannel.cc926 _rtpRtcpModule.reset(RtpRtcp::CreateRtpRtcp(configuration)); in Channel()