HomeSort by relevance Sort by last modified time
    Searched full:srctype (Results 1 - 25 of 73) sorted by null

1 2 3

  /external/opencv/cxcore/src/
cxminmaxloc.cpp 48 #define CV_MINMAXLOC_ENTRY( _toggle_, srctype, temptype, cn ) \
87 srctype, temptype, extrtype ) \
89 icvMinMaxIndx_##flavor##_C1R,( const srctype* src, int step, CvSize size, \
93 CV_MINMAXLOC_ENTRY( _toggle_, srctype, temptype, 1 ); \
105 srctype, temptype, extrtype ) \
107 icvMinMaxIndx_##flavor##_CnCR( const srctype* src, int step, \
113 CV_MINMAXLOC_ENTRY( _toggle_, srctype, temptype, cn ); \
124 #define ICV_DEF_MINMAXLOC_ALL_INT( flavor, srctype, \
127 srctype, int, extrtype ) \
129 flavor, srctype, int, extrtype
    [all...]
_cxipp.h 147 #define IPCV_DEF_MEAN_MASK( flavor, srctype ) \
150 ( const srctype* img, int imgstep, const uchar* mask, \
154 ( const srctype* img, int imgstep, const uchar* mask, \
158 ( const srctype* img, int imgstep, const uchar* mask, \
162 ( const srctype* img, int imgstep, const uchar* mask, \
179 #define IPCV_DEF_MEAN_SDV( flavor, srctype ) \
182 ( const srctype* img, int imgstep, CvSize size, double* mean, double* sdv ))\
185 ( const srctype* img, int imgstep, CvSize size, double* mean, double* sdv ))\
188 ( const srctype* img, int imgstep, CvSize size, double* mean, double* sdv ))\
191 ( const srctype* img, int imgstep, CvSize size, double* mean, double* sdv ))
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkBitmapProcState_sample.h 55 SRCTYPE src;
61 src = ((const SRCTYPE*)(srcAddr + (XY >> 16) * rb))[XY & 0xFFFF];
67 src = ((const SRCTYPE*)(srcAddr + (XY >> 16) * rb))[XY & 0xFFFF];
74 src = ((const SRCTYPE*)(srcAddr + (XY >> 16) * rb))[XY & 0xFFFF];
94 const SRCTYPE* SK_RESTRICT srcAddr = (const SRCTYPE*)s.fBitmap->getPixels();
99 srcAddr = (const SRCTYPE*)((const char*)srcAddr +
103 SRCTYPE src;
114 SRCTYPE x0 = srcAddr[UNPACK_PRIMARY_SHORT(xx0)];
115 SRCTYPE x1 = srcAddr[UNPACK_SECONDARY_SHORT(xx0)]
    [all...]
SkBitmapProcState_shaderproc.h 31 const SRCTYPE* SK_RESTRICT row0;
32 const SRCTYPE* SK_RESTRICT row1;
48 row0 = (const SRCTYPE*)(srcAddr + y0 * rb);
49 row1 = (const SRCTYPE*)(srcAddr + y1 * rb);
86 #undef SRCTYPE
SkBitmapProcState_procs.h 92 #define SRCTYPE SkPMColor
104 #define SRCTYPE SkPMColor
123 #define SRCTYPE uint16_t
139 #define SRCTYPE uint16_t
154 #define SRCTYPE uint8_t
168 #define SRCTYPE uint8_t
185 #define SRCTYPE SkPMColor16
201 #define SRCTYPE SkPMColor16
220 #define SRCTYPE uint8_t
245 #define SRCTYPE SkPMColo
    [all...]
  /external/skia/src/core/
SkBitmapProcState_sample.h 55 SRCTYPE src;
61 src = ((const SRCTYPE*)(srcAddr + (XY >> 16) * rb))[XY & 0xFFFF];
67 src = ((const SRCTYPE*)(srcAddr + (XY >> 16) * rb))[XY & 0xFFFF];
74 src = ((const SRCTYPE*)(srcAddr + (XY >> 16) * rb))[XY & 0xFFFF];
94 const SRCTYPE* SK_RESTRICT srcAddr = (const SRCTYPE*)s.fBitmap->getPixels();
99 srcAddr = (const SRCTYPE*)((const char*)srcAddr +
103 SRCTYPE src;
114 SRCTYPE x0 = srcAddr[UNPACK_PRIMARY_SHORT(xx0)];
115 SRCTYPE x1 = srcAddr[UNPACK_SECONDARY_SHORT(xx0)]
    [all...]
SkBitmapProcState_shaderproc.h 31 const SRCTYPE* SK_RESTRICT row0;
32 const SRCTYPE* SK_RESTRICT row1;
48 row0 = (const SRCTYPE*)(srcAddr + y0 * rb);
49 row1 = (const SRCTYPE*)(srcAddr + y1 * rb);
86 #undef SRCTYPE
SkBitmapProcState_procs.h 92 #define SRCTYPE SkPMColor
104 #define SRCTYPE SkPMColor
123 #define SRCTYPE uint16_t
139 #define SRCTYPE uint16_t
154 #define SRCTYPE uint8_t
168 #define SRCTYPE uint8_t
185 #define SRCTYPE SkPMColor16
201 #define SRCTYPE SkPMColor16
220 #define SRCTYPE uint8_t
245 #define SRCTYPE SkPMColo
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
texstore.c 313 * \param srcType source image type
323 GLenum srcFormat, GLenum srcType,
331 _mesa_image_row_stride(srcPacking, srcWidth, srcFormat, srcType);
367 srcFormat, srcType,
371 dst, srcFormat, srcType, src,
435 GLenum srcFormat, GLenum srcType,
442 _mesa_image_row_stride(srcPacking, srcWidth, srcFormat, srcType);
476 srcFormat, srcType,
480 dst, srcFormat, srcType, src,
554 * \param srcType source image typ
    [all...]
pack.h 63 GLenum srcFormat, GLenum srcType,
72 GLenum srcFormat, GLenum srcType,
80 GLenum srcFormat, GLenum srcType,
87 GLenum srcFormat, GLenum srcType,
95 GLenum srcType, const GLvoid *source,
110 GLenum srcType, const GLvoid *source,
123 GLenum srcType, const GLvoid *source,
texcompress_s3tc.c 174 srcType != GL_UNSIGNED_BYTE ||
183 srcFormat, srcType, srcAddr,
192 srcFormat, srcType, 0, 0);
227 srcType != GL_UNSIGNED_BYTE ||
236 srcFormat, srcType, srcAddr,
245 srcFormat, srcType, 0, 0);
280 srcType != GL_UNSIGNED_BYTE ||
289 srcFormat, srcType, srcAddr,
297 srcFormat, srcType, 0, 0);
332 srcType != GL_UNSIGNED_BYTE |
    [all...]
