HomeSort by relevance Sort by last modified time
    Searched refs:CreateRtpRtcp (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/test/testAPI/
test_api.cc 35 module = RtpRtcp::CreateRtpRtcp(configuration);
test_api_video.cc 49 video_module_ = RtpRtcp::CreateRtpRtcp(configuration);
test_api_audio.cc 137 module1 = RtpRtcp::CreateRtpRtcp(configuration);
147 module2 = RtpRtcp::CreateRtpRtcp(configuration);
test_api_rtcp.cc 123 module1 = RtpRtcp::CreateRtpRtcp(configuration);
137 module2 = RtpRtcp::CreateRtpRtcp(configuration);
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/interface/
rtp_rtcp.h 77 static RtpRtcp* CreateRtpRtcp(const RtpRtcp::Configuration& configuration);
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/test/BWEStandAlone/
TestSenderReceiver.cc 55 _rtp = RtpRtcp::CreateRtpRtcp(0, false);
  /external/chromium_org/third_party/webrtc/video/
rampup_tests.cc 77 rtp_rtcp_.reset(RtpRtcp::CreateRtpRtcp(config));
236 rtp_rtcp_.reset(RtpRtcp::CreateRtpRtcp(config));
video_send_stream_tests.cc     [all...]
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
nack_rtx_unittest.cc 183 rtp_rtcp_module_ = RtpRtcp::CreateRtpRtcp(configuration);
rtp_rtcp_impl_unittest.cc 305 RtpRtcp* sender = RtpRtcp::CreateRtpRtcp(config);
rtp_rtcp_impl.cc 43 RtpRtcp* RtpRtcp::CreateRtpRtcp(const RtpRtcp::Configuration& configuration) {
    [all...]
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
mt_rx_tx_test.cc 158 RtpRtcp* rtp = RtpRtcp::CreateRtpRtcp(configuration);
media_opt_test.cc 207 _rtp = RtpRtcp::CreateRtpRtcp(configuration);
generic_codec_test.cc 416 RtpRtcp& rtpModule = *RtpRtcp::CreateRtpRtcp(configuration);
  /external/chromium_org/third_party/webrtc/video_engine/
vie_channel.cc 120 rtp_rtcp_.reset(RtpRtcp::CreateRtpRtcp(configuration));
268 RtpRtcp* rtp_rtcp = RtpRtcp::CreateRtpRtcp(configuration);
    [all...]
vie_encoder.cc 171 default_rtp_rtcp_.reset(RtpRtcp::CreateRtpRtcp(configuration));
  /external/chromium_org/third_party/webrtc/voice_engine/
channel.cc     [all...]

Completed in 455 milliseconds