Searched refs:channel_type (Results 1 – 10 of 10) sorted by relevance
82 uint8_t channel_type; in ParseDataChannelOpenMessage() local83 if (!buffer.ReadUInt8(&channel_type)) { in ParseDataChannelOpenMessage()118 switch (channel_type) { in ParseDataChannelOpenMessage()127 switch (channel_type) { in ParseDataChannelOpenMessage()160 uint8_t channel_type = 0; in WriteDataChannelOpenMessage() local165 channel_type = DCOMCT_ORDERED_PARTIAL_RTXS; in WriteDataChannelOpenMessage()168 channel_type = DCOMCT_ORDERED_PARTIAL_TIME; in WriteDataChannelOpenMessage()171 channel_type = DCOMCT_ORDERED_RELIABLE; in WriteDataChannelOpenMessage()175 channel_type = DCOMCT_UNORDERED_PARTIAL_RTXS; in WriteDataChannelOpenMessage()178 channel_type = DCOMCT_UNORDERED_PARTIAL_TIME; in WriteDataChannelOpenMessage()[all …]
38 uint8_t channel_type; in VerifyOpenMessageFormat() local48 ASSERT_TRUE(buffer.ReadUInt8(&channel_type)); in VerifyOpenMessageFormat()52 channel_type); in VerifyOpenMessageFormat()56 channel_type); in VerifyOpenMessageFormat()
270 static char *channel_type_name(enum nl80211_channel_type channel_type) in channel_type_name() argument272 switch (channel_type) { in channel_type_name()364 enum nl80211_channel_type channel_type; in print_iface_handler() local366 channel_type = nla_get_u32(tb_msg[NL80211_ATTR_WIPHY_CHANNEL_TYPE]); in print_iface_handler()367 printf(" %s", channel_type_name(channel_type)); in print_iface_handler()
46 channel_type = nl.nla_get_u32(attr[nl80211.NL80211_ATTR_WIPHY_CHANNEL_TYPE])47 sys.stdout.write(" %s" % nl80211.nl80211_channel_type2str(channel_type));
221 def channel_type(self): member in Format230 return self.is_pure_color() and self.channel_type() == SIGNED233 return self.is_pure_color() and self.channel_type() == UNSIGNED
229 def channel_type(self): member in Format238 return self.is_pure_color() and self.channel_type() == SIGNED241 return self.is_pure_color() and self.channel_type() == UNSIGNED
389 def channel_type(self): member in Format485 return _get_datatype(self.channel_type(), self.channel_size())
371 DataChannelType channel_type) { in CreateDataChannel() argument374 content_name, rtcp, channel_type)); in CreateDataChannel()
657 const ChannelType channel_type,ExceptionInfo *exception) in SeparateImage() argument748 (GetChannelBit(channel_type,channel) == 0)) in SeparateImage()
121 typedef antlr3::channel_type channel_type;531 channel_type channel = antlr3::Token::DEFAULT_CHANNEL;