/external/webrtc/pc/ |
D | sctp_utils.cc | 79 uint8_t channel_type; in ParseDataChannelOpenMessage() local 80 if (!buffer.ReadUInt8(&channel_type)) { in ParseDataChannelOpenMessage() 128 switch (channel_type) { in ParseDataChannelOpenMessage() 137 switch (channel_type) { in ParseDataChannelOpenMessage() 170 uint8_t channel_type = 0; in WriteDataChannelOpenMessage() local 193 channel_type = DCOMCT_ORDERED_PARTIAL_RTXS; in WriteDataChannelOpenMessage() 196 channel_type = DCOMCT_ORDERED_PARTIAL_TIME; in WriteDataChannelOpenMessage() 199 channel_type = DCOMCT_ORDERED_RELIABLE; in WriteDataChannelOpenMessage() 203 channel_type = DCOMCT_UNORDERED_PARTIAL_RTXS; in WriteDataChannelOpenMessage() 206 channel_type = DCOMCT_UNORDERED_PARTIAL_TIME; in WriteDataChannelOpenMessage() [all …]
|
D | sctp_utils_unittest.cc | 27 uint8_t channel_type; in VerifyOpenMessageFormat() local 37 ASSERT_TRUE(buffer.ReadUInt8(&channel_type)); in VerifyOpenMessageFormat() 41 channel_type); in VerifyOpenMessageFormat() 46 channel_type); in VerifyOpenMessageFormat()
|
/external/wpa_supplicant_8/src/ap/ |
D | dfs.c | 32 enum dfs_channel_type *channel_type); 1045 enum dfs_channel_type channel_type = DFS_NO_CAC_YET; in hostpad_dfs_update_background_chain() local 1055 channel_type = DFS_ANY_CHANNEL; in hostpad_dfs_update_background_chain() 1059 channel_type); in hostpad_dfs_update_background_chain() 1066 &channel_type); in hostpad_dfs_update_background_chain() 1211 enum dfs_channel_type *channel_type) in dfs_downgrade_bandwidth() argument 1219 *channel_type); in dfs_downgrade_bandwidth() 1226 if (*channel_type != DFS_ANY_CHANNEL) { in dfs_downgrade_bandwidth() 1227 *channel_type = DFS_ANY_CHANNEL; in dfs_downgrade_bandwidth() 1234 *channel_type = DFS_AVAILABLE; in dfs_downgrade_bandwidth() [all …]
|
/external/OpenCL-CTS/test_conformance/spir/ |
D | datagen.h | 373 template<cl_channel_type channel_type> class KernelArgGeneratorImage1dArray: public KernelArgGenera… 380 m_format.image_channel_data_type = channel_type; 391 template<cl_channel_type channel_type> class KernelArgGeneratorImage1dBuffer: public KernelArgGener… 398 m_format.image_channel_data_type = channel_type; 410 template<cl_channel_type channel_type> class KernelArgGeneratorImage1d: public KernelArgGeneratorIm… 417 m_format.image_channel_data_type = channel_type; 430 template<cl_channel_type channel_type> class KernelArgGeneratorImage2dArray: public KernelArgGenera… 437 m_format.image_channel_data_type = channel_type; 449 template<cl_channel_type channel_type> class KernelArgGeneratorImage2d: public KernelArgGeneratorIm… 456 m_format.image_channel_data_type = channel_type; [all …]
|
/external/tensorflow/tensorflow/core/profiler/backends/gpu/ |
D | cupti_collector.h | 52 int8_t channel_type = 0; // CUPTI_CHANNEL_TYPE_INVALID member 83 int8_t channel_type = 0; // CUPTI_CHANNEL_TYPE_INVALID member 109 int8_t channel_type = 0; // CUPTI_CHANNEL_TYPE_INVALID member
|
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/ |
D | util.cc | 221 cl_channel_type channel_type, void* data, in CreateRGBAImage2D() argument 236 format.image_channel_data_type = channel_type; in CreateRGBAImage2D()
|
D | util.h | 60 cl_channel_type channel_type, void* data,
|
/external/libnl/python/examples/ |
D | iface.py | 47 channel_type = nl.nla_get_u32(attr[nl80211.NL80211_ATTR_WIPHY_CHANNEL_TYPE]) 48 sys.stdout.write(" %s" % nl80211.nl80211_channel_type2str(channel_type))
|
/external/virglrenderer/src/gallium/auxiliary/util/ |
D | u_format_parse.py | 229 def channel_type(self): member in Format 238 return self.is_pure_color() and self.channel_type() == SIGNED 241 return self.is_pure_color() and self.channel_type() == UNSIGNED
|
/external/iw/ |
D | interface.c | 330 static char *channel_type_name(enum nl80211_channel_type channel_type) in channel_type_name() argument 332 switch (channel_type) { in channel_type_name() 430 enum nl80211_channel_type channel_type; in print_iface_handler() local 432 channel_type = nla_get_u32(tb_msg[NL80211_ATTR_WIPHY_CHANNEL_TYPE]); in print_iface_handler() 433 printf(" %s", channel_type_name(channel_type)); in print_iface_handler()
|
/external/mesa3d/src/freedreno/vulkan/ |
D | vk_format_parse.py | 233 def channel_type(self): member in Format 242 return self.is_pure_color() and self.channel_type() == SIGNED 245 return self.is_pure_color() and self.channel_type() == UNSIGNED
|
/external/mesa3d/src/util/format/ |
D | u_format_parse.py | 250 def channel_type(self): member in Format 259 return self.is_pure_color() and self.channel_type() == SIGNED 262 return self.is_pure_color() and self.channel_type() == UNSIGNED
|
/external/OpenCL-CTS/test_conformance/d3d11/ |
D | texture2d.cpp | 333 …TestRequire(clFormat.image_channel_data_type == format->channel_type, "clGetImageInfo for CL_IMAGE… in SubTestTexture2D() 640 cl_channel_type channel_type, in is_format_supported() argument 644 if (it->image_channel_data_type == channel_type && it->image_channel_order == channel_order) in is_format_supported() 713 …if (!is_format_supported(formats[format].channel_order, formats[format].channel_type, supported_im… in TestDeviceTexture2D()
|
D | harness.h | 87 cl_channel_type channel_type; member
|
/external/wmediumd/wmediumd/ |
D | pmsr.h | 34 enum nl80211_channel_type channel_type; member
|
/external/mesa3d/src/amd/vulkan/ |
D | vk_format_parse.py | 241 def channel_type(self): member in Format 250 return self.is_pure_color() and self.channel_type() == SIGNED 253 return self.is_pure_color() and self.channel_type() == UNSIGNED
|
/external/crosvm/rutabaga_gfx/ffi/src/ |
D | lib.rs | 87 pub channel_type: u32, field 134 channel_type: channel.channel_type, in rutabaga_init()
|
/external/minigbm/external/ |
D | virtgpu_cross_domain_protocol.h | 78 uint32_t channel_type; member
|
/external/crosvm/rutabaga_gfx/ffi/src/tests/ |
D | virtgpu_cross_domain_protocol.h | 78 uint32_t channel_type; member
|
D | rutabaga_test.c | 87 channels.channels[0].channel_type = RUTABAGA_CHANNEL_TYPE_WAYLAND; in test_rutabaga_init() 175 cmd_init.channel_type = CROSS_DOMAIN_CHANNEL_TYPE_WAYLAND; in test_init_context()
|
/external/crosvm/rutabaga_gfx/src/cross_domain/ |
D | cross_domain_protocol.rs | 83 pub channel_type: u32, field
|
/external/crosvm/rutabaga_gfx/src/cross_domain/sys/ |
D | unix.rs | 160 .find(|channel| channel.channel_type == cmd_init.channel_type) in get_connection()
|
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/tests/python/ |
D | attributes.py | 214 assert attr.channel_type == 2
|
/external/OpenCL-CTS/test_conformance/d3d10/ |
D | harness.h | 86 cl_channel_type channel_type; member
|
/external/mesa3d/src/mesa/main/ |
D | format_parser.py | 394 def channel_type(self): member in Format 490 return _get_datatype(self.channel_type(), self.channel_size())
|