HomeSort by relevance Sort by last modified time
    Searched defs:channel_type (Results 1 - 14 of 14) sorted by null

  /external/opencv3/modules/core/include/opencv2/core/
traits.hpp 75 typedef uchar channel_type;
76 enum { channel_type = CV_8U, channels = 1, fmt='u', type = CV_8U };
83 typedef _Tp channel_type;
111 typedef value_type channel_type; typedef in class:cv::DataType
126 typedef value_type channel_type; typedef in class:cv::DataType
141 typedef value_type channel_type; typedef in class:cv::DataType
156 typedef value_type channel_type; typedef in class:cv::DataType
171 typedef value_type channel_type; typedef in class:cv::DataType
186 typedef value_type channel_type; typedef in class:cv::DataType
201 typedef value_type channel_type; typedef in class:cv::DataType
216 typedef value_type channel_type; typedef in class:cv::DataType
231 typedef value_type channel_type; typedef in class:cv::DataType
246 typedef value_type channel_type; typedef in class:cv::DataType
    [all...]
cvstd.inl.hpp 63 typedef _Tp channel_type; typedef in class: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;
affine.hpp 153 typedef _Tp channel_type; typedef in class: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;
mat.inl.hpp     [all...]
matx.hpp 236 typedef _Tp channel_type; typedef in class:cv::DataType
240 depth = DataType<channel_type>::depth,
242 fmt = DataType<channel_type>::fmt + ((channels - 1) << 8),
394 typedef _Tp channel_type; typedef in class:cv::DataType
398 depth = DataType<channel_type>::depth,
400 fmt = DataType<channel_type>::fmt + ((channels - 1) << 8),
    [all...]
types.hpp 97 typedef _Tp channel_type; typedef in class: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 class: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 class:cv::DataType
258 depth = DataType<channel_type>::depth
315 typedef _Tp channel_type; typedef in class:cv::DataType
416 typedef _Tp channel_type; typedef in class:cv::DataType
492 typedef float channel_type; typedef in class:cv::DataType
548 typedef int channel_type; typedef in class:cv::DataType
604 typedef _Tp channel_type; typedef in class:cv::DataType
707 typedef float channel_type; typedef in class:cv::DataType
750 typedef int channel_type; typedef in class:cv::DataType
872 typedef double channel_type; typedef in class:cv::DataType
    [all...]
mat.hpp 1948 typedef typename DataType<_Tp>::channel_type channel_type; typedef in class:cv::Mat_
    [all...]
  /external/webrtc/talk/app/webrtc/
