/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/ |
D | vie_autotest_network.cc | 66 unsigned short rtpPort = 1234; in ViENetworkStandardTest() local 69 tbChannel.videoChannel, rtpPort, rtpPort + 1, myIpAddress)); in ViENetworkStandardTest() 71 tbChannel.videoChannel, myIpAddress, rtpPort, in ViENetworkStandardTest() 72 rtpPort + 1, rtpPort)); in ViENetworkStandardTest() 81 tbChannel.videoChannel, rtpPort + 10, rtpPort + 11, myIpAddress)); in ViENetworkStandardTest() 86 tbChannel.videoChannel, rtpPort, rtpPort + 1, "123.1.1.0")); in ViENetworkStandardTest() 91 tbChannel.videoChannel, rtpPort, rtpPort + 1, myIpAddress)); in ViENetworkStandardTest() 136 unsigned short rtpPort = 9000; in ViENetworkExtendedTest() local 139 tbChannel.videoChannel, rtpPort, rtpPort + 1, myIpAddress)); in ViENetworkExtendedTest() 141 tbChannel.videoChannel, remoteIp, rtpPort, rtpPort + 1, rtpPort)); in ViENetworkExtendedTest() [all …]
|
D | vie_autotest_image_process.cc | 49 int rtpPort = 6000; in ViEImageProcessStandardTest() local 58 tbChannel.StartReceive(rtpPort); in ViEImageProcessStandardTest() 59 tbChannel.StartSend(rtpPort); in ViEImageProcessStandardTest() 95 int rtpPort2 = rtpPort + 100; in ViEImageProcessStandardTest()
|
D | vie_autotest_render.cc | 88 int rtpPort = 6000; in ViERenderStandardTest() local 96 tbChannel.StartReceive(rtpPort); in ViERenderStandardTest() 97 tbChannel.StartSend(rtpPort); in ViERenderStandardTest() 174 int rtpPort = 6000; in ViERenderExtendedTest() local 182 tbChannel.StartReceive(rtpPort); in ViERenderExtendedTest() 183 tbChannel.StartSend(rtpPort); in ViERenderExtendedTest()
|
D | vie_autotest_loopback.cc | 586 const unsigned short rtpPort = 6000; in VideoEngineSampleCode() local 588 std::cout << "Using rtp port: " << rtpPort << std::endl; in VideoEngineSampleCode() 591 error = video_channel_transport->SetLocalReceiver(rtpPort); in VideoEngineSampleCode() 597 error = video_channel_transport->SetSendDestination(ipAddress, rtpPort); in VideoEngineSampleCode()
|
D | vie_autotest_record.cc | 75 const int rtpPort = 6000; in VideoEngineSampleRecordCode() local 365 error = video_channel_transport->SetSendDestination(ipAddress, rtpPort); in VideoEngineSampleRecordCode() 370 error = video_channel_transport->SetLocalReceiver(rtpPort); in VideoEngineSampleRecordCode()
|
/external/chromium_org/third_party/webrtc/test/channel_transport/ |
D | udp_transport.h | 147 const uint16_t rtpPort, 156 const uint16_t rtpPort, 164 virtual int32_t InitializeSourcePorts(const uint16_t rtpPort, 170 virtual int32_t SourcePorts(uint16_t& rtpPort, 179 uint16_t& rtpPort, 187 uint16_t& rtpPort, 194 uint16_t& rtpPort, 306 uint16_t rtpPort) = 0; 320 virtual int32_t SetSendPorts(const uint16_t rtpPort,
|
D | udp_transport_impl.h | 52 const uint16_t rtpPort, 56 const uint16_t rtpPort, 61 const uint16_t rtpPort, 63 virtual int32_t SourcePorts(uint16_t& rtpPort, 67 uint16_t& rtpPort, 72 uint16_t& rtpPort, 76 uint16_t& rtpPort, 119 uint16_t rtpPort) OVERRIDE; 131 virtual int32_t SetSendPorts(const uint16_t rtpPort,
|
D | udp_transport_impl.cc | 364 uint16_t& rtpPort, in ReceiveSocketInformation() argument 369 rtpPort = _localPort; in ReceiveSocketInformation() 388 uint16_t& rtpPort, in SendSocketInformation() argument 392 rtpPort = _destPort; in SendSocketInformation() 402 uint16_t& rtpPort, in RemoteSocketInformation() argument 406 rtpPort = _fromPort; in RemoteSocketInformation() 1479 int32_t UdpTransportImpl::InitializeSourcePorts(uint16_t rtpPort, in InitializeSourcePorts() argument 1483 if(rtpPort == 0) in InitializeSourcePorts() 1500 _srcPort = rtpPort; in InitializeSourcePorts() 1503 _srcPortRTCP = rtpPort+1; in InitializeSourcePorts() [all …]
|
/external/chromium_org/third_party/webrtc/video_engine/test/libvietest/include/ |
D | tb_video_channel.h | 34 void StartSend(const unsigned short rtpPort = 11000, 39 void StartReceive(const unsigned short rtpPort = 11000);
|
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/test/BWEStandAlone/ |
D | TestSenderReceiver.cc | 108 int32_t TestSenderReceiver::InitReceiver (const uint16_t rtpPort, in InitReceiver() argument 115 if (_transport->InitializeReceiveSockets(this, rtpPort/*, 0, NULL, 0, true*/) != 0) in InitReceiver() 345 const uint16_t rtpPort, in InitSender() argument 390 if (_transport->InitializeSendSockets(ipAddr, rtpPort, rtcpPort)) in InitSender()
|
D | TestSenderReceiver.h | 63 int32_t InitReceiver (const uint16_t rtpPort, 125 const uint16_t rtpPort,
|