HomeSort by relevance Sort by last modified time
    Searched defs:DataType (Results 1 - 25 of 58) sorted by null

1 2 3

  /external/ImageMagick/MagickCore/
mime-private.h 32 } DataType;
  /external/opencv3/modules/core/include/opencv2/core/
traits.hpp 66 The DataType class is basically used to provide a description of such primitive data types without
69 DataType itself that is used but its specialized versions, such as:
71 template<> class DataType<uchar>
79 template<typename _Tp> DataType<std::complex<_Tp> >
95 Mat A(30, 40, DataType<float>::type);
103 defines the proper specialized template class DataType\<complex\<_Tp\> \> . This mechanism is also
106 template<typename _Tp> class DataType
121 template<> class DataType<bool>
136 template<> class DataType<uchar>
151 template<> class DataType<schar
    [all...]
cvstd.inl.hpp 58 template<typename _Tp> class DataType< std::complex<_Tp> >
66 depth = DataType<channel_type>::depth,
68 fmt = DataType<channel_type>::fmt + ((channels - 1) << 8),
affine.hpp 148 template<typename _Tp> class DataType< Affine3<_Tp> >
152 typedef Affine3<typename DataType<_Tp>::work_type> work_type;
156 depth = DataType<channel_type>::depth,
158 fmt = DataType<channel_type>::fmt + ((channels - 1) << 8),
205 CV_Assert(data.type() == cv::DataType<T>::type);
277 CV_Assert(data.type() == cv::DataType<T>::type);
491 cv::Mat(4, 4, cv::DataType<T>::type, affine.matrix().data()).copyTo(matrix);
498 cv::Mat(4, 4, cv::DataType<T>::type, a.matrix().data()).copyTo(matrix);
505 cv::Mat hdr(4, 4, cv::DataType<T>::type, r.matrix().data());
mat.inl.hpp 78 { init(FIXED_TYPE + STD_VECTOR + DataType<_Tp>::type + ACCESS_READ, &vec); }
82 { init(FIXED_TYPE + STD_BOOL_VECTOR + DataType<bool>::type + ACCESS_READ, &vec); }
86 { init(FIXED_TYPE + STD_VECTOR_VECTOR + DataType<_Tp>::type + ACCESS_READ, &vec); }
90 { init(FIXED_TYPE + STD_VECTOR_MAT + DataType<_Tp>::type + ACCESS_READ, &vec); }
94 { init(FIXED_TYPE + FIXED_SIZE + MATX + DataType<_Tp>::type + ACCESS_READ, &mtx, Size(n, m)); }
98 { init(FIXED_TYPE + FIXED_SIZE + MATX + DataType<_Tp>::type + ACCESS_READ, vec, Size(n, 1)); }
102 { init(FIXED_TYPE + MAT + DataType<_Tp>::type + ACCESS_READ, &m); }
145 { init(FIXED_TYPE + STD_VECTOR + DataType<_Tp>::type + ACCESS_WRITE, &vec); }
153 { init(FIXED_TYPE + STD_VECTOR_VECTOR + DataType<_Tp>::type + ACCESS_WRITE, &vec); }
157 { init(FIXED_TYPE + STD_VECTOR_MAT + DataType<_Tp>::type + ACCESS_WRITE, &vec);
    [all...]
matx.hpp 89 enum { depth = DataType<_Tp>::depth,
231 template<typename _Tp, int m, int n> class DataType< Matx<_Tp, m, n> >
235 typedef Matx<typename DataType<_Tp>::work_type, m, n> work_type;
240 depth = DataType<channel_type>::depth,
242 fmt = DataType<channel_type>::fmt + ((channels - 1) << 8),
389 template<typename _Tp, int cn> class DataType< Vec<_Tp, cn> >
393 typedef Vec<typename DataType<_Tp>::work_type, cn> work_type;
398 depth = DataType<channel_type>::depth,
400 fmt = DataType<channel_type>::fmt + ((channels - 1) << 8),
841 return normType == NORM_INF ? (double)normInf<_Tp, typename DataType<_Tp>::work_type>(M.val, m*n)
    [all...]
types.hpp 92 template<typename _Tp> class DataType< Complex<_Tp> >
100 depth = DataType<channel_type>::depth,
102 fmt = DataType<channel_type>::fmt + ((channels - 1) << 8),
183 template<typename _Tp> class DataType< Point_<_Tp> >
187 typedef Point_<typename DataType<_Tp>::work_type> work_type;
191 depth = DataType<channel_type>::depth,
193 fmt = DataType<channel_type>::fmt + ((channels - 1) << 8),
250 template<typename _Tp> class DataType< Point3_<_Tp> >
254 typedef Point3_<typename DataType<_Tp>::work_type> work_type;
258 depth = DataType<channel_type>::depth
    [all...]
  /external/mesa3d/src/mesa/program/
prog_parameter.h 75 GLenum DataType; /**< GL_FLOAT, GL_FLOAT_VEC2, etc */
131 GLuint size, GLenum datatype,
148 GLenum datatype, GLuint *swizzleOut);
157 const char *name, GLuint size, GLenum datatype,
162 const char *name, GLint size, GLenum datatype, GLint attrib);
  /external/opencv3/modules/cudev/include/opencv2/cudev/util/
