Home
last modified time | relevance | path

Searched refs:channel_type (Results 1 – 25 of 41) sorted by relevance

12

/external/webrtc/pc/
Dsctp_utils.cc79 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 …]
Dsctp_utils_unittest.cc27 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/
Ddfs.c32 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/
Ddatagen.h373 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/
Dcupti_collector.h52 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/
Dutil.cc221 cl_channel_type channel_type, void* data, in CreateRGBAImage2D() argument
236 format.image_channel_data_type = channel_type; in CreateRGBAImage2D()
Dutil.h60 cl_channel_type channel_type, void* data,
/external/libnl/python/examples/
Diface.py47 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/
Du_format_parse.py229 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/
Dinterface.c330 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/
Dvk_format_parse.py233 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/
Du_format_parse.py250 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/
Dtexture2d.cpp333 …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()
Dharness.h87 cl_channel_type channel_type; member
/external/wmediumd/wmediumd/
Dpmsr.h34 enum nl80211_channel_type channel_type; member
/external/mesa3d/src/amd/vulkan/
Dvk_format_parse.py241 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/
Dlib.rs87 pub channel_type: u32, field
134 channel_type: channel.channel_type, in rutabaga_init()
/external/minigbm/external/
Dvirtgpu_cross_domain_protocol.h78 uint32_t channel_type; member
/external/crosvm/rutabaga_gfx/ffi/src/tests/
Dvirtgpu_cross_domain_protocol.h78 uint32_t channel_type; member
Drutabaga_test.c87 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/
Dcross_domain_protocol.rs83 pub channel_type: u32, field
/external/crosvm/rutabaga_gfx/src/cross_domain/sys/
Dunix.rs160 .find(|channel| channel.channel_type == cmd_init.channel_type) in get_connection()
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/tests/python/
Dattributes.py214 assert attr.channel_type == 2
/external/OpenCL-CTS/test_conformance/d3d10/
Dharness.h86 cl_channel_type channel_type; member
/external/mesa3d/src/mesa/main/
Dformat_parser.py394 def channel_type(self): member in Format
490 return _get_datatype(self.channel_type(), self.channel_size())

12