Home
last modified time | relevance | path

Searched refs:DataType (Results 1 – 25 of 38) sorted by relevance

12

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/
H A Dtraits.hpp112 template<typename _Tp> class DataType class
129 template<> class DataType<bool> class
144 template<> class DataType<uchar> class
159 template<> class DataType<schar> class
174 template<> class DataType<char> class
189 template<> class DataType<ushort> class
204 template<> class DataType<short> class
219 template<> class DataType<int> class
234 template<> class DataType<float> class
249 template<> class DataType<double> class
[all …]
H A Dtypes.hpp93 template<typename _Tp> class DataType< Complex<_Tp> > class
102 fmt = DataType<channel_type>::fmt + ((channels - 1) << 8)
104 ,depth = DataType<channel_type>::depth
194 template<typename _Tp> class DataType< Point_<_Tp> > class
198 typedef Point_<typename DataType<_Tp>::work_type> work_type;
205 ,depth = DataType<channel_type>::depth
274 template<typename _Tp> class DataType< Point3_<_Tp> > class
278 typedef Point3_<typename DataType<_Tp>::work_type> work_type;
285 ,depth = DataType<channel_type>::depth
345 template<typename _Tp> class DataType< Size_<_Tp> > class
[all …]
H A Dmat.inl.hpp1179 CV_DbgAssert((unsigned)(i1 * DataType<_Tp>::channels) < (unsigned)(size.p[1] * channels())); in at()
1190 CV_DbgAssert((unsigned)(i1 * DataType<_Tp>::channels) < (unsigned)(size.p[1] * channels())); in at()
1201 CV_DbgAssert((unsigned)(pt.x * DataType<_Tp>::channels) < (unsigned)(size.p[1] * channels())); in at()
1212 CV_DbgAssert((unsigned)(pt.x * DataType<_Tp>::channels) < (unsigned)(size.p[1] * channels())); in at()
1680 Mat_<_Tp>::Mat_(const Vec<typename DataType<_Tp>::channel_type, n>& vec, bool copyData) in Mat_()
1681 : Mat(n / DataType<_Tp>::channels, 1, traits::Type<_Tp>::value, (void*)&vec) in Mat_()
1683 CV_Assert(n%DataType<_Tp>::channels == 0); in Mat_()
1689 Mat_<_Tp>::Mat_(const Matx<typename DataType<_Tp>::channel_type, m, n>& M, bool copyData) in Mat_()
1690 : Mat(m, n / DataType<_Tp>::channels, traits::Type<_Tp>::value, (void*)&M) in Mat_()
1692 CV_Assert(n % DataType<_Tp>::channels == 0); in Mat_()
[all …]
H A Dcvstd.inl.hpp60 template<typename _Tp> class DataType< std::complex<_Tp> > class
68 depth = DataType<channel_type>::depth,
70 fmt = DataType<channel_type>::fmt + ((channels - 1) << 8),
H A Dmatx.hpp257 template<typename _Tp, int m, int n> class DataType< Matx<_Tp, m, n> > class
261 typedef Matx<typename DataType<_Tp>::work_type, m, n> work_type;
269 ,depth = DataType<channel_type>::depth
434 template<typename _Tp, int cn> class DataType< Vec<_Tp, cn> > class
438 typedef Vec<typename DataType<_Tp>::work_type, cn> work_type;
444 fmt = DataType<channel_type>::fmt + ((channels - 1) << 8),
446 depth = DataType<channel_type>::depth,
926 return (double)normInf<_Tp, typename DataType<_Tp>::work_type>(M.val, m*n); in norm()
928 return (double)normL1<_Tp, typename DataType<_Tp>::work_type>(M.val, m*n); in norm()
930 return (double)normL2Sqr<_Tp, typename DataType<_Tp>::work_type>(M.val, m*n); in norm()
[all …]
H A Daffine.hpp296 template<typename _Tp> class DataType< Affine3<_Tp> > class
300 typedef Affine3<typename DataType<_Tp>::work_type> work_type;
307 ,depth = DataType<channel_type>::depth
H A Dmat.hpp2206 typedef typename DataType<_Tp>::channel_type channel_type;
2244 …template<int n> explicit Mat_(const Vec<typename DataType<_Tp>::channel_type, n>& vec, bool copyDa…
2245 …template<int m, int n> explicit Mat_(const Matx<typename DataType<_Tp>::channel_type, m, n>& mtx, …
2246 explicit Mat_(const Point_<typename DataType<_Tp>::channel_type>& pt, bool copyData=true);
2247 explicit Mat_(const Point3_<typename DataType<_Tp>::channel_type>& pt, bool copyData=true);
2361 template<int n> operator Vec<typename DataType<_Tp>::channel_type, n>() const;
2363 template<int m, int n> operator Matx<typename DataType<_Tp>::channel_type, m, n>() const;
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/
H A Dtraits.hpp112 template<typename _Tp> class DataType class
129 template<> class DataType<bool> class
144 template<> class DataType<uchar> class
159 template<> class DataType<schar> class
174 template<> class DataType<char> class
189 template<> class DataType<ushort> class
204 template<> class DataType<short> class
219 template<> class DataType<int> class
234 template<> class DataType<float> class
249 template<> class DataType<double> class
[all …]
H A Dtypes.hpp93 template<typename _Tp> class DataType< Complex<_Tp> > class
102 fmt = DataType<channel_type>::fmt + ((channels - 1) << 8)
104 ,depth = DataType<channel_type>::depth
194 template<typename _Tp> class DataType< Point_<_Tp> > class
198 typedef Point_<typename DataType<_Tp>::work_type> work_type;
205 ,depth = DataType<channel_type>::depth
274 template<typename _Tp> class DataType< Point3_<_Tp> > class
278 typedef Point3_<typename DataType<_Tp>::work_type> work_type;
285 ,depth = DataType<channel_type>::depth
345 template<typename _Tp> class DataType< Size_<_Tp> > class
[all …]
H A Dmat.inl.hpp1179 CV_DbgAssert((unsigned)(i1 * DataType<_Tp>::channels) < (unsigned)(size.p[1] * channels())); in at()
1190 CV_DbgAssert((unsigned)(i1 * DataType<_Tp>::channels) < (unsigned)(size.p[1] * channels())); in at()
1201 CV_DbgAssert((unsigned)(pt.x * DataType<_Tp>::channels) < (unsigned)(size.p[1] * channels())); in at()
1212 CV_DbgAssert((unsigned)(pt.x * DataType<_Tp>::channels) < (unsigned)(size.p[1] * channels())); in at()
1680 Mat_<_Tp>::Mat_(const Vec<typename DataType<_Tp>::channel_type, n>& vec, bool copyData) in Mat_()
1681 : Mat(n / DataType<_Tp>::channels, 1, traits::Type<_Tp>::value, (void*)&vec) in Mat_()
1683 CV_Assert(n%DataType<_Tp>::channels == 0); in Mat_()
1689 Mat_<_Tp>::Mat_(const Matx<typename DataType<_Tp>::channel_type, m, n>& M, bool copyData) in Mat_()
1690 : Mat(m, n / DataType<_Tp>::channels, traits::Type<_Tp>::value, (void*)&M) in Mat_()
1692 CV_Assert(n % DataType<_Tp>::channels == 0); in Mat_()
[all …]
H A Dcvstd.inl.hpp60 template<typename _Tp> class DataType< std::complex<_Tp> > class
68 depth = DataType<channel_type>::depth,
70 fmt = DataType<channel_type>::fmt + ((channels - 1) << 8),
H A Dmatx.hpp257 template<typename _Tp, int m, int n> class DataType< Matx<_Tp, m, n> > class
261 typedef Matx<typename DataType<_Tp>::work_type, m, n> work_type;
269 ,depth = DataType<channel_type>::depth
434 template<typename _Tp, int cn> class DataType< Vec<_Tp, cn> > class
438 typedef Vec<typename DataType<_Tp>::work_type, cn> work_type;
444 fmt = DataType<channel_type>::fmt + ((channels - 1) << 8),
446 depth = DataType<channel_type>::depth,
926 return (double)normInf<_Tp, typename DataType<_Tp>::work_type>(M.val, m*n); in norm()
928 return (double)normL1<_Tp, typename DataType<_Tp>::work_type>(M.val, m*n); in norm()
930 return (double)normL2Sqr<_Tp, typename DataType<_Tp>::work_type>(M.val, m*n); in norm()
[all …]
H A Daffine.hpp296 template<typename _Tp> class DataType< Affine3<_Tp> > class
300 typedef Affine3<typename DataType<_Tp>::work_type> work_type;
307 ,depth = DataType<channel_type>::depth
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/
H A Dtraits.hpp112 template<typename _Tp> class DataType class
129 template<> class DataType<bool> class
144 template<> class DataType<uchar> class
159 template<> class DataType<schar> class
174 template<> class DataType<char> class
189 template<> class DataType<ushort> class
204 template<> class DataType<short> class
219 template<> class DataType<int> class
234 template<> class DataType<float> class
249 template<> class DataType<double> class
[all …]
H A Dtypes.hpp93 template<typename _Tp> class DataType< Complex<_Tp> > class
102 fmt = DataType<channel_type>::fmt + ((channels - 1) << 8)
104 ,depth = DataType<channel_type>::depth
194 template<typename _Tp> class DataType< Point_<_Tp> > class
198 typedef Point_<typename DataType<_Tp>::work_type> work_type;
205 ,depth = DataType<channel_type>::depth
274 template<typename _Tp> class DataType< Point3_<_Tp> > class
278 typedef Point3_<typename DataType<_Tp>::work_type> work_type;
285 ,depth = DataType<channel_type>::depth
345 template<typename _Tp> class DataType< Size_<_Tp> > class
[all …]
H A Dmat.inl.hpp1179 CV_DbgAssert((unsigned)(i1 * DataType<_Tp>::channels) < (unsigned)(size.p[1] * channels())); in at()
1190 CV_DbgAssert((unsigned)(i1 * DataType<_Tp>::channels) < (unsigned)(size.p[1] * channels())); in at()
1201 CV_DbgAssert((unsigned)(pt.x * DataType<_Tp>::channels) < (unsigned)(size.p[1] * channels())); in at()
1212 CV_DbgAssert((unsigned)(pt.x * DataType<_Tp>::channels) < (unsigned)(size.p[1] * channels())); in at()
1680 Mat_<_Tp>::Mat_(const Vec<typename DataType<_Tp>::channel_type, n>& vec, bool copyData) in Mat_()
1681 : Mat(n / DataType<_Tp>::channels, 1, traits::Type<_Tp>::value, (void*)&vec) in Mat_()
1683 CV_Assert(n%DataType<_Tp>::channels == 0); in Mat_()
1689 Mat_<_Tp>::Mat_(const Matx<typename DataType<_Tp>::channel_type, m, n>& M, bool copyData) in Mat_()
1690 : Mat(m, n / DataType<_Tp>::channels, traits::Type<_Tp>::value, (void*)&M) in Mat_()
1692 CV_Assert(n % DataType<_Tp>::channels == 0); in Mat_()
[all …]
H A Dcvstd.inl.hpp60 template<typename _Tp> class DataType< std::complex<_Tp> > class
68 depth = DataType<channel_type>::depth,
70 fmt = DataType<channel_type>::fmt + ((channels - 1) << 8),
H A Dmatx.hpp257 template<typename _Tp, int m, int n> class DataType< Matx<_Tp, m, n> > class
261 typedef Matx<typename DataType<_Tp>::work_type, m, n> work_type;
269 ,depth = DataType<channel_type>::depth
434 template<typename _Tp, int cn> class DataType< Vec<_Tp, cn> > class
438 typedef Vec<typename DataType<_Tp>::work_type, cn> work_type;
444 fmt = DataType<channel_type>::fmt + ((channels - 1) << 8),
446 depth = DataType<channel_type>::depth,
926 return (double)normInf<_Tp, typename DataType<_Tp>::work_type>(M.val, m*n); in norm()
928 return (double)normL1<_Tp, typename DataType<_Tp>::work_type>(M.val, m*n); in norm()
930 return (double)normL2Sqr<_Tp, typename DataType<_Tp>::work_type>(M.val, m*n); in norm()
[all …]
H A Daffine.hpp296 template<typename _Tp> class DataType< Affine3<_Tp> > class
300 typedef Affine3<typename DataType<_Tp>::work_type> work_type;
307 ,depth = DataType<channel_type>::depth
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/gl/
H A Dattribute.hpp21 template <> struct DataTypeOf< int8_t> : std::integral_constant<DataType, DataType::Byte> {};
22 template <> struct DataTypeOf<uint8_t> : std::integral_constant<DataType, DataType::UnsignedByte> …
23 template <> struct DataTypeOf< int16_t> : std::integral_constant<DataType, DataType::Short> {};
24 template <> struct DataTypeOf<uint16_t> : std::integral_constant<DataType, DataType::UnsignedShort>…
25 template <> struct DataTypeOf< int32_t> : std::integral_constant<DataType, DataType::Integer> {};
26 template <> struct DataTypeOf<uint32_t> : std::integral_constant<DataType, DataType::UnsignedIntege…
27 template <> struct DataTypeOf<float> : std::integral_constant<DataType, DataType::Float> {};
31 DataType attributeType;
H A Dcontext.cpp18 static_assert(underlying_type(DataType::Byte) == GL_BYTE, "OpenGL type mismatch");
19 static_assert(underlying_type(DataType::UnsignedByte) == GL_UNSIGNED_BYTE, "OpenGL type mismatch");
20 static_assert(underlying_type(DataType::Short) == GL_SHORT, "OpenGL type mismatch");
21 static_assert(underlying_type(DataType::UnsignedShort) == GL_UNSIGNED_SHORT, "OpenGL type mismatch"…
22 static_assert(underlying_type(DataType::Integer) == GL_INT, "OpenGL type mismatch");
23 static_assert(underlying_type(DataType::UnsignedInteger) == GL_UNSIGNED_INT, "OpenGL type mismatch"…
24 static_assert(underlying_type(DataType::Float) == GL_FLOAT, "OpenGL type mismatch");
H A Dtypes.hpp35 enum class DataType : uint16_t { enum
/OK3568_Linux_fs/kernel/include/linux/netfilter/
H A Dnf_conntrack_h323_types.h82 typedef struct DataType { /* CHOICE */ struct
97 } DataType; typedef
183 DataType dataType;
/OK3568_Linux_fs/buildroot/package/mongodb/
H A D0001-ssl_manager.cpp-fix-build-with-gcc-7-and-fpermissive.patch35 @@ -799,7 +799,7 @@ struct DataType::Handler<DERToken> {
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb/
H A D1296.patch36 @@ -827,7 +827,7 @@ struct DataType::Handler<DERToken> {

12