OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rtcp_channel
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/session/media/
channel.cc
983
bool BaseChannel::SetupDtlsSrtp(bool
rtcp_channel
) {
986
TransportChannel *channel =
rtcp_channel
?
1002
<< PacketType(
rtcp_channel
);
1498
TransportChannel*
rtcp_channel
= rtcp() ? session()->CreateChannel(
local
1956
TransportChannel*
rtcp_channel
= rtcp() ? session()->CreateChannel(
local
2505
TransportChannel*
rtcp_channel
= rtcp() ? session()->CreateChannel(
local
[
all
...]
channel.h
299
// |
rtcp_channel
| indicates whether to set up the RTP or RTCP filter.
300
bool SetupDtlsSrtp(bool
rtcp_channel
);
Completed in 29 milliseconds