Searched defs:is_sctp (Results 1 - 2 of 2) sorted by relevance

/external/webrtc/talk/session/media/
H A Dchannel.cc2090 bool is_sctp = ((content->protocol() == kMediaProtocolSctp) || local
2092 DataChannelType data_channel_type = is_sctp ? DCT_SCTP : DCT_RTP;
H A Dmediasession.cc1683 bool is_sctp = (options.data_channel_type == DCT_SCTP); local
1685 FilterDataCodecs(data_codecs, is_sctp);
1696 if (is_sctp) {
1723 if (is_sctp) {
1864 bool is_sctp = (options.data_channel_type == DCT_SCTP); local
1866 FilterDataCodecs(&data_codecs, is_sctp);

Completed in 82 milliseconds