Searched refs:dstType (Results 1 - 25 of 34) sorted by relevance

12

/external/opencv3/modules/imgproc/perf/opencl/
H A Dperf_accumulate.cpp63 const int srcType = get<1>(params), cn = CV_MAT_CN(srcType), dstType = CV_32FC(cn); local
65 checkDeviceMaxMemoryAllocSize(srcSize, dstType);
67 UMat src(srcSize, srcType), dst(srcSize, dstType);
84 const int srcType = get<1>(params), cn = CV_MAT_CN(srcType), dstType = CV_32FC(cn); local
86 checkDeviceMaxMemoryAllocSize(srcSize, dstType);
88 UMat src(srcSize, srcType), dst(srcSize, dstType);
105 const int srcType = get<1>(params), cn = CV_MAT_CN(srcType), dstType = CV_32FC(cn); local
107 checkDeviceMaxMemoryAllocSize(srcSize, dstType);
109 UMat src1(srcSize, srcType), src2(srcSize, srcType), dst(srcSize, dstType);
126 const int srcType = get<1>(params), cn = CV_MAT_CN(srcType), dstType local
[all...]
/external/opencv3/modules/cudafilters/include/opencv2/
H A Dcudafilters.hpp93 @param dstType Output image type. Only the same type as src is supported for now.
102 CV_EXPORTS Ptr<Filter> createBoxFilter(int srcType, int dstType, Size ksize, Point anchor = Point(-1,-1),
111 @param dstType Output image type. Only the same type as src is supported for now.
120 CV_EXPORTS Ptr<Filter> createLinearFilter(int srcType, int dstType, InputArray kernel, Point anchor = Point(-1,-1),
129 @param dstType Output image type. Only the same type as src is supported for now.
139 CV_EXPORTS Ptr<Filter> createLaplacianFilter(int srcType, int dstType, int ksize = 1, double scale = 1,
148 @param dstType Destination array type.
159 CV_EXPORTS Ptr<Filter> createSeparableLinearFilter(int srcType, int dstType, InputArray rowKernel, InputArray columnKernel,
168 @param dstType Destination array type.
180 CV_EXPORTS Ptr<Filter> createDerivFilter(int srcType, int dstType, in
[all...]
/external/mesa3d/src/mesa/main/
H A Dpack.h55 GLenum dstFormat, GLenum dstType, GLvoid *dstAddr,
94 GLenum dstType, GLvoid *dest,
102 GLenum dstType, GLvoid *dest, const GLuint *source,
109 GLenum dstType, GLvoid *dest,
116 GLenum dstType, GLvoid *dest, const GLubyte *source,
122 GLenum dstType, GLvoid *dest, GLuint depthMax,
128 GLenum dstType, const GLfloat *depthSpan,
134 GLenum dstType, GLuint *dest,
149 GLenum dstFormat, GLenum dstType,
155 GLenum dstFormat, GLenum dstType,
[all...]
H A Dpack.c521 GLenum dstFormat, GLenum dstType)
526 _mesa_lookup_enum_by_nr(dstType),
532 GLenum dstFormat, GLenum dstType,
537 switch(dstType) {
565 _pack_rgba_span_from_uints_problem(ctx, dstFormat, dstType);
577 _pack_rgba_span_from_uints_problem(ctx, dstFormat, dstType);
589 _pack_rgba_span_from_uints_problem(ctx, dstFormat, dstType);
601 _pack_rgba_span_from_uints_problem(ctx, dstFormat, dstType);
632 _pack_rgba_span_from_uints_problem(ctx, dstFormat, dstType);
663 _pack_rgba_span_from_uints_problem(ctx, dstFormat, dstType);
520 _pack_rgba_span_from_uints_problem(struct gl_context *ctx, GLenum dstFormat, GLenum dstType) argument
531 _mesa_pack_rgba_span_from_uints(struct gl_context *ctx, GLuint n, GLuint rgba[][4], GLenum dstFormat, GLenum dstType, GLvoid *dstAddr) argument
906 _pack_rgba_span_from_ints_problem(struct gl_context *ctx, GLenum dstFormat, GLenum dstType) argument
917 _mesa_pack_rgba_span_from_ints(struct gl_context *ctx, GLuint n, GLint rgba[][4], GLenum dstFormat, GLenum dstType, GLvoid *dstAddr) argument
1258 _mesa_pack_rgba_span_float(struct gl_context *ctx, GLuint n, GLfloat rgba[][4], GLenum dstFormat, GLenum dstType, GLvoid *dstAddr, const struct gl_pixelstore_attrib *dstPacking, GLbitfield transferOps) argument
4921 _mesa_unpack_index_span( struct gl_context *ctx, GLuint n, GLenum dstType, GLvoid *dest, GLenum srcType, const GLvoid *source, const struct gl_pixelstore_attrib *srcPacking, GLbitfield transferOps ) argument
5005 _mesa_pack_index_span( struct gl_context *ctx, GLuint n, GLenum dstType, GLvoid *dest, const GLuint *source, const struct gl_pixelstore_attrib *dstPacking, GLbitfield transferOps ) argument
5140 _mesa_unpack_stencil_span( struct gl_context *ctx, GLuint n, GLenum dstType, GLvoid *dest, GLenum srcType, const GLvoid *source, const struct gl_pixelstore_attrib *srcPacking, GLbitfield transferOps ) argument
5252 _mesa_pack_stencil_span( struct gl_context *ctx, GLuint n, GLenum dstType, GLvoid *dest, const GLubyte *source, const struct gl_pixelstore_attrib *dstPacking ) argument
5423 _mesa_unpack_depth_span( struct gl_context *ctx, GLuint n, GLenum dstType, GLvoid *dest, GLuint depthMax, GLenum srcType, const GLvoid *source, const struct gl_pixelstore_attrib *srcPacking ) argument
5655 _mesa_pack_depth_span( struct gl_context *ctx, GLuint n, GLvoid *dest, GLenum dstType, const GLfloat *depthSpan, const struct gl_pixelstore_attrib *dstPacking ) argument
5775 _mesa_pack_depth_stencil_span(struct gl_context *ctx,GLuint n, GLenum dstType, GLuint *dest, const GLfloat *depthVals, const GLubyte *stencilVals, const struct gl_pixelstore_attrib *dstPacking) argument
[all...]
H A Dimage.c461 GLenum dstType, GLvoid *dst,
471 ASSERT(srcType != dstType);
475 if (dstType == GL_UNSIGNED_SHORT) {
494 ASSERT(dstType == GL_FLOAT);
508 if (dstType == GL_UNSIGNED_BYTE) {
527 ASSERT(dstType == GL_FLOAT);
541 if (dstType == GL_UNSIGNED_BYTE) {
556 ASSERT(dstType == GL_UNSIGNED_SHORT);
460 _mesa_convert_colors(GLenum srcType, const GLvoid *src, GLenum dstType, GLvoid *dst, GLuint count, const GLubyte mask[]) argument
H A Dimage.h99 GLenum dstType, GLvoid *dst,
H A Dfbobject.c2703 GLenum dstType = _mesa_get_format_datatype(dstFormat); local
2713 if (dstType != GL_INT && dstType != GL_UNSIGNED_INT) {
2714 assert(dstType == GL_UNSIGNED_NORMALIZED ||
2715 dstType == GL_SIGNED_NORMALIZED ||
2716 dstType == GL_FLOAT);
2718 dstType = GL_FLOAT;
2721 return srcType == dstType;
/external/opencv3/modules/imgproc/src/
H A Dfilterengine.hpp217 int srcType, int dstType, int bufType,
227 int srcType, int dstType, int bufType,
251 int dstType; member in class:cv::FilterEngine
291 Ptr<BaseColumnFilter> getLinearColumnFilter(int bufType, int dstType,
297 Ptr<BaseFilter> getLinearFilter(int srcType, int dstType,
303 Ptr<FilterEngine> createSeparableLinearFilter(int srcType, int dstType,
311 Ptr<FilterEngine> createLinearFilter(int srcType, int dstType,
322 Ptr<FilterEngine> createDerivFilter( int srcType, int dstType,
331 Ptr<BaseColumnFilter> getColumnSumFilter( int sumType, int dstType,
335 Ptr<FilterEngine> createBoxFilter( int srcType, int dstType, Siz
[all...]
H A Dsmooth.cpp1247 cv::Ptr<cv::BaseColumnFilter> cv::getColumnSumFilter(int sumType, int dstType, int ksize, argument
1250 int sdepth = CV_MAT_DEPTH(sumType), ddepth = CV_MAT_DEPTH(dstType);
1251 CV_Assert( CV_MAT_CN(sumType) == CV_MAT_CN(dstType) );
1281 sumType, dstType));
1287 cv::Ptr<cv::FilterEngine> cv::createBoxFilter( int srcType, int dstType, Size ksize, argument
1300 dstType, ksize.height, anchor.y, normalize ? 1./(ksize.width*ksize.height) : 1);
1303 srcType, dstType, sumType, borderType );
1514 int sumType = CV_MAKETYPE( sumDepth, cn ), dstType = CV_MAKETYPE(ddepth, cn);
1517 _dst.create( size, dstType );
1522 dstType, ksiz
[all...]
H A Ddistransform.cpp849 int distanceType, int maskSize, int dstType)
851 if (distanceType == CV_DIST_L1 && dstType==CV_8U)
848 distanceTransform( InputArray _src, OutputArray _dst, int distanceType, int maskSize, int dstType) argument
/external/opencv3/modules/core/test/ocl/
H A Dtest_matrix_operation.cpp59 int src_depth, cn, dstType; local
69 dstType = CV_MAKE_TYPE(GET_PARAM(1), cn);
81 randomSubMat(dst, dst_roi, roiSize, dstBorder, dstType, 5, 16);
96 OCL_OFF(src_roi.convertTo(dst_roi, dstType, alpha, beta));
97 OCL_ON(usrc_roi.convertTo(udst_roi, dstType, alpha, beta));
99 double eps = CV_MAT_DEPTH(dstType) >= CV_32F ? 2e-4 : 1;
/external/opencv3/modules/cudafilters/src/
H A Dfiltering.cpp99 NPPBoxFilter(int srcType, int dstType, Size ksize, Point anchor, int borderMode, Scalar borderVal);
116 NPPBoxFilter::NPPBoxFilter(int srcType, int dstType, Size ksize, Point anchor, int borderMode, Scalar borderVal) :
122 CV_Assert( dstType == srcType );
165 Ptr<Filter> cv::cuda::createBoxFilter(int srcType, int dstType, Size ksize, Point anchor, int borderMode, Scalar borderVal)
167 if (dstType < 0)
168 dstType = srcType;
170 dstType = CV_MAKE_TYPE(CV_MAT_DEPTH(dstType), CV_MAT_CN(srcType));
172 return makePtr<NPPBoxFilter>(srcType, dstType, ksize, anchor, borderMode, borderVal);
191 LinearFilter(int srcType, int dstType, InputArra
[all...]
/external/opencv3/modules/imgproc/perf/
H A Dperf_distanceTransform.cpp55 int dstType = get<3>(GetParam()); local
58 Mat dst(srcSize, dstType);
65 TEST_CYCLE() distanceTransform( src, dst, distanceType, maskSize, dstType);
/external/opencv3/modules/core/test/
H A Dtest_mat.cpp15 int checkOp( const Mat& src, int dstType, int opType, const Mat& opRes, int dim );
16 int checkCase( int srcType, int dstType, int dim, Size sz );
85 int Core_ReduceTest::checkOp( const Mat& src, int dstType, int opType, const Mat& opRes, int dim ) argument
91 if( srcType == CV_8U && (dstType == CV_32S || dstType == CV_32F || dstType == CV_64F) )
93 if( srcType == CV_16U && (dstType == CV_32F || dstType == CV_64F) )
95 if( srcType == CV_16S && (dstType == CV_32F || dstType
165 checkCase( int srcType, int dstType, int dim, Size sz ) argument
[all...]
/external/skia/include/core/
H A DSkShader.h109 DstType dstType)
113 , fPreferredDstType(dstType) {}
108 ContextRec(const SkPaint& paint, const SkMatrix& matrix, const SkMatrix* localM, DstType dstType) argument
/external/opencv3/modules/imgproc/test/ocl/
H A Dtest_color.cpp74 const int dstType = CV_MAKE_TYPE(depth, channelsOut); local
81 randomSubMat(dst, dst_roi, roiSize, dstBorder, dstType, 5, 16);
331 const int dstType = CV_MAKE_TYPE(depth, channelsOut); local
340 randomSubMat(dst, dst_roi, roiSize, dstBorder, dstType, 5, 16);
373 const int dstType = CV_MAKE_TYPE(depth, channelsOut); local
383 randomSubMat(dst, dst_roi, dstRoiSize, dstBorder, dstType, 5, 16);
407 const int dstType = CV_MAKE_TYPE(depth, channelsOut); local
416 randomSubMat(dst, dst_roi, roiSize, dstBorder, dstType, 5, 16);
/external/opencv3/modules/cudalegacy/src/
H A DNCV.cpp183 NCVStatus memSegCopyHelper(void *dst, NCVMemoryType dstType, const void *src, NCVMemoryType srcType, size_t sz, cudaStream_t cuStream) argument
186 switch (dstType)
250 NCVStatus memSegCopyHelper2D(void *dst, Ncv32u dstPitch, NCVMemoryType dstType, argument
255 switch (dstType)
/external/opencv3/modules/features2d/src/
H A Dmatchers.cpp696 static bool ocl_match(InputArray query, InputArray _train, std::vector< std::vector<DMatch> > &matches, int dstType) argument
699 if (!ocl_matchSingle(query, _train, trainIdx, distance, dstType))
706 static bool ocl_knnMatch(InputArray query, InputArray _train, std::vector< std::vector<DMatch> > &matches, int k, int dstType, bool compactResult) argument
711 if (!ocl_knnMatchSingle(query, _train, trainIdx, distance, dstType))
855 float maxDistance, int dstType, bool compactResult)
858 if (!ocl_radiusMatchSingle(query, _train, trainIdx, distance, nMatches, maxDistance, dstType))
854 ocl_radiusMatch(InputArray query, InputArray _train, std::vector< std::vector<DMatch> > &matches, float maxDistance, int dstType, bool compactResult) argument
/external/icu/icu4c/source/i18n/unicode/
H A Dtzfmt.h716 * @param dstType the name type used for daylight time
722 UnicodeString& formatSpecific(const TimeZone& tz, UTimeZoneNameType stdType, UTimeZoneNameType dstType,
/external/opencv3/modules/ml/src/
H A Dem.cpp294 static void preprocessSampleData(const Mat& src, Mat& dst, int dstType, bool isAlwaysClone) argument
296 if(src.type() == dstType && !isAlwaysClone)
299 src.convertTo(dst, dstType);
/external/deqp/modules/gles3/functional/
H A Des3fFramebufferBlitTests.cpp1025 tcu::TextureChannelClass dstType = tcu::getTextureChannelClass(dstTexFmt.type);
1028 (dstType == tcu::TEXTURECHANNELCLASS_FLOATING_POINT || dstType == tcu::TEXTURECHANNELCLASS_UNSIGNED_FIXED_POINT)) ||
1029 ((srcType == tcu::TEXTURECHANNELCLASS_SIGNED_INTEGER) != (dstType == tcu::TEXTURECHANNELCLASS_SIGNED_INTEGER)) ||
1030 ((srcType == tcu::TEXTURECHANNELCLASS_UNSIGNED_INTEGER) != (dstType == tcu::TEXTURECHANNELCLASS_UNSIGNED_INTEGER)))
/external/opencv3/modules/cudalegacy/include/opencv2/cudalegacy/
H A DNCV.hpp552 CV_EXPORTS NCVStatus memSegCopyHelper(void *dst, NCVMemoryType dstType,
557 CV_EXPORTS NCVStatus memSegCopyHelper2D(void *dst, Ncv32u dstPitch, NCVMemoryType dstType,
/external/mesa3d/src/mesa/swrast/
H A Ds_span.c1416 GLenum dstType = GL_FLOAT; local
1470 if (dstType == GL_UNSIGNED_BYTE) {
1474 else if (dstType == GL_FLOAT) {
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DTimeZoneFormat.java1702 * @param dstType the name type used for daylight time
1707 private String formatSpecific(TimeZone tz, NameType stdType, NameType dstType, long date, Output<TimeType> timeType) { argument
1709 assert(dstType == NameType.LONG_DAYLIGHT || dstType == NameType.SHORT_DAYLIGHT);
1713 getTimeZoneNames().getDisplayName(ZoneMeta.getCanonicalCLDRID(tz), dstType, date) :
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DTimeZoneFormat.java1772 * @param dstType the name type used for daylight time
1777 private String formatSpecific(TimeZone tz, NameType stdType, NameType dstType, long date, Output<TimeType> timeType) { argument
1779 assert(dstType == NameType.LONG_DAYLIGHT || dstType == NameType.SHORT_DAYLIGHT);
1783 getTimeZoneNames().getDisplayName(ZoneMeta.getCanonicalCLDRID(tz), dstType, date) :

Completed in 1775 milliseconds

12