Home
last modified time | relevance | path

Searched refs:copySolid (Results 1 – 14 of 14) sorted by relevance

/external/opencv3/samples/gpu/
Dopticalflow_nvidia_api.cpp197 ncvAssertReturnNcvStat (u.copySolid (host_u, 0)); in ShowFlow()
198 ncvAssertReturnNcvStat (v.copySolid (host_v, 0)); in ShowFlow()
435 ncvAssertReturnNcvStat (src_host->copySolid ( *src, 0 )); in main()
436 ncvAssertReturnNcvStat (dst_host->copySolid ( *dst, 0 )); in main()
505 ncvAssertReturnNcvStat (h_r.copySolid ( d_r, 0 )); in main()
506 ncvAssertReturnNcvStat (h_g.copySolid ( d_g, 0 )); in main()
507 ncvAssertReturnNcvStat (h_b.copySolid ( d_b, 0 )); in main()
513 ncvAssertReturnNcvStat (h_r.copySolid ( d_rt, 0 )); in main()
514 ncvAssertReturnNcvStat (h_g.copySolid ( d_gt, 0 )); in main()
515 ncvAssertReturnNcvStat (h_b.copySolid ( d_bt, 0 )); in main()
[all …]
Dcascadeclassifier_nvidia_api.cpp116 ncvStat = h_src.copySolid(d_src, 0); in process()
141 ncvStat = d_src.copySolid(h_src, 0); in process()
254 ncvStat = h_haarStages.copySolid(d_haarStages, 0); in main()
256 ncvStat = h_haarNodes.copySolid(d_haarNodes, 0); in main()
258 ncvStat = h_haarFeatures.copySolid(d_haarFeatures, 0); in main()
/external/opencv3/modules/cudalegacy/test/
DTestHaarCascadeApplication.cpp149 ncvAssertReturn(NCV_SUCCESS == h_HaarStages.copySolid(d_HaarStages, 0), false); in process()
150 ncvAssertReturn(NCV_SUCCESS == h_HaarNodes.copySolid(d_HaarNodes, 0), false); in process()
151 ncvAssertReturn(NCV_SUCCESS == h_HaarFeatures.copySolid(d_HaarFeatures, 0), false); in process()
215 ncvStat = h_img.copySolid(d_img, 0); in process()
244 ncvStat = d_integralImage.copySolid(h_integralImage, 0); in process()
246 ncvStat = d_rectStdDev.copySolid(h_rectStdDev, 0); in process()
302 ncvStat = d_pixelMask.copySolid(h_pixelMask_d, 0); in process()
DTestHypothesesGrow.cpp110 ncvStat = h_vecSrc.copySolid(d_vecSrc, 0); in process()
112 ncvStat = h_vecDst.copySolid(d_vecDst, 0); in process()
124 ncvStat = d_vecDst.copySolid(h_vecDst_d, 0); in process()
DTestDrawRects.cpp102 ncvStat = h_img.copySolid(d_img, 0); in process()
117 ncvStat = h_rects.copySolid(d_rects, 0); in process()
138 ncvStat = d_img.copySolid(h_img_d, 0); in process()
DTestIntegralImageSquared.cpp101 ncvStat = h_img.copySolid(d_img, 0); in process()
110 ncvStat = d_imgSII.copySolid(h_imgSII_d, 0); in process()
DTestCompact.cpp114 ncvStat = h_vecSrc.copySolid(d_vecSrc, 0); in process()
120 ncvStat = d_vecDst.copySolid(h_vecDst_d, 0); in process()
DTestTranspose.cpp99 ncvStat = h_img.copySolid(d_img, 0); in process()
120 ncvStat = d_dst.copySolid(h_dst_d, 0); in process()
DTestResize.cpp110 ncvStat = h_img.copySolid(d_img, 0); in process()
133 ncvStat = d_small.copySolid(h_small_d, 0); in process()
DTestIntegralImage.cpp120 ncvStat = h_img.copySolid(d_img, 0); in process()
144 ncvStat = d_imgII.copySolid(h_imgII_d, 0); in process()
DTestRectStdDev.cpp133 ncvStat = h_img.copySolid(d_img, 0); in process()
156 ncvStat = d_norm.copySolid(h_norm_d, 0); in process()
/external/opencv3/modules/cudalegacy/src/cuda/
DNCVHaarObjectDetection.cu1034 ncvStat = d_pixelMask.copySolid(h_pixelMask, 0); in ncvApplyHaarClassifierCascade_device()
1036 ncvStat = integral.copySolid(h_integralImage, 0); in ncvApplyHaarClassifierCascade_device()
1038 ncvStat = d_weights.copySolid(h_weights, 0); in ncvApplyHaarClassifierCascade_device()
1040 ncvStat = d_HaarNodes.copySolid(h_HaarNodes, 0); in ncvApplyHaarClassifierCascade_device()
1042 ncvStat = d_HaarFeatures.copySolid(h_HaarFeatures, 0); in ncvApplyHaarClassifierCascade_device()
1394 d_vecPixelMaskTmp.copySolid(d_vecPixelMask, cuStream); in ncvApplyHaarClassifierCascade_device()
1400 ncvStat = d_pixelMask.copySolid(h_pixelMask_d, 0); in ncvApplyHaarClassifierCascade_device()
1787 ncvStat = d_hypothesesIntermediate.copySolid(h_hypothesesIntermediate, cuStream, in ncvDetectObjectsMultiScale_device()
1816 … ncvStat = h_hypothesesIntermediate.copySolid(d_dstRects, cuStream, sizeof(NcvRect32u)); in ncvDetectObjectsMultiScale_device()
1850 ncvStat = d_hypothesesIntermediate.copySolid(h_hypothesesIntermediate, cuStream, in ncvDetectObjectsMultiScale_device()
[all …]
/external/opencv3/modules/cudaobjdetect/src/
Dcascadeclassifier.cpp264 ncvStat = h_haarStages->copySolid(*d_haarStages, 0); in load()
266 ncvStat = h_haarNodes->copySolid(*d_haarNodes, 0); in load()
268 ncvStat = h_haarFeatures->copySolid(*d_haarFeatures, 0); in load()
/external/opencv3/modules/cudalegacy/include/opencv2/cudalegacy/
DNCV.hpp586 NCVStatus copySolid(NCVVector<T> &dst, cudaStream_t cuStream, size_t howMuch=0) const in copySolid() function in NCVVector
766 NCVStatus copySolid(NCVMatrix<T> &dst, cudaStream_t cuStream, size_t howMuch=0) const in copySolid() function in NCVMatrix