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

1 2 3

  /art/runtime/
reflection-inl.h 32 Primitive::Type srcType, Primitive::Type dstType,
34 DCHECK(srcType != Primitive::kPrimNot && dstType != Primitive::kPrimNot);
35 if (LIKELY(srcType == dstType)) {
46 if (srcType == Primitive::kPrimByte) {
52 if (srcType == Primitive::kPrimByte || srcType == Primitive::kPrimChar ||
53 srcType == Primitive::kPrimShort) {
59 if (srcType == Primitive::kPrimByte || srcType == Primitive::kPrimChar ||
60 srcType == Primitive::kPrimShort || srcType == Primitive::kPrimInt)
    [all...]
  /external/opencv3/modules/imgproc/perf/opencl/
perf_blend.cpp 63 const int srcType = get<1>(params);
64 const double eps = CV_MAT_DEPTH(srcType) <= CV_32S ? 1.0 : 0.2;
66 checkDeviceMaxMemoryAllocSize(srcSize, srcType);
68 UMat src1(srcSize, srcType), src2(srcSize, srcType), dst(srcSize, srcType);
perf_accumulate.cpp 63 const int srcType = get<1>(params), cn = CV_MAT_CN(srcType), dstType = CV_32FC(cn);
67 UMat src(srcSize, srcType), dst(srcSize, dstType);
84 const int srcType = get<1>(params), cn = CV_MAT_CN(srcType), dstType = CV_32FC(cn);
88 UMat src(srcSize, srcType), dst(srcSize, dstType);
105 const int srcType = get<1>(params), cn = CV_MAT_CN(srcType), dstType = CV_32FC(cn);
109 UMat src1(srcSize, srcType), src2(srcSize, srcType), dst(srcSize, dstType)
    [all...]
perf_imgproc.cpp 266 const int srcType = get<1>(params);
270 checkDeviceMaxMemoryAllocSize(srcSize, srcType);
272 UMat src(srcSize, srcType), dst(srcSize, srcType);
  /external/opencv3/modules/cudafilters/include/opencv2/
cudafilters.hpp 92 @param srcType Input image type. Only CV_8UC1 and CV_8UC4 are supported for now.
102 CV_EXPORTS Ptr<Filter> createBoxFilter(int srcType, int dstType, Size ksize, Point anchor = Point(-1,-1),
110 @param srcType Input image type. Supports CV_8U , CV_16U and CV_32F one and four channel image.
120 CV_EXPORTS Ptr<Filter> createLinearFilter(int srcType, int dstType, InputArray kernel, Point anchor = Point(-1,-1),
128 @param srcType Input image type. Supports CV_8U , CV_16U and CV_32F one and four channel image.
139 CV_EXPORTS Ptr<Filter> createLaplacianFilter(int srcType, int dstType, int ksize = 1, double scale = 1,
147 @param srcType Source array type.
159 CV_EXPORTS Ptr<Filter> createSeparableLinearFilter(int srcType, int dstType, InputArray rowKernel, InputArray columnKernel,
167 @param srcType Source image type.
180 CV_EXPORTS Ptr<Filter> createDerivFilter(int srcType, int dstType, int dx, int dy
    [all...]
  /external/opencv3/modules/cudaimgproc/src/
corners.cpp 69 CornerBase(int srcType, int blockSize, int ksize, int borderType);
83 CornerBase::CornerBase(int srcType, int blockSize, int ksize, int borderType) :
84 srcType_(srcType), blockSize_(blockSize), ksize_(ksize), borderType_(borderType)
105 filterDx_ = cuda::createSobelFilter(srcType, CV_32F, 1, 0, ksize_, scale, borderType_);
106 filterDy_ = cuda::createSobelFilter(srcType, CV_32F, 0, 1, ksize_, scale, borderType_);
110 filterDx_ = cuda::createScharrFilter(srcType, CV_32F, 1, 0, scale, borderType_);
111 filterDy_ = cuda::createScharrFilter(srcType, CV_32F, 0, 1, scale, borderType_);
125 Harris(int srcType, int blockSize, int ksize, double k, int borderType) :
126 CornerBase(srcType, blockSize, ksize, borderType), k_(static_cast<float>(k))
153 MinEigenVal(int srcType, int blockSize, int ksize, int borderType)
    [all...]
gftt.cpp 68 GoodFeaturesToTrackDetector(int srcType, int maxCorners, double qualityLevel, double minDistance,
87 GoodFeaturesToTrackDetector::GoodFeaturesToTrackDetector(int srcType, int maxCorners, double qualityLevel, double minDistance,
94 cuda::createHarrisCorner(srcType, blockSize, 3, harrisK) :
95 cuda::createMinEigenValCorner(srcType, blockSize, 3);
211 Ptr<cuda::CornersDetector> cv::cuda::createGoodFeaturesToTrackDetector(int srcType, int maxCorners, double qualityLevel, double minDistance,
215 new GoodFeaturesToTrackDetector(srcType, maxCorners, qualityLevel, minDistance, blockSize, useHarrisDetector, harrisK));
  /external/opencv3/modules/cudafilters/src/
filtering.cpp 99 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) :
117 ksize_(ksize), anchor_(anchor), type_(srcType), borderMode_(borderMode), borderVal_(borderVal)
121 CV_Assert( srcType == CV_8UC1 || srcType == CV_8UC4 );
122 CV_Assert( dstType == srcType );
126 func_ = funcs[CV_MAT_CN(srcType)];
165 Ptr<Filter> cv::cuda::createBoxFilter(int srcType, int dstType, Size ksize, Point anchor, int borderMode, Scalar borderVal)
168 dstType = srcType;
170 dstType = CV_MAKE_TYPE(CV_MAT_DEPTH(dstType), CV_MAT_CN(srcType));
    [all...]
  /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,
texstore.h 53 * \param srcType incoming image data type
64 GLenum srcFormat, GLenum srcType, \
78 GLenum srcFormat, GLenum srcType,
87 GLenum srcFormat, GLenum srcType,
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...]
texcompress_rgtc.c 109 srcFormat, srcType, srcAddr,
156 srcFormat, srcType, srcAddr,
204 srcFormat, srcType, srcAddr,
258 srcFormat, srcType, srcAddr,
  /art/test/064-field-access/src/
Main.java 486 private static boolean compatibleTypes(char srcType, char dstType) {
491 return srcType == dstType;
493 return srcType == 'B' || srcType == 'S';
495 return srcType == 'B' || srcType == 'C' || srcType == 'S' || srcType == 'I';
497 return srcType == 'B' || srcType == 'C' || srcType == 'S' || srcType == 'I' |
    [all...]
  /external/opencv3/modules/imgproc/src/
filterengine.hpp 217 int srcType, int dstType, int bufType,
227 int srcType, int dstType, int bufType,
250 int srcType;
286 Ptr<BaseRowFilter> getLinearRowFilter(int srcType, int bufType,
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,
327 Ptr<BaseRowFilter> getRowSumFilter(int srcType, int sumType,
335 Ptr<FilterEngine> createBoxFilter( int srcType, int dstType, Size ksize
    [all...]
  /frameworks/av/services/audiopolicy/utilities/convert/
convert.h 46 * @tparam srcType source type, default value is string type
53 template <typename srcType, typename dstType>
54 static inline bool convertTo(const srcType &input, dstType &result);
160 template <typename srcType, typename dstType>
173 template <typename srcType>
174 class Converter<srcType, std::string>
177 static inline bool run(const srcType &str, std::string &result)
179 return toString<srcType>(str, result);
213 template <typename srcType, typename dstType>
214 static inline bool convertTo(const srcType &input, dstType &result
    [all...]
  /external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/java/lang/
System.java 47 Class<?> srcType = src.getClass();
49 if (!srcType.isArray() || !destType.isArray()) {
53 Class<?> srcComp = srcType.getComponentType();
71 && !srcType.equals(destType)) {
  /frameworks/base/tools/aapt2/link/
TableMerger.cpp 141 for (auto& srcType : srcPackage->types) {
142 ResourceTableType* dstType = mMasterPackage->findOrCreateType(srcType->type);
143 if (srcType->symbolStatus.state == SymbolState::kPublic) {
144 if (dstType->symbolStatus.state == SymbolState::kPublic && dstType->id && srcType->id
145 && dstType->id.value() == srcType->id.value()) {
149 << srcType->type
155 dstType->symbolStatus = std::move(srcType->symbolStatus);
156 dstType->id = srcType->id;
159 for (auto& srcEntry : srcType->entries) {
181 srcType->type
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_texture.c 286 GLenum srcType, GLboolean fbo)
298 if ((srcFormat == GL_RGBA && srcType == GL_UNSIGNED_INT_8_8_8_8) ||
299 (srcFormat == GL_RGBA && srcType == GL_UNSIGNED_BYTE && !littleEndian) ||
300 (srcFormat == GL_ABGR_EXT && srcType == GL_UNSIGNED_INT_8_8_8_8_REV) ||
301 (srcFormat == GL_ABGR_EXT && srcType == GL_UNSIGNED_BYTE && littleEndian)) {
303 } else if ((srcFormat == GL_RGBA && srcType == GL_UNSIGNED_INT_8_8_8_8_REV) ||
304 (srcFormat == GL_RGBA && srcType == GL_UNSIGNED_BYTE && littleEndian) ||
305 (srcFormat == GL_ABGR_EXT && srcType == GL_UNSIGNED_INT_8_8_8_8) ||
306 (srcFormat == GL_ABGR_EXT && srcType == GL_UNSIGNED_BYTE && !littleEndian)) {
  /external/opencv3/modules/core/test/
test_mat.cpp 16 int checkCase( int srcType, int dstType, int dim, Size sz );
87 int srcType = src.type();
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 == CV_64F) )
97 if( srcType == CV_32F && (dstType == CV_32F || dstType == CV_64F) )
99 if( srcType == CV_64F && dstType == CV_64F)
104 if( srcType == CV_8U && dstType == CV_8U )
106 if( srcType == CV_32F && dstType == CV_32F )
108 if( srcType == CV_64F && dstType == CV_64F
    [all...]
  /external/opencv3/modules/cudaimgproc/include/opencv2/
cudaimgproc.hpp 525 @param srcType Input source type. Only CV_8UC1 and CV_32FC1 are supported for now.
534 CV_EXPORTS Ptr<CornernessCriteria> createHarrisCorner(int srcType, int blockSize, int ksize, double k, int borderType = BORDER_REFLECT101);
539 @param srcType Input source type. Only CV_8UC1 and CV_32FC1 are supported for now.
547 CV_EXPORTS Ptr<CornernessCriteria> createMinEigenValCorner(int srcType, int blockSize, int ksize, int borderType = BORDER_REFLECT101);
570 @param srcType Input source type. Only CV_8UC1 and CV_32FC1 are supported for now.
586 CV_EXPORTS Ptr<CornersDetector> createGoodFeaturesToTrackDetector(int srcType, int maxCorners = 1000, double qualityLevel = 0.01, double minDistance = 0.0,
663 @param srcType Input source type. CV_32F and CV_8U depth images (1..4 channels) are supported
687 CV_EXPORTS Ptr<TemplateMatching> createTemplateMatching(int srcType, int method, Size user_block_size = Size());
  /external/jsilver/src/com/google/clearsilver/jsilver/compiler/
ExpressionTranslator.java 356 private JavaExpression infix(Type destType, Type srcType, String infix, PExpression leftNode,
358 JavaExpression left = cast(srcType, leftNode);
359 JavaExpression right = cast(srcType, rightNode);
363 private JavaExpression prefix(Type destType, Type srcType, String prefix, PExpression node) {
364 return JavaExpression.prefix(destType, prefix, cast(srcType, node));
  /external/opencv3/modules/imgproc/test/ocl/
test_warp.cpp 241 int srcType, map1Type, map2Type;
254 srcType = CV_MAKE_TYPE(GET_PARAM(0), GET_PARAM(1));
268 randomSubMat(src, src_roi, srcROISize, srcBorder, srcType, 5, 256);
271 randomSubMat(dst, dst_roi, dstROISize, dstBorder, srcType, -MAX_VALUE, MAX_VALUE);
test_color.cpp 73 const int srcType = CV_MAKE_TYPE(depth, channelsIn);
78 randomSubMat(src, src_roi, roiSize, srcBorder, srcType, 2, 100);
330 const int srcType = CV_MAKE_TYPE(depth, channelsIn);
337 randomSubMat(src, src_roi, roiSize, srcBorder, srcType, 2, 100);
372 const int srcType = CV_MAKE_TYPE(depth, channelsIn);
379 randomSubMat(src, src_roi, srcRoiSize, srcBorder, srcType, 2, 100);
406 const int srcType = CV_MAKE_TYPE(depth, channelsIn);
413 randomSubMat(src, src_roi, roiSize, srcBorder, srcType, 2, 100);

Completed in 1185 milliseconds

1 2 3