HomeSort by relevance Sort by last modified time
    Searched refs:NCVMemoryTypeDevice (Results 1 - 10 of 10) sorted by null

  /external/opencv3/modules/cudaoptflow/src/
brox.cpp 150 frame0MemSeg.begin.memtype = NCVMemoryTypeDevice;
155 frame1MemSeg.begin.memtype = NCVMemoryTypeDevice;
160 uMemSeg.begin.memtype = NCVMemoryTypeDevice;
165 vMemSeg.begin.memtype = NCVMemoryTypeDevice;
180 NCVMemStackAllocator gpuAllocator(NCVMemoryTypeDevice, bufSize, static_cast<Ncv32u>(textureAlignment), buf.ptr());
  /external/opencv3/modules/cudalegacy/src/
NCV.cpp 197 case NCVMemoryTypeDevice:
212 case NCVMemoryTypeDevice:
227 case NCVMemoryTypeDevice:
269 case NCVMemoryTypeDevice:
284 case NCVMemoryTypeDevice:
299 case NCVMemoryTypeDevice:
362 case NCVMemoryTypeDevice:
403 case NCVMemoryTypeDevice:
523 case NCVMemoryTypeDevice:
556 case NCVMemoryTypeDevice
    [all...]
  /external/opencv3/modules/cudalegacy/test/
NCVTest.hpp 185 this->allocatorGPU.reset(new NCVMemStackAllocator(NCVMemoryTypeDevice, maxGPUsize, static_cast<Ncv32u>(devProp.textureAlignment)));
  /external/opencv3/samples/gpu/
cascadeclassifier_nvidia_api.cpp 226 NCVMemNativeAllocator gpuCascadeAllocator(NCVMemoryTypeDevice, static_cast<Ncv32u>(devProp.textureAlignment));
279 NCVMemStackAllocator gpuAllocator(NCVMemoryTypeDevice, gpuCounter.maxSize(), static_cast<Ncv32u>(devProp.textureAlignment));
opticalflow_nvidia_api.cpp 408 g_pGPUMemAllocator = Ptr<INCVMemAllocator> (new NCVMemNativeAllocator (NCVMemoryTypeDevice, static_cast<Ncv32u>(devProp.textureAlignment)));
  /external/opencv3/modules/cudaobjdetect/src/
cascadeclassifier.cpp 235 gpuCascadeAllocator = makePtr<NCVMemNativeAllocator>(NCVMemoryTypeDevice, static_cast<int>(devProp.textureAlignment));
307 gpuAllocator = makePtr<NCVMemStackAllocator>(NCVMemoryTypeDevice, gpuCounter.maxSize(), static_cast<int>(devProp.textureAlignment));
323 src_beg.memtype = NCVMemoryTypeDevice;
336 objects_beg.memtype = NCVMemoryTypeDevice;
  /external/opencv3/modules/cudalegacy/src/cuda/
NCVHaarObjectDetection.cu     [all...]
NPP_staging.cu 373 ncvAssertReturn(gpuAllocator.memType() == NCVMemoryTypeDevice ||
430 ncvAssertReturn(gpuAllocator.memType() == NCVMemoryTypeDevice ||
546 NCVMemStackAllocator gpuAllocator(NCVMemoryTypeDevice, bufSize, static_cast<Ncv32u>(devProp.textureAlignment), pBuffer);
561 NCVMemStackAllocator gpuAllocator(NCVMemoryTypeDevice, bufSize, static_cast<Ncv32u>(devProp.textureAlignment), pBuffer);
576 NCVMemStackAllocator gpuAllocator(NCVMemoryTypeDevice, bufSize, static_cast<Ncv32u>(devProp.textureAlignment), pBuffer);
    [all...]
NCVPyramid.cu 378 NcvBool bDeviceCode = alloc.memType() == NCVMemoryTypeDevice;
528 NcvBool bDeviceCode = this->layer0->memType() == NCVMemoryTypeDevice;
  /external/opencv3/modules/cudalegacy/include/opencv2/cudalegacy/
NCV.hpp 432 NCVMemoryTypeDevice

Completed in 2185 milliseconds