Home
last modified time | relevance | path

Searched refs:NCVMemNativeAllocator (Results 1 – 7 of 7) sorted by relevance

/external/opencv3/modules/cudalegacy/src/
DNCV.cpp500 NCVMemNativeAllocator::NCVMemNativeAllocator(NCVMemoryType memT, Ncv32u alignment_) : in NCVMemNativeAllocator() function in NCVMemNativeAllocator
510 NCVMemNativeAllocator::~NCVMemNativeAllocator() in ~NCVMemNativeAllocator()
516 NCVStatus NCVMemNativeAllocator::alloc(NCVMemSegment &seg, size_t size) in alloc()
545 NCVStatus NCVMemNativeAllocator::dealloc(NCVMemSegment &seg) in dealloc()
574 NcvBool NCVMemNativeAllocator::isInitialized(void) const in isInitialized()
580 NcvBool NCVMemNativeAllocator::isCounting(void) const in isCounting()
586 NCVMemoryType NCVMemNativeAllocator::memType(void) const in memType()
592 Ncv32u NCVMemNativeAllocator::alignment(void) const in alignment()
598 size_t NCVMemNativeAllocator::maxSize(void) const in maxSize()
/external/opencv3/modules/cudalegacy/include/opencv2/cudalegacy/
DNCV.hpp520 class CV_EXPORTS NCVMemNativeAllocator : public INCVMemAllocator class
524 NCVMemNativeAllocator(NCVMemoryType memT, Ncv32u alignment);
525 virtual ~NCVMemNativeAllocator();
539 NCVMemNativeAllocator();
540 NCVMemNativeAllocator(const NCVMemNativeAllocator &);
/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()
/external/opencv3/samples/gpu/
Dcascadeclassifier_nvidia_api.cpp226NCVMemNativeAllocator gpuCascadeAllocator(NCVMemoryTypeDevice, static_cast<Ncv32u>(devProp.texture… in main()
228NCVMemNativeAllocator cpuCascadeAllocator(NCVMemoryTypeHostPinned, static_cast<Ncv32u>(devProp.tex… in main()
Dopticalflow_nvidia_api.cpp408 …g_pGPUMemAllocator = Ptr<INCVMemAllocator> (new NCVMemNativeAllocator (NCVMemoryTypeDevice, stati… in main()
411 …g_pHostMemAllocator = Ptr<INCVMemAllocator> (new NCVMemNativeAllocator (NCVMemoryTypeHostPageable,… in main()
/external/opencv3/modules/cudaobjdetect/src/
Dcascadeclassifier.cpp140 Ptr<NCVMemNativeAllocator> gpuCascadeAllocator;
141 Ptr<NCVMemNativeAllocator> cpuCascadeAllocator;
235 …gpuCascadeAllocator = makePtr<NCVMemNativeAllocator>(NCVMemoryTypeDevice, static_cast<int>(devProp… in load()
236 …cpuCascadeAllocator = makePtr<NCVMemNativeAllocator>(NCVMemoryTypeHostPinned, static_cast<int>(dev… in load()
/external/opencv3/modules/cudalegacy/src/cuda/
DNCVPyramid.cu386 NCVMemNativeAllocator allocCPU(NCVMemoryTypeHostPinned, 512);
531 NCVMemNativeAllocator allocCPU(NCVMemoryTypeHostPinned, 512);