OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:copySolid
(Results
1 - 14
of
14
) sorted by null
/external/opencv3/modules/cudalegacy/test/
TestHypothesesGrow.cpp
110
ncvStat = h_vecSrc.
copySolid
(d_vecSrc, 0);
112
ncvStat = h_vecDst.
copySolid
(d_vecDst, 0);
124
ncvStat = d_vecDst.
copySolid
(h_vecDst_d, 0);
TestCompact.cpp
114
ncvStat = h_vecSrc.
copySolid
(d_vecSrc, 0);
120
ncvStat = d_vecDst.
copySolid
(h_vecDst_d, 0);
TestIntegralImageSquared.cpp
101
ncvStat = h_img.
copySolid
(d_img, 0);
110
ncvStat = d_imgSII.
copySolid
(h_imgSII_d, 0);
TestHaarCascadeApplication.cpp
149
ncvAssertReturn(NCV_SUCCESS == h_HaarStages.
copySolid
(d_HaarStages, 0), false);
150
ncvAssertReturn(NCV_SUCCESS == h_HaarNodes.
copySolid
(d_HaarNodes, 0), false);
151
ncvAssertReturn(NCV_SUCCESS == h_HaarFeatures.
copySolid
(d_HaarFeatures, 0), false);
215
ncvStat = h_img.
copySolid
(d_img, 0);
244
ncvStat = d_integralImage.
copySolid
(h_integralImage, 0);
246
ncvStat = d_rectStdDev.
copySolid
(h_rectStdDev, 0);
302
ncvStat = d_pixelMask.
copySolid
(h_pixelMask_d, 0);
TestResize.cpp
110
ncvStat = h_img.
copySolid
(d_img, 0);
133
ncvStat = d_small.
copySolid
(h_small_d, 0);
TestTranspose.cpp
99
ncvStat = h_img.
copySolid
(d_img, 0);
120
ncvStat = d_dst.
copySolid
(h_dst_d, 0);
TestDrawRects.cpp
102
ncvStat = h_img.
copySolid
(d_img, 0);
117
ncvStat = h_rects.
copySolid
(d_rects, 0);
138
ncvStat = d_img.
copySolid
(h_img_d, 0);
TestIntegralImage.cpp
120
ncvStat = h_img.
copySolid
(d_img, 0);
144
ncvStat = d_imgII.
copySolid
(h_imgII_d, 0);
TestRectStdDev.cpp
133
ncvStat = h_img.
copySolid
(d_img, 0);
156
ncvStat = d_norm.
copySolid
(h_norm_d, 0);
/external/opencv3/samples/gpu/
opticalflow_nvidia_api.cpp
197
ncvAssertReturnNcvStat (u.
copySolid
(host_u, 0));
198
ncvAssertReturnNcvStat (v.
copySolid
(host_v, 0));
435
ncvAssertReturnNcvStat (src_host->
copySolid
( *src, 0 ));
436
ncvAssertReturnNcvStat (dst_host->
copySolid
( *dst, 0 ));
505
ncvAssertReturnNcvStat (h_r.
copySolid
( d_r, 0 ));
506
ncvAssertReturnNcvStat (h_g.
copySolid
( d_g, 0 ));
507
ncvAssertReturnNcvStat (h_b.
copySolid
( d_b, 0 ));
513
ncvAssertReturnNcvStat (h_r.
copySolid
( d_rt, 0 ));
514
ncvAssertReturnNcvStat (h_g.
copySolid
( d_gt, 0 ));
515
ncvAssertReturnNcvStat (h_b.
copySolid
( d_bt, 0 ))
[
all
...]
cascadeclassifier_nvidia_api.cpp
116
ncvStat = h_src.
copySolid
(d_src, 0);
141
ncvStat = d_src.
copySolid
(h_src, 0);
254
ncvStat = h_haarStages.
copySolid
(d_haarStages, 0);
256
ncvStat = h_haarNodes.
copySolid
(d_haarNodes, 0);
258
ncvStat = h_haarFeatures.
copySolid
(d_haarFeatures, 0);
/external/opencv3/modules/cudalegacy/src/cuda/
NCVHaarObjectDetection.cu
[
all
...]
/external/opencv3/modules/cudaobjdetect/src/
cascadeclassifier.cpp
264
ncvStat = h_haarStages->
copySolid
(*d_haarStages, 0);
266
ncvStat = h_haarNodes->
copySolid
(*d_haarNodes, 0);
268
ncvStat = h_haarFeatures->
copySolid
(*d_haarFeatures, 0);
/external/opencv3/modules/cudalegacy/include/opencv2/cudalegacy/
NCV.hpp
586
NCVStatus
copySolid
(NCVVector<T> &dst, cudaStream_t cuStream, size_t howMuch=0) const
766
NCVStatus
copySolid
(NCVMatrix<T> &dst, cudaStream_t cuStream, size_t howMuch=0) const
Completed in 326 milliseconds