OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rtp_port
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/test/channel_transport/
channel_transport.h
42
int SetLocalReceiver(uint16_t
rtp_port
);
45
int SetSendDestination(const char* ip_address, uint16_t
rtp_port
);
channel_transport.cc
67
int VoiceChannelTransport::SetLocalReceiver(uint16_t
rtp_port
) {
70
rtp_port
);
78
uint16_t
rtp_port
) {
79
return socket_transport_->InitializeSendSockets(ip_address,
rtp_port
);
/external/webrtc/talk/app/webrtc/
webrtcsdp.cc
732
std::string
rtp_port
, rtp_ip, addr_type;
local
734
&
rtp_port
, &rtp_ip, &addr_type);
746
rtp_port
);
[
all
...]
Completed in 161 milliseconds