Home
last modified time | relevance | path

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

/external/webrtc/talk/app/webrtc/
Dsctputils.cc82 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 …]
Dsctputils_unittest.cc38 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/
Dtraits.hpp111 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
Dtypes.hpp97 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 …]
Dcvstd.inl.hpp63 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;
Daffine.hpp153 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;
Dmat.hpp1948 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;
Dmatx.hpp236 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),
Dmat.inl.hpp1273 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/
Dvec_traits.hpp196 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/
Dinterface.c270 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/
Dcolor.cpp172 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/
Dchannelmanager.cc371 DataChannelType channel_type) { in CreateDataChannel() argument
374 content_name, rtcp, channel_type)); in CreateDataChannel()
/external/ImageMagick/MagickCore/
Dchannel.c657 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/
DCPP.stg121 typedef antlr3::channel_type channel_type;
531 channel_type channel = antlr3::Token::DEFAULT_CHANNEL;
/external/opencv3/modules/python/src2/
Dcv2.cpp748 typedef typename DataType<_Tp>::channel_type _Cp; in to()
/external/opencv3/modules/core/src/
Dstat.cpp56 typedef typename DataType<T>::channel_type T1; in rawToScalar()