Searched refs:NCVMemoryTypeHostPinned (Results 1 – 9 of 9) sorted by relevance
/external/opencv3/modules/cudalegacy/src/ |
D | NCV.cpp | 189 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/ |
D | NCVTestSourceProvider.hpp | 70 …allocatorCPU.reset(new NCVMemNativeAllocator(NCVMemoryTypeHostPinned, static_cast<Ncv32u>(devProp.… in NCVTestSourceProvider() 105 …allocatorCPU.reset(new NCVMemNativeAllocator(NCVMemoryTypeHostPinned, static_cast<Ncv32u>(devProp.… in NCVTestSourceProvider()
|
D | NCVTest.hpp | 187 …this->allocatorCPU.reset(new NCVMemStackAllocator(NCVMemoryTypeHostPinned, maxCPUsize, static_cast… in initMemory()
|
/external/opencv3/modules/cudalegacy/src/cuda/ |
D | NCVColorConversion.hpp | 83 …(h_imgIn.memType() == NCVMemoryTypeHostPinned || h_imgIn.memType() == NCVMemoryTypeNone), NCV_MEM_…
|
D | NCVHaarObjectDetection.cu | 1920 … 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()
|
D | NCVPyramid.cu | 386 NCVMemNativeAllocator allocCPU(NCVMemoryTypeHostPinned, 512); 531 NCVMemNativeAllocator allocCPU(NCVMemoryTypeHostPinned, 512);
|
/external/opencv3/samples/gpu/ |
D | cascadeclassifier_nvidia_api.cpp | 228 …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/ |
D | cascadeclassifier.cpp | 236 …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/ |
D | NCV.hpp | 431 NCVMemoryTypeHostPinned, enumerator
|