pack.c     [all...]
texstore.h 53 * \param srcType incoming image data type
64 GLenum srcFormat, GLenum srcType, \
78 GLenum srcFormat, GLenum srcType,
87 GLenum srcFormat, GLenum srcType,
  /external/mesa3d/src/mesa/main/
texstore.c 313 * \param srcType source image type
323 GLenum srcFormat, GLenum srcType,
331 _mesa_image_row_stride(srcPacking, srcWidth, srcFormat, srcType);
367 srcFormat, srcType,
371 dst, srcFormat, srcType, src,
435 GLenum srcFormat, GLenum srcType,
442 _mesa_image_row_stride(srcPacking, srcWidth, srcFormat, srcType);
476 srcFormat, srcType,
480 dst, srcFormat, srcType, src,
554 * \param srcType source image typ
    [all...]
pack.h 63 GLenum srcFormat, GLenum srcType,
72 GLenum srcFormat, GLenum srcType,
80 GLenum srcFormat, GLenum srcType,
87 GLenum srcFormat, GLenum srcType,
95 GLenum srcType, const GLvoid *source,
110 GLenum srcType, const GLvoid *source,
123 GLenum srcType, const GLvoid *source,
texcompress_s3tc.c 174 srcType != GL_UNSIGNED_BYTE ||
183 srcFormat, srcType, srcAddr,
192 srcFormat, srcType, 0, 0);
227 srcType != GL_UNSIGNED_BYTE ||
236 srcFormat, srcType, srcAddr,
245 srcFormat, srcType, 0, 0);
280 srcType != GL_UNSIGNED_BYTE ||
289 srcFormat, srcType, srcAddr,
297 srcFormat, srcType, 0, 0);
332 srcType != GL_UNSIGNED_BYTE |
    [all...]
pack.c     [all...]
texstore.h 53 * \param srcType incoming image data type
64 GLenum srcFormat, GLenum srcType, \
78 GLenum srcFormat, GLenum srcType,
87 GLenum srcFormat, GLenum srcType,
  /art/runtime/
