OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rtcpPort
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/webrtc/test/channel_transport/
udp_transport.h
144
// packets to ipAddr:rtpPort+1 if
rtcpPort
is zero. Otherwise to
145
// ipAddr:
rtcpPort
.
148
const uint16_t
rtcpPort
= 0) = 0;
152
// bind to local IP ANY. Set the local rtcp port to
rtcpPort
or rtpPort + 1
153
// if
rtcpPort
is 0.
159
const uint16_t
rtcpPort
= 0) = 0;
161
// Set local RTP port to rtpPort and RTCP port to
rtcpPort
or rtpPort + 1 if
162
//
rtcpPort
is 0. These ports will be used for sending instead of the local
165
const uint16_t
rtcpPort
= 0) = 0;
169
//
rtcpPort
is set to the RTCP port
[
all
...]
udp_transport_impl.h
53
const uint16_t
rtcpPort
= 0) OVERRIDE;
59
const uint16_t
rtcpPort
= 0) OVERRIDE;
62
const uint16_t
rtcpPort
= 0) OVERRIDE;
64
uint16_t&
rtcpPort
) const OVERRIDE;
68
uint16_t&
rtcpPort
,
73
uint16_t&
rtcpPort
) const OVERRIDE;
77
uint16_t&
rtcpPort
) const OVERRIDE;
122
uint16_t
rtcpPort
) OVERRIDE;
132
const uint16_t
rtcpPort
= 0) OVERRIDE;
udp_transport_impl.cc
239
const uint16_t
rtcpPort
)
270
if(
rtcpPort
)
272
_localPortRTCP =
rtcpPort
;
365
uint16_t&
rtcpPort
,
370
rtcpPort
= _localPortRTCP;
389
uint16_t&
rtcpPort
) const
393
rtcpPort
= _destPortRTCP;
403
uint16_t&
rtcpPort
) const
407
rtcpPort
= _fromPortRTCP;
[
all
...]
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/test/BWEStandAlone/
TestSenderReceiver.h
64
const uint16_t
rtcpPort
= 0,
126
const uint16_t
rtcpPort
= 0,
TestSenderReceiver.cc
109
const uint16_t
rtcpPort
,
346
const uint16_t
rtcpPort
/*= 0*/,
390
if (_transport->InitializeSendSockets(ipAddr, rtpPort,
rtcpPort
))
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
vie_autotest_network.cc
270
unsigned short
rtcpPort
= 0;
274
tbChannel.videoChannel, rtpPort,
rtcpPort
, ipAddress));
279
tbChannel.videoChannel, rtpPort,
rtcpPort
, ipAddress));
293
tbChannel.videoChannel, ipAddress, rtpPort,
rtcpPort
,
307
tbChannel.videoChannel, ipAddress, rtpPort,
rtcpPort
,
324
tbChannel.videoChannel, rtpPort,
rtcpPort
, ipAddress));
330
tbChannel.videoChannel, rtpPort,
rtcpPort
, ipAddress));
334
tbChannel.videoChannel, rtpPort,
rtcpPort
, ipAddress));
Completed in 224 milliseconds