Home
last modified time | relevance | path

Searched refs:NCVMemoryTypeDevice (Results 1 – 10 of 10) sorted by relevance

/external/opencv3/modules/cudaoptflow/src/
Dbrox.cpp150 frame0MemSeg.begin.memtype = NCVMemoryTypeDevice; in calc()
155 frame1MemSeg.begin.memtype = NCVMemoryTypeDevice; in calc()
160 uMemSeg.begin.memtype = NCVMemoryTypeDevice; in calc()
165 vMemSeg.begin.memtype = NCVMemoryTypeDevice; in calc()
180 …NCVMemStackAllocator gpuAllocator(NCVMemoryTypeDevice, bufSize, static_cast<Ncv32u>(textureAlignme… in calc()
/external/opencv3/modules/cudalegacy/src/
DNCV.cpp197 case NCVMemoryTypeDevice: in memSegCopyHelper()
212 case NCVMemoryTypeDevice: in memSegCopyHelper()
227 case NCVMemoryTypeDevice: in memSegCopyHelper()
269 case NCVMemoryTypeDevice: in memSegCopyHelper2D()
284 case NCVMemoryTypeDevice: in memSegCopyHelper2D()
299 case NCVMemoryTypeDevice: in memSegCopyHelper2D()
362 case NCVMemoryTypeDevice: in NCVMemStackAllocator()
403 case NCVMemoryTypeDevice: in ~NCVMemStackAllocator()
523 case NCVMemoryTypeDevice: in alloc()
556 case NCVMemoryTypeDevice: in dealloc()
/external/opencv3/samples/gpu/
Dcascadeclassifier_nvidia_api.cpp226 …NCVMemNativeAllocator gpuCascadeAllocator(NCVMemoryTypeDevice, static_cast<Ncv32u>(devProp.texture… in main()
279 …NCVMemStackAllocator gpuAllocator(NCVMemoryTypeDevice, gpuCounter.maxSize(), static_cast<Ncv32u>(d… in main()
Dopticalflow_nvidia_api.cpp408 …g_pGPUMemAllocator = Ptr<INCVMemAllocator> (new NCVMemNativeAllocator (NCVMemoryTypeDevice, stati… in main()
/external/opencv3/modules/cudaobjdetect/src/
Dcascadeclassifier.cpp235 …gpuCascadeAllocator = makePtr<NCVMemNativeAllocator>(NCVMemoryTypeDevice, static_cast<int>(devProp… in load()
307 …gpuAllocator = makePtr<NCVMemStackAllocator>(NCVMemoryTypeDevice, gpuCounter.maxSize(), static_cas… in calculateMemReqsAndAllocate()
323 src_beg.memtype = NCVMemoryTypeDevice; in process()
336 objects_beg.memtype = NCVMemoryTypeDevice; in process()
/external/opencv3/modules/cudalegacy/test/
DNCVTest.hpp185 …this->allocatorGPU.reset(new NCVMemStackAllocator(NCVMemoryTypeDevice, maxGPUsize, static_cast<Ncv… in initMemory()
/external/opencv3/modules/cudalegacy/src/cuda/
DNCVHaarObjectDetection.cu978 (integral.memType() == NCVMemoryTypeDevice || in ncvApplyHaarClassifierCascade_device()
983 (d_HaarStages.memType() == NCVMemoryTypeDevice || in ncvApplyHaarClassifierCascade_device()
986 ncvAssertReturn(h_HaarStages.memType() != NCVMemoryTypeDevice, NCV_MEM_RESIDENCE_ERROR); in ncvApplyHaarClassifierCascade_device()
1496 pixelMask.memType() == NCVMemoryTypeDevice, NCV_MEM_RESIDENCE_ERROR); in ncvGrowDetectionsVector_device()
1568 (d_srcImg.memType() == NCVMemoryTypeDevice || in ncvDetectObjectsMultiScale_device()
1573 (d_HaarStages.memType() == NCVMemoryTypeDevice || in ncvDetectObjectsMultiScale_device()
1576 ncvAssertReturn(h_HaarStages.memType() != NCVMemoryTypeDevice, NCV_MEM_RESIDENCE_ERROR); in ncvDetectObjectsMultiScale_device()
2079 pixelMask.memType() != NCVMemoryTypeDevice, NCV_MEM_RESIDENCE_ERROR); in ncvGrowDetectionsVector_host()
DNPP_staging.cu373 ncvAssertReturn(gpuAllocator.memType() == NCVMemoryTypeDevice || in ncvIntegralImage_device()
430 ncvAssertReturn(gpuAllocator.memType() == NCVMemoryTypeDevice || in ncvSquaredIntegralImage_device()
546 …NCVMemStackAllocator gpuAllocator(NCVMemoryTypeDevice, bufSize, static_cast<Ncv32u>(devProp.textur… in nppiStIntegral_8u32u_C1R()
561 …NCVMemStackAllocator gpuAllocator(NCVMemoryTypeDevice, bufSize, static_cast<Ncv32u>(devProp.textur… in nppiStIntegral_32f32f_C1R()
576 …NCVMemStackAllocator gpuAllocator(NCVMemoryTypeDevice, bufSize, static_cast<Ncv32u>(devProp.textur… in nppiStSqrIntegral_8u64u_C1R()
1575 …NCVMemStackAllocator gpuAllocator(NCVMemoryTypeDevice, bufSize, static_cast<Ncv32u>(devProp.textur… in nppsStCompact_32u()
DNCVPyramid.cu378 NcvBool bDeviceCode = alloc.memType() == NCVMemoryTypeDevice;
528 NcvBool bDeviceCode = this->layer0->memType() == NCVMemoryTypeDevice;
/external/opencv3/modules/cudalegacy/include/opencv2/cudalegacy/
DNCV.hpp432 NCVMemoryTypeDevice enumerator