HomeSort by relevance Sort by last modified time
    Searched defs:srcType (Results 1 - 21 of 21) sorted by null

  /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/imgproc/test/ocl/
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);
  /external/opencv3/modules/core/src/
directx.cpp 715 int srcType = src.type();
717 CV_Assert(textureType == srcType);
    [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...]
  /external/mesa3d/src/mesa/main/
fbobject.c     [all...]
  /external/clang/lib/Sema/
SemaCast.cpp 167 static TryCastResult TryStaticPointerDowncast(Sema &Self, QualType SrcType,
173 static TryCastResult TryStaticDowncast(Sema &Self, CanQualType SrcType,
181 QualType SrcType,
324 QualType srcType = src->getType();
325 if (!destType->isRecordType() && !srcType->isRecordType())
373 << CT << srcType << destType
477 /// CastsAwayConstness - Check if the pointer conversion from SrcType to
486 CastsAwayConstness(Sema &Self, QualType SrcType, QualType DestType,
501 assert((SrcType->isAnyPointerType() || SrcType->isMemberPointerType() |
    [all...]
  /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...]
  /frameworks/av/media/libstagefright/httplive/
PlaylistFetcher.cpp     [all...]
  /external/javassist/src/main/javassist/compiler/
CodeGen.java 897 private boolean invalidDim(int srcType, int srcDim, String srcClass,
902 if (srcType == NULL)
907 else if (isCast && srcDim == 0 && srcType == CLASS
    [all...]
  /development/samples/SupportLeanbackShowcase/libs/
gson-1.7.2.jar 
  /external/guice/extensions/persist/lib/
javassist.jar 
  /external/guice/extensions/struts2/lib/
javassist.jar 
  /external/robolectric/v1/lib/main/
javassist-3.14.0-GA.jar 
  /frameworks/opt/setupwizard/tools/docs/
jsilver.jar 
  /prebuilts/devtools/tools/lib/
jsilver-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/jsilver/jsilver/1.0.0/
jsilver-1.0.0.jar 
  /external/testng/ant/3rdparty/
doclava-1.0.3.jar 
  /external/robolectric/v3/runtime/
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 

Completed in 1628 milliseconds