sctputils_unittest.cc 38 uint8_t channel_type; local
48 ASSERT_TRUE(buffer.ReadUInt8(&channel_type));
52 channel_type);
56 channel_type);
sctputils.cc 82 uint8_t channel_type; local
83 if (!buffer.ReadUInt8(&channel_type)) {
118 switch (channel_type) {
127 switch (channel_type) {
160 uint8_t channel_type = 0; local
165 channel_type = DCOMCT_ORDERED_PARTIAL_RTXS;
168 channel_type = DCOMCT_ORDERED_PARTIAL_TIME;
171 channel_type = DCOMCT_ORDERED_RELIABLE;
175 channel_type = DCOMCT_UNORDERED_PARTIAL_RTXS;
178 channel_type = DCOMCT_UNORDERED_PARTIAL_TIME
    [all...]
  /external/opencv3/modules/cudev/include/opencv2/cudev/util/
vec_traits.hpp 196 typedef value_type channel_type; typedef in class: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 class:cv::DataType
268 depth = DataType<channel_type>::depth,
270 fmt = DataType<channel_type>::fmt + ((channels - 1) << 8),
280 typedef schar channel_type; typedef in class:cv::DataType
284 depth = DataType<channel_type>::depth,
286 fmt = DataType<channel_type>::fmt + ((channels - 1) << 8)
296 typedef schar channel_type; typedef in class:cv::DataType
312 typedef schar channel_type; typedef in class:cv::DataType
    [all...]
  /external/iw/
interface.c 270 static char *channel_type_name(enum nl80211_channel_type channel_type)
272 switch (channel_type) {
364 enum nl80211_channel_type channel_type; local
366 channel_type = nla_get_u32(tb_msg[NL80211_ATTR_WIPHY_CHANNEL_TYPE]);
367 printf(" %s", channel_type_name(channel_type));
  /hardware/libhardware/include/hardware/
bt_hl.h 58 bthl_channel_type_t channel_type; member in struct:__anon30745
  /system/bt/btif/include/
btif_hl.h 238 tBTA_HL_DCH_CFG channel_type[BTA_HL_NUM_MDEPS]; member in struct:__anon73325
  /external/opencv3/modules/imgproc/src/
color.cpp 172 typedef typename Cvt::channel_type _Tp;
549 typedef _Tp channel_type; typedef in struct:cv::RGB2RGB
592 typedef uchar channel_type; typedef in struct:cv::RGB2RGB
729 typedef uchar channel_type; typedef in struct:cv::RGB5x52RGB
839 typedef uchar channel_type; typedef in struct:cv::RGB2RGB5x5
935 typedef _Tp channel_type; typedef in struct:cv::Gray2RGB
962 typedef uchar channel_type; typedef in struct:cv::Gray2RGB5x5
1083 typedef uchar channel_type; typedef in struct:cv::RGB5x52Gray
1254 typedef _Tp channel_type; typedef in struct:cv::RGB2Gray
1277 typedef uchar channel_type; typedef in struct:cv::RGB2Gray
1310 typedef ushort channel_type; typedef in struct:cv::RGB2Gray
1401 typedef float channel_type; typedef in struct:cv::RGB2Gray
1471 typedef ushort channel_type; typedef in struct:cv::RGB2Gray
1585 typedef float channel_type; typedef in struct:cv::RGB2Gray
1681 typedef ushort channel_type; typedef in struct:cv::RGB2Gray
1707 typedef _Tp channel_type; typedef in struct:cv::RGB2YCrCb_f
1739 typedef float channel_type; typedef in struct:cv::RGB2YCrCb_f
1804 typedef float channel_type; typedef in struct:cv::RGB2YCrCb_f
1900 typedef _Tp channel_type; typedef in struct:cv::RGB2YCrCb_i
1934 typedef uchar channel_type; typedef in struct:cv::RGB2YCrCb_i
2028 typedef ushort channel_type; typedef in struct:cv::RGB2YCrCb_i
2151 typedef uchar channel_type; typedef in struct:cv::RGB2YCrCb_i
2301 typedef ushort channel_type; typedef in struct:cv::RGB2YCrCb_i
2431 typedef _Tp channel_type; typedef in struct:cv::YCrCb2RGB_f
2469 typedef float channel_type; typedef in struct:cv::YCrCb2RGB_f
2542 typedef float channel_type; typedef in struct:cv::YCrCb2RGB_f
2653 typedef _Tp channel_type; typedef in struct:cv::YCrCb2RGB_i
2694 typedef uchar channel_type; typedef in struct:cv::YCrCb2RGB_i
2799 typedef ushort channel_type; typedef in struct:cv::YCrCb2RGB_i
2941 typedef uchar channel_type; typedef in struct:cv::YCrCb2RGB_i
3134 typedef _Tp channel_type; typedef in struct:cv::RGB2XYZ_f
3171 typedef float channel_type; typedef in struct:cv::RGB2XYZ_f
3242 typedef float channel_type; typedef in struct:cv::RGB2XYZ_f
3353 typedef _Tp channel_type; typedef in struct:cv::RGB2XYZ_i
3398 typedef uchar channel_type; typedef in struct:cv::RGB2XYZ_i
3504 typedef ushort channel_type; typedef in struct:cv::RGB2XYZ_i
3637 typedef _Tp channel_type; typedef in struct:cv::XYZ2RGB_f
3678 typedef float channel_type; typedef in struct:cv::XYZ2RGB_f
3800 typedef _Tp channel_type; typedef in struct:cv::XYZ2RGB_i
3849 typedef uchar channel_type; typedef in struct:cv::XYZ2RGB_i
3967 typedef ushort channel_type; typedef in struct:cv::XYZ2RGB_i
4122 typedef uchar channel_type; typedef in struct:cv::RGB2HSV_b
6630 typedef _Tp channel_type; typedef in struct:RGBA2mRGBA
6655 typedef _Tp channel_type; typedef in struct:mRGBA2RGBA
    [all...]

Completed in 1677 milliseconds