vec_traits.hpp 187 // DataType
191 template <> class DataType<uint>
207 template <> class DataType< _depth_type ## _channel_num > \
215 depth = DataType<channel_type>::depth, \
217 fmt = DataType<channel_type>::fmt + ((channels - 1) << 8), \
259 template<> class DataType<char1>
268 depth = DataType<channel_type>::depth,
270 fmt = DataType<channel_type>::fmt + ((channels - 1) << 8),
275 template<> class DataType<char2>
284 depth = DataType<channel_type>::depth
    [all...]
  /external/gemmlowp/internal/
output.h 52 // with DataType=int32x4_t, Rows=4, Cols=1. MapOrder doesn't matter for
58 typedef tDataType DataType;
64 Fragment(const DataType& d) : data(d) {}
65 operator DataType() const { return data; }
67 DataType data;
232 typedef typename InputType::DataType DataType;
252 ToFixedPoint<DataType, 0>(inverse_amplitude_normalized_double);
261 ToFixedPoint<DataType, 0>(amplitude_normalized_double);
267 typedef FixedPoint<DataType, 3> F3
    [all...]
  /external/libchrome/dbus/
message.h 67 enum DataType {
466 Message::DataType GetDataType();
  /external/mesa3d/src/mesa/main/
formats.c 55 GLenum DataType;
86 GL_NONE, /* DataType */
95 GL_UNSIGNED_NORMALIZED, /* DataType */
104 GL_UNSIGNED_NORMALIZED, /* DataType */
113 GL_UNSIGNED_NORMALIZED, /* DataType */
122 GL_UNSIGNED_NORMALIZED, /* DataType */
131 GL_UNSIGNED_NORMALIZED, /* DataType */
140 GL_UNSIGNED_NORMALIZED, /* DataType */
149 GL_UNSIGNED_NORMALIZED, /* DataType */
158 GL_UNSIGNED_NORMALIZED, /* DataType */
1955 GLenum datatype = 0; local
    [all...]
  /external/skia/experimental/Networking/
SkSockets.h 36 enum DataType {
58 int writePacket(void* data, size_t size, DataType type = kPipeAppend_type);
74 DataType type, void*), void* context);
97 DataType type;
  /external/clang/include/clang/AST/
APValue.h 114 UnionData, AddrLabelDiffData> DataType;
115 static const size_t DataSize = sizeof(DataType);
117 DataType Data;
  /external/mesa3d/src/mesa/drivers/osmesa/
