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

  /external/chromium_org/third_party/webrtc/test/channel_transport/include/
channel_transport.h 43 int SetLocalReceiver(uint16_t rtp_port);
46 int SetSendDestination(const char* ip_address, uint16_t rtp_port);
74 int SetLocalReceiver(uint16_t rtp_port);
77 int SetSendDestination(const char* ip_address, uint16_t rtp_port);
  /external/chromium_org/third_party/webrtc/test/channel_transport/
channel_transport.cc 69 int VoiceChannelTransport::SetLocalReceiver(uint16_t rtp_port) {
71 rtp_port);
79 uint16_t rtp_port) {
80 return socket_transport_->InitializeSendSockets(ip_address, rtp_port);
122 int VideoChannelTransport::SetLocalReceiver(uint16_t rtp_port) {
124 rtp_port);
132 uint16_t rtp_port) {
133 return socket_transport_->InitializeSendSockets(ip_address, rtp_port);
  /external/chromium_org/third_party/webrtc/video_engine/test/libvietest/testbed/
tb_video_channel.cc 55 void TbVideoChannel::StartSend(const unsigned short rtp_port,
57 EXPECT_EQ(0, channel_transport_->SetSendDestination(ip_address, rtp_port));
76 void TbVideoChannel::StartReceive(unsigned short rtp_port) {
77 EXPECT_EQ(0, channel_transport_->SetLocalReceiver(rtp_port));
  /external/chromium_org/third_party/webrtc/video_engine/
vie_channel.h 251 int32_t SetLocalReceiver(const uint16_t rtp_port,
254 int32_t GetLocalReceiver(uint16_t* rtp_port,
258 const uint16_t rtp_port,
263 uint16_t* rtp_port,
267 int32_t GetSourceInfo(uint16_t* rtp_port,
  /external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
vie_autotest_codec.cc 191 const uint16_t rtp_port = 6000; local
198 rtp_port));
199 ASSERT_EQ(0, video_channel_transport->SetLocalReceiver(rtp_port));
337 const uint16_t rtp_port = 6000; local
344 rtp_port));
345 ASSERT_EQ(0, video_channel_transport->SetLocalReceiver(rtp_port));
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
webrtcsdp.cc 708 std::string rtp_port, rtp_ip; local
710 &rtp_port, &rtp_ip)) {
723 rtp_port);
    [all...]

Completed in 275 milliseconds