/external/webrtc/talk/app/webrtc/ |
D | sctputils.cc | 82 uint8_t channel_type; in ParseDataChannelOpenMessage() local 83 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() local 165 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 …]
|
D | sctputils_unittest.cc | 38 uint8_t channel_type; in VerifyOpenMessageFormat() local 48 ASSERT_TRUE(buffer.ReadUInt8(&channel_type)); in VerifyOpenMessageFormat() 52 channel_type); in VerifyOpenMessageFormat() 56 channel_type); in VerifyOpenMessageFormat()
|
/external/opencv3/modules/core/include/opencv2/core/ |
D | traits.hpp | 111 typedef value_type channel_type; typedef in cv::DataType 126 typedef value_type channel_type; typedef in cv::DataType 141 typedef value_type channel_type; typedef in cv::DataType 156 typedef value_type channel_type; typedef in cv::DataType 171 typedef value_type channel_type; typedef in cv::DataType 186 typedef value_type channel_type; typedef in cv::DataType 201 typedef value_type channel_type; typedef in cv::DataType 216 typedef value_type channel_type; typedef in cv::DataType 231 typedef value_type channel_type; typedef in cv::DataType 246 typedef value_type channel_type; typedef in cv::DataType
|
D | types.hpp | 97 typedef _Tp channel_type; typedef in cv::DataType 100 depth = DataType<channel_type>::depth, 102 fmt = DataType<channel_type>::fmt + ((channels - 1) << 8), 105 typedef Vec<channel_type, channels> vec_type; 188 typedef _Tp channel_type; typedef in cv::DataType 191 depth = DataType<channel_type>::depth, 193 fmt = DataType<channel_type>::fmt + ((channels - 1) << 8), 197 typedef Vec<channel_type, channels> vec_type; 255 typedef _Tp channel_type; typedef in cv::DataType 258 depth = DataType<channel_type>::depth, [all …]
|
D | cvstd.inl.hpp | 63 typedef _Tp channel_type; typedef in cv::DataType 66 depth = DataType<channel_type>::depth, 68 fmt = DataType<channel_type>::fmt + ((channels - 1) << 8), 71 typedef Vec<channel_type, channels> vec_type;
|
D | affine.hpp | 153 typedef _Tp channel_type; typedef in cv::DataType 156 depth = DataType<channel_type>::depth, 158 fmt = DataType<channel_type>::fmt + ((channels - 1) << 8), 162 typedef Vec<channel_type, channels> vec_type;
|
D | mat.hpp | 1948 typedef typename DataType<_Tp>::channel_type channel_type; typedef in cv::Mat_ 1984 …template<int n> explicit Mat_(const Vec<typename DataType<_Tp>::channel_type, n>& vec, bool copyDa… 1985 …template<int m, int n> explicit Mat_(const Matx<typename DataType<_Tp>::channel_type, m, n>& mtx, … 1986 explicit Mat_(const Point_<typename DataType<_Tp>::channel_type>& pt, bool copyData=true); 1987 explicit Mat_(const Point3_<typename DataType<_Tp>::channel_type>& pt, bool copyData=true); 2083 template<int n> operator Vec<typename DataType<_Tp>::channel_type, n>() const; 2085 template<int m, int n> operator Matx<typename DataType<_Tp>::channel_type, m, n>() const;
|
D | matx.hpp | 236 typedef _Tp channel_type; typedef in cv::DataType 240 depth = DataType<channel_type>::depth, 242 fmt = DataType<channel_type>::fmt + ((channels - 1) << 8), 394 typedef _Tp channel_type; typedef in cv::DataType 398 depth = DataType<channel_type>::depth, 400 fmt = DataType<channel_type>::fmt + ((channels - 1) << 8),
|
D | mat.inl.hpp | 1273 Mat_<_Tp>::Mat_(const Vec<typename DataType<_Tp>::channel_type, n>& vec, bool copyData) in Mat_() argument 1282 Mat_<_Tp>::Mat_(const Matx<typename DataType<_Tp>::channel_type, m, n>& M, bool copyData) in Mat_() argument 1291 Mat_<_Tp>::Mat_(const Point_<typename DataType<_Tp>::channel_type>& pt, bool copyData) in Mat_() 1300 Mat_<_Tp>::Mat_(const Point3_<typename DataType<_Tp>::channel_type>& pt, bool copyData) in Mat_() 1586 Mat_<_Tp>::operator Vec<typename DataType<_Tp>::channel_type, n>() const in operator Vec<typename DataType<_Tp>::channel_type,n>() 1589 return this->Mat::operator Vec<typename DataType<_Tp>::channel_type, n>(); in operator Vec<typename DataType<_Tp>::channel_type,n>() 1593 Mat_<_Tp>::operator Matx<typename DataType<_Tp>::channel_type, m, n>() const in operator Matx<typename DataType<_Tp>::channel_type,m,n>() 1597 …Matx<typename DataType<_Tp>::channel_type, m, n> res = this->Mat::operator Matx<typename DataType<… in operator Matx<typename DataType<_Tp>::channel_type,m,n>()
|
/external/opencv3/modules/cudev/include/opencv2/cudev/util/ |
D | vec_traits.hpp | 196 typedef value_type channel_type; typedef in cv::DataType 212 typedef _depth_type channel_type; \ 215 depth = DataType<channel_type>::depth, \ 217 fmt = DataType<channel_type>::fmt + ((channels - 1) << 8), \ 264 typedef schar channel_type; typedef in cv::DataType 268 depth = DataType<channel_type>::depth, 270 fmt = DataType<channel_type>::fmt + ((channels - 1) << 8), 280 typedef schar channel_type; typedef in cv::DataType 284 depth = DataType<channel_type>::depth, 286 fmt = DataType<channel_type>::fmt + ((channels - 1) << 8), [all …]
|
/external/iw/ |
D | interface.c | 270 static char *channel_type_name(enum nl80211_channel_type channel_type) in channel_type_name() argument 272 switch (channel_type) { in channel_type_name() 364 enum nl80211_channel_type channel_type; in print_iface_handler() local 366 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()
|
/external/opencv3/modules/imgproc/src/ |
D | color.cpp | 172 typedef typename Cvt::channel_type _Tp; 549 typedef _Tp channel_type; typedef 592 typedef uchar channel_type; typedef 729 typedef uchar channel_type; typedef 839 typedef uchar channel_type; typedef 935 typedef _Tp channel_type; typedef 962 typedef uchar channel_type; typedef 1083 typedef uchar channel_type; typedef 1254 typedef _Tp channel_type; typedef 1277 typedef uchar channel_type; typedef [all …]
|
/external/webrtc/talk/session/media/ |
D | channelmanager.cc | 371 DataChannelType channel_type) { in CreateDataChannel() argument 374 content_name, rtcp, channel_type)); in CreateDataChannel()
|
/external/ImageMagick/MagickCore/ |
D | channel.c | 657 const ChannelType channel_type,ExceptionInfo *exception) in SeparateImage() argument 748 (GetChannelBit(channel_type,channel) == 0)) in SeparateImage()
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CPP/ |
D | CPP.stg | 121 typedef antlr3::channel_type channel_type; 531 channel_type channel = antlr3::Token::DEFAULT_CHANNEL;
|
/external/opencv3/modules/python/src2/ |
D | cv2.cpp | 748 typedef typename DataType<_Tp>::channel_type _Cp; in to()
|
/external/opencv3/modules/core/src/ |
D | stat.cpp | 56 typedef typename DataType<T>::channel_type T1; in rawToScalar()
|