Home
last modified time | relevance | path

Searched refs:NCVMemoryTypeHostPinned (Results 1 – 9 of 9) sorted by relevance

/external/opencv3/modules/cudalegacy/src/
DNCV.cpp189 case NCVMemoryTypeHostPinned: in memSegCopyHelper()
193 case NCVMemoryTypeHostPinned: in memSegCopyHelper()
216 case NCVMemoryTypeHostPinned: in memSegCopyHelper()
258 case NCVMemoryTypeHostPinned: in memSegCopyHelper2D()
262 case NCVMemoryTypeHostPinned: in memSegCopyHelper2D()
288 case NCVMemoryTypeHostPinned: in memSegCopyHelper2D()
365 case NCVMemoryTypeHostPinned: in NCVMemStackAllocator()
406 case NCVMemoryTypeHostPinned: in ~NCVMemStackAllocator()
526 case NCVMemoryTypeHostPinned: in alloc()
559 case NCVMemoryTypeHostPinned: in dealloc()
[all …]
/external/opencv3/modules/cudalegacy/test/
DNCVTestSourceProvider.hpp70 …allocatorCPU.reset(new NCVMemNativeAllocator(NCVMemoryTypeHostPinned, static_cast<Ncv32u>(devProp.… in NCVTestSourceProvider()
105 …allocatorCPU.reset(new NCVMemNativeAllocator(NCVMemoryTypeHostPinned, static_cast<Ncv32u>(devProp.… in NCVTestSourceProvider()
DNCVTest.hpp187 …this->allocatorCPU.reset(new NCVMemStackAllocator(NCVMemoryTypeHostPinned, maxCPUsize, static_cast… in initMemory()
/external/opencv3/modules/cudalegacy/src/cuda/
DNCVColorConversion.hpp83 …(h_imgIn.memType() == NCVMemoryTypeHostPinned || h_imgIn.memType() == NCVMemoryTypeNone), NCV_MEM_…
DNCVHaarObjectDetection.cu1920 … h_integralImage.memType() == NCVMemoryTypeHostPinned), NCV_MEM_RESIDENCE_ERROR); in ncvApplyHaarClassifierCascade_host()
1924 h_HaarStages.memType() == NCVMemoryTypeHostPinned), NCV_MEM_RESIDENCE_ERROR); in ncvApplyHaarClassifierCascade_host()
2442 ncvAssertReturn(h_HaarStages.memType() == NCVMemoryTypeHostPinned && in ncvHaarLoadFromFile_host()
2443 h_HaarNodes.memType() == NCVMemoryTypeHostPinned && in ncvHaarLoadFromFile_host()
2444 h_HaarFeatures.memType() == NCVMemoryTypeHostPinned, NCV_MEM_RESIDENCE_ERROR); in ncvHaarLoadFromFile_host()
2491 ncvAssertReturn(h_HaarStages.memType() == NCVMemoryTypeHostPinned && in ncvHaarStoreNVBIN_host()
2492 h_HaarNodes.memType() == NCVMemoryTypeHostPinned && in ncvHaarStoreNVBIN_host()
2493 h_HaarFeatures.memType() == NCVMemoryTypeHostPinned, NCV_MEM_RESIDENCE_ERROR); in ncvHaarStoreNVBIN_host()
DNCVPyramid.cu386 NCVMemNativeAllocator allocCPU(NCVMemoryTypeHostPinned, 512);
531 NCVMemNativeAllocator allocCPU(NCVMemoryTypeHostPinned, 512);
/external/opencv3/samples/gpu/
Dcascadeclassifier_nvidia_api.cpp228 …NCVMemNativeAllocator cpuCascadeAllocator(NCVMemoryTypeHostPinned, static_cast<Ncv32u>(devProp.tex… in main()
281 …NCVMemStackAllocator cpuAllocator(NCVMemoryTypeHostPinned, cpuCounter.maxSize(), static_cast<Ncv32… in main()
/external/opencv3/modules/cudaobjdetect/src/
Dcascadeclassifier.cpp236 …cpuCascadeAllocator = makePtr<NCVMemNativeAllocator>(NCVMemoryTypeHostPinned, static_cast<int>(dev… in load()
308 …cpuAllocator = makePtr<NCVMemStackAllocator>(NCVMemoryTypeHostPinned, cpuCounter.maxSize(), static… in calculateMemReqsAndAllocate()
/external/opencv3/modules/cudalegacy/include/opencv2/cudalegacy/
DNCV.hpp431 NCVMemoryTypeHostPinned, enumerator