Searched refs:is_sctp (Results 1 – 2 of 2) sorted by relevance
1683 bool is_sctp = (options.data_channel_type == DCT_SCTP); in AddDataContentForOffer() local1685 FilterDataCodecs(data_codecs, is_sctp); in AddDataContentForOffer()1696 if (is_sctp) { in AddDataContentForOffer()1723 if (is_sctp) { in AddDataContentForOffer()1864 bool is_sctp = (options.data_channel_type == DCT_SCTP); in AddDataContentForAnswer() local1866 FilterDataCodecs(&data_codecs, is_sctp); in AddDataContentForAnswer()
2090 bool is_sctp = ((content->protocol() == kMediaProtocolSctp) || in SetDataChannelTypeFromContent() local2092 DataChannelType data_channel_type = is_sctp ? DCT_SCTP : DCT_RTP; in SetDataChannelTypeFromContent()