Home
last modified time | relevance | path

Searched defs:dtype (Results 1 – 25 of 62) sorted by relevance

123

/external/kernel-headers/original/uapi/linux/hsi/
Dhsi_char.h28 #define HSC_IOW(num, dtype) _IOW(HSI_CHAR_MAGIC, num, dtype) argument
29 #define HSC_IOR(num, dtype) _IOR(HSI_CHAR_MAGIC, num, dtype) argument
30 #define HSC_IOWR(num, dtype) _IOWR(HSI_CHAR_MAGIC, num, dtype) argument
Dcs-protocol.h109 #define CS_IOW(num, dtype) _IOW(CS_IO_MAGIC, num, dtype) argument
110 #define CS_IOR(num, dtype) _IOR(CS_IO_MAGIC, num, dtype) argument
111 #define CS_IOWR(num, dtype) _IOWR(CS_IO_MAGIC, num, dtype) argument
/external/opencv3/modules/java/src/
Dcore+Core.java392 public static void add(Mat src1, Mat src2, Mat dst, Mat mask, int dtype) in add()
424 public static void subtract(Mat src1, Mat src2, Mat dst, Mat mask, int dtype) in subtract()
456 public static void multiply(Mat src1, Mat src2, Mat dst, double scale, int dtype) in multiply()
488 public static void divide(Mat src1, Mat src2, Mat dst, double scale, int dtype) in divide()
520 public static void divide(double scale, Mat src2, Mat dst, int dtype) in divide()
557 …c void addWeighted(Mat src1, double alpha, Mat src2, double beta, double gamma, Mat dst, int dtype) in addWeighted()
785 …public static void batchDistance(Mat src1, Mat src2, Mat dist, int dtype, Mat nidx, int normType, … in batchDistance()
794 …public static void batchDistance(Mat src1, Mat src2, Mat dist, int dtype, Mat nidx, int normType, … in batchDistance()
803 public static void batchDistance(Mat src1, Mat src2, Mat dist, int dtype, Mat nidx) in batchDistance()
918 …tic void normalize(Mat src, Mat dst, double alpha, double beta, int norm_type, int dtype, Mat mask) in normalize()
[all …]
Dcore.cpp429 … jlong src1_nativeObj, jlong src2_nativeObj, jlong dst_nativeObj, jlong mask_nativeObj, jint dtype) in Java_org_opencv_core_Core_add_10()
504 … jlong src1_nativeObj, jlong src2_nativeObj, jlong dst_nativeObj, jlong mask_nativeObj, jint dtype) in Java_org_opencv_core_Core_subtract_10()
579 …class , jlong src1_nativeObj, jlong src2_nativeObj, jlong dst_nativeObj, jdouble scale, jint dtype) in Java_org_opencv_core_Core_multiply_10()
652 …class , jlong src1_nativeObj, jlong src2_nativeObj, jlong dst_nativeObj, jdouble scale, jint dtype) in Java_org_opencv_core_Core_divide_10()
725 (JNIEnv* env, jclass , jdouble scale, jlong src2_nativeObj, jlong dst_nativeObj, jint dtype) in Java_org_opencv_core_Core_divide_13()
800 … jdouble alpha, jlong src2_nativeObj, jdouble beta, jdouble gamma, jlong dst_nativeObj, jint dtype) in Java_org_opencv_core_Core_addWeighted_10()
1273 …ss , jlong src1_nativeObj, jlong src2_nativeObj, jlong dist_nativeObj, jint dtype, jlong nidx_nati… in Java_org_opencv_core_Core_batchDistance_10()
1298 …ss , jlong src1_nativeObj, jlong src2_nativeObj, jlong dist_nativeObj, jint dtype, jlong nidx_nati… in Java_org_opencv_core_Core_batchDistance_11()
1322 …ss , jlong src1_nativeObj, jlong src2_nativeObj, jlong dist_nativeObj, jint dtype, jlong nidx_nati… in Java_org_opencv_core_Core_batchDistance_12()
1541 …Obj, jlong dst_nativeObj, jdouble alpha, jdouble beta, jint norm_type, jint dtype, jlong mask_nati… in Java_org_opencv_core_Core_normalize_10()
[all …]
/external/autotest/client/site_tests/hardware_PerfCounterVerification/
Dstats_utils.py37 def FactsToNumpyArray(facts, dtype): argument
/external/opencv3/modules/flann/src/
Dminiflann.cpp468 int dtype = DataType<DistanceType>::type; in runKnnSearch_() local
494 int dtype = DataType<DistanceType>::type; in runRadiusSearch_() local
517 int minCols, int maxCols, int dtype) in createIndicesDists()
555 int dtype = distType == FLANN_DIST_HAMMING ? CV_32S : CV_32F; in knnSearch() local
597 int dtype = distType == FLANN_DIST_HAMMING ? CV_32S : CV_32F; in radiusSearch() local
/external/opencv3/3rdparty/libjasper/jasper/
Djas_image.h436 #define JAS_IMAGE_CDT_GETSGND(dtype) (((dtype) >> 7) & 1) argument
437 #define JAS_IMAGE_CDT_SETSGND(dtype) (((dtype) & 1) << 7) argument
438 #define JAS_IMAGE_CDT_GETPREC(dtype) ((dtype) & 0x7f) argument
439 #define JAS_IMAGE_CDT_SETPREC(dtype) ((dtype) & 0x7f) argument
/external/opencv3/samples/python2/
Dlappyr.py20 def build_lappyr(img, leveln=6, dtype=np.int16): argument
/external/opencv3/modules/cudaarithm/src/
Delement_operations.cpp98 …rc1, InputArray _src2, OutputArray _dst, InputArray _mask, double scale, int dtype, Stream& stream, in arithm_op()
170 void cv::cuda::add(InputArray src1, InputArray src2, OutputArray dst, InputArray mask, int dtype, S… in add()
182 …ract(InputArray src1, InputArray src2, OutputArray dst, InputArray mask, int dtype, Stream& stream) in subtract()
196 …iply(InputArray _src1, InputArray _src2, OutputArray _dst, double scale, int dtype, Stream& stream) in multiply()
239 void cv::cuda::divide(InputArray _src1, InputArray _src2, OutputArray _dst, double scale, int dtype in divide()
/external/strace/linux/
Dubi-user.h390 __s8 dtype; /* obsolete, do not use! */ member
402 __s8 dtype; /* obsolete, do not use! */ member
/external/opencv3/modules/imgproc/src/
Dderiv.cpp207 int dtype = CV_MAKETYPE(ddepth, cn); in IPPDerivScharr() local
561 int dtype = CV_MAKE_TYPE(ddepth, cn); in Sobel() local
619 int dtype = CV_MAKETYPE(ddepth, cn); in Scharr() local
707 int dtype = CV_MAKE_TYPE(ddepth, cn); in ocl_Laplacian5() local
Daccum.cpp849 int dtype = _dst.type(), ddepth = CV_MAT_DEPTH(dtype), dcn = CV_MAT_CN(dtype); in accumulate() local
934 int dtype = _dst.type(), ddepth = CV_MAT_DEPTH(dtype), dcn = CV_MAT_CN(dtype); in accumulateSquare() local
1018 int dtype = _dst.type(), ddepth = CV_MAT_DEPTH(dtype), dcn = CV_MAT_CN(dtype); in accumulateProduct() local
1106 int dtype = _dst.type(), ddepth = CV_MAT_DEPTH(dtype), dcn = CV_MAT_CN(dtype); in accumulateWeighted() local
/external/kernel-headers/original/uapi/mtd/
Dubi-user.h407 __s8 dtype; /* obsolete, do not use! */ member
419 __s8 dtype; /* obsolete, do not use! */ member
/external/opencv3/modules/cudaarithm/src/cuda/
Dreduce.cu129 void cv::cuda::reduce(InputArray _src, OutputArray _dst, int dim, int reduceOp, int dtype, Stream& … in reduce()
Dnormalize.cu217 …ze(InputArray _src, OutputArray _dst, double a, double b, int normType, int dtype, InputArray _mas… in normalize()
/external/opencv3/3rdparty/libjasper/
Djp2_dec.c103 int dtype; in jp2_decode() local
/external/kernel-headers/original/uapi/linux/
Domapfb.h33 #define OMAP_IOW(num, dtype) _IOW('O', num, dtype) argument
34 #define OMAP_IOR(num, dtype) _IOR('O', num, dtype) argument
35 #define OMAP_IOWR(num, dtype) _IOWR('O', num, dtype) argument
/external/opencv3/modules/imgproc/test/ocl/
Dtest_accumulate.cpp77 dtype = CV_MAKE_TYPE(ddepth, channels); in PARAM_TEST_CASE() local
/external/opencv3/modules/features2d/src/
Dakaze.cpp80 void setDescriptorType(int dtype) { descriptor = dtype; } in setDescriptorType()
Dmatchers.cpp812 int dtype = normType == NORM_HAMMING || normType == NORM_HAMMING2 || in knnMatchImpl() local
933 int dtype = normType == NORM_HAMMING || in radiusMatchImpl() local
/external/opencv3/modules/calib3d/src/
Dfundam.cpp884 int dtype = CV_MAKETYPE(depth <= CV_32F ? CV_32F : CV_64F, cn-1); in convertPointsFromHomogeneous() local
983 int dtype = CV_MAKETYPE(depth <= CV_32F ? CV_32F : CV_64F, cn+1); in convertPointsToHomogeneous() local
1052 int stype = _src.type(), dtype = _dst.type(); in convertPointsHomogeneous() local
/external/opencv3/modules/cudaarithm/test/
Dtest_element_operations.cpp61 int dtype; in PARAM_TEST_CASE() local
123 int dtype; in PARAM_TEST_CASE() local
364 int dtype; in PARAM_TEST_CASE() local
426 int dtype; in PARAM_TEST_CASE() local
667 int dtype; in PARAM_TEST_CASE() local
1034 int dtype; in PARAM_TEST_CASE() local
/external/opencv3/modules/cudastereo/src/
Dstereocsbp.cpp303 const int dtype = disp.fixedType() ? disp.type() : CV_16SC1; in compute() local
Dstereobp.cpp342 const int dtype = disp.fixedType() ? disp.type() : CV_16SC1; in calcBP() local
/external/opencv/cv/src/
Dcvundistort.cpp386 int stype, dtype; in cvUndistortPoints() local

123