osmesa.c 79 GLenum DataType;
418 if (osmesa->DataType == GL_UNSIGNED_BYTE) {
424 else if (osmesa->DataType == GL_UNSIGNED_SHORT) {
432 if (osmesa->DataType == GL_UNSIGNED_BYTE) {
438 else if (osmesa->DataType == GL_UNSIGNED_SHORT) {
448 if (osmesa->DataType == GL_UNSIGNED_BYTE) {
454 else if (osmesa->DataType == GL_UNSIGNED_SHORT) {
464 if (osmesa->DataType == GL_UNSIGNED_BYTE) {
467 else if (osmesa->DataType == GL_UNSIGNED_SHORT) {
477 if (osmesa->DataType == GL_UNSIGNED_BYTE)
    [all...]
  /external/llvm/include/llvm/Support/
CommandLine.h 369 template <class DataType> struct OptionValue;
373 template <class DataType, bool isClass>
376 typedef OptionValue<DataType> WrapperType;
380 const DataType &getValue() const { llvm_unreachable("no default value"); }
385 bool compare(const DataType & /*V*/) const { return false; }
396 template <class DataType> class OptionValueCopy : public GenericOptionValue {
397 DataType Value;
410 const DataType &getValue() const {
415 void setValue(const DataType &V) {
420 bool compare(const DataType &V) const { return Valid && (Value != V);
    [all...]
  /external/deqp/modules/glshared/
glsStateQueryUtil.hpp 305 enum DataType
348 DataType getType (void) const;
364 DataType m_type;
  /external/ImageMagick/coders/
mat.c 103 unsigned long DataType;
899 MATLAB_HDR.DataType = ReadBlobXXXLong(image);
907 if(MATLAB_HDR.DataType == miCOMPRESSED)
911 MATLAB_HDR.DataType = ReadBlobXXXLong(image2); /* replace compressed object type. */
915 if(MATLAB_HDR.DataType!=miMATRIX) continue; /* skip another objects. */
    [all...]
  /external/deqp/framework/opengl/
gluShaderUtil.hpp 95 // DataType
97 enum DataType
196 const char* getDataTypeName (DataType dataType);
197 int getDataTypeScalarSize (DataType dataType);
198 DataType getDataTypeScalarType (DataType dataType);
199 DataType getDataTypeFloatScalars (DataType dataType)
    [all...]
  /frameworks/compile/slang/
slang_rs_export_type.h 96 // From graphics/java/android/renderscript/Element.java: Element.DataType
108 enum DataType {
317 DataType mType;
320 typedef llvm::StringMap<DataType> RSSpecificTypeMapTy;
338 DataType DT,
347 static DataType GetDataType(RSContext *Context, const clang::Type *T);
358 static DataType GetRSSpecificType(const llvm::StringRef &TypeName);
359 static DataType GetRSSpecificType(const clang::Type *T);
361 static bool IsRSMatrixType(DataType DT);
362 static bool IsRSObjectType(DataType DT)
    [all...]
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
Element.java 40 * android.support.v8.renderscript.Element.DataType} and a {@link
41 * android.support.v8.renderscript.Element.DataKind}. The DataType encodes C
69 DataType mType;
115 * DataType represents the basic type information for a basic element. The
130 public enum DataType {
162 DataType(int id, int size) {
167 DataType(int id) {
299 public DataType getDataType() {
319 rs.mElement_BOOLEAN = createUser(rs, DataType.BOOLEAN);
333 rs.mElement_U8 = createUser(rs, DataType.UNSIGNED_8)
    [all...]
  /external/pdfium/core/include/fxcrt/
fx_basic.h 616 template <class DataType, int FixedSize>
622 m_pData = FX_Alloc(DataType, data_size);
624 FXSYS_memset(m_Data, 0, sizeof(DataType) * FixedSize);
631 m_pData = FX_Alloc(DataType, data_size);
633 FXSYS_memset(m_Data, 0, sizeof(DataType) * FixedSize);
637 operator DataType*() { return m_pData ? m_pData : m_Data; }
640 DataType m_Data[FixedSize];
641 DataType* m_pData;
  /frameworks/base/core/tests/coretests/src/android/app/
DownloadManagerBaseTest.java 99 protected enum DataType {
291 * @param type The type of data to generate: currently, one of {@link DataType#TEXT} or
292 * {@link DataType#BINARY}.
295 protected byte[] generateData(int size, DataType type) {
303 * @param type The type of data to generate: currently, one of {@link DataType#TEXT} or
304 * {@link DataType#BINARY}.
308 protected byte[] generateData(int size, DataType type, Random rng) {
313 if (type == DataType.TEXT) {
586 protected File createFileOnSD(String filename, long fileSize, DataType type,
    [all...]
  /frameworks/base/rs/java/android/renderscript/
Element.java 35 * android.renderscript.Element.DataType} and a {@link
36 * android.renderscript.Element.DataKind}. The DataType encodes C type
62 DataType mType;
104 * DataType represents the basic type information for a basic element. The
120 public enum DataType {
158 DataType(int id, int size) {
163 DataType(int id) {
295 public DataType getDataType() {
317 rs.mElement_BOOLEAN = createUser(rs, DataType.BOOLEAN);
335 rs.mElement_U8 = createUser(rs, DataType.UNSIGNED_8)
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir.h 150 enum DataType
317 DataType type; // mainly for pretty printing
465 virtual int print(char *, size_t, DataType ty = TYPE_NONE) const = 0;
514 virtual int print(char *, size_t, DataType ty = TYPE_NONE) const;
536 virtual int print(char *, size_t, DataType ty = TYPE_NONE) const;
539 int print(char *, size_t, Value *, Value *, DataType ty = TYPE_NONE) const;
565 ImmediateValue(const ImmediateValue *, DataType ty);
589 virtual int print(char *, size_t, DataType ty = TYPE_NONE) const;
596 Instruction(Function *, operation, DataType);
646 inline void setType(DataType type) { dType = sType = type;
    [all...]

Completed in 613 milliseconds

1 2 3