reflection.cc 122 Primitive::Type srcType, Primitive::Type dstType,
124 CHECK(srcType != Primitive::kPrimNot && dstType != Primitive::kPrimNot);
127 if (srcType == Primitive::kPrimBoolean) {
133 if (srcType == Primitive::kPrimChar) {
139 if (srcType == Primitive::kPrimByte) {
145 if (srcType == Primitive::kPrimByte || srcType == Primitive::kPrimShort) {
151 if (srcType == Primitive::kPrimByte || srcType == Primitive::kPrimChar ||
152 srcType == Primitive::kPrimShort || srcType == Primitive::kPrimInt)
    [all...]
  /external/clang/lib/Sema/
SemaCast.cpp 144 static bool CastsAwayConstness(Sema &Self, QualType SrcType, QualType DestType,
169 static TryCastResult TryStaticPointerDowncast(Sema &Self, QualType SrcType,
175 static TryCastResult TryStaticDowncast(Sema &Self, CanQualType SrcType,
183 QualType SrcType,
326 QualType srcType = src->getType();
327 if (!destType->isRecordType() && !srcType->isRecordType())
375 << CT << srcType << destType
452 /// CastsAwayConstness - Check if the pointer conversion from SrcType to
461 CastsAwayConstness(Sema &Self, QualType SrcType, QualType DestType,
473 assert((SrcType->isAnyPointerType() || SrcType->isMemberPointerType() |
    [all...]
  /art/test/064-field-access/src/
Main.java 465 private static boolean compatibleTypes(char srcType, char dstType) {
470 return srcType == dstType;
472 return srcType == 'B' || srcType == 'S';
474 return srcType == 'B' || srcType == 'C' || srcType == 'S' || srcType == 'I';
476 return srcType == 'B' || srcType == 'C' || srcType == 'S' || srcType == 'I' |
    [all...]
  /external/opencv/cv/src/
cvaccum.cpp 44 #define ICV_DEF_ACC_FUNC( name, srctype, dsttype, cvtmacro ) \
46 name,( const srctype *src, int srcstep, dsttype *dst, \
81 #define ICV_DEF_ACCPROD_FUNC( flavor, srctype, dsttype, cvtmacro ) \
83 ( const srctype *src1, int step1, const srctype *src2, int step2, \
117 #define ICV_DEF_ACCWEIGHT_FUNC( flavor, srctype, dsttype, cvtmacro ) \
119 ( const srctype *src, int srcstep, dsttype *dst, int dststep, \
152 #define ICV_DEF_ACCMASK_FUNC_C1( name, srctype, dsttype, cvtmacro ) \
154 name,( const srctype *src, int srcstep, const uchar* mask, int maskstep,\
188 #define ICV_DEF_ACCPRODUCTMASK_FUNC_C1( flavor, srctype, dsttype, cvtmacro )
    [all...]
cvsamplers.cpp 145 #define ICV_DEF_GET_RECT_SUB_PIX_FUNC( flavor, srctype, dsttype, worktype, \
148 ( const srctype* src, int src_step, CvSize src_size, \
219 src = (const srctype*)icvAdjustRect( src, src_step*sizeof(*src), \
224 const srctype *src2 = src + src_step; \
264 #define ICV_DEF_GET_RECT_SUB_PIX_FUNC_C3( flavor, srctype, dsttype, worktype, \
267 ( const srctype* src, int src_step, CvSize src_size, \
321 src = (const srctype*)icvAdjustRect( src, src_step*sizeof(*src), \
326 const srctype *src2 = src + src_step; \
600 #define ICV_DEF_GET_QUADRANGLE_SUB_PIX_FUNC( flavor, srctype, dsttype, \
604 ( const srctype * src, int src_step, CvSize src_size,
    [all...]
  /external/chromium_org/content/browser/media/
encrypted_media_browsertest.cc 30 enum SrcType {
52 public testing::WithParamInterface<std::tr1::tuple<const char*, SrcType> > {
60 SrcType CurrentSourceType() {
91 SrcType src_type,
110 SrcType src_type) {
  /external/skia/gm/
xfermodes.cpp 54 enum SrcType {
79 /* The srcType argument indicates what to draw for the source part. Skia
83 void draw_mode(SkCanvas* canvas, SkXfermode* mode, SrcType srcType,
92 switch (srcType) {
253 draw_mode(canvas, mode, static_cast<SrcType>(sourceType),

Completed in 522 milliseconds

1 2 3