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

  /external/opencv3/modules/core/src/
cuda_host_mem.cpp 54 class HostMemAllocator : public MatAllocator
136 MatAllocator* cv::cuda::HostMem::getAllocator(AllocType alloc_type)
143 static std::map<unsigned int, Ptr<MatAllocator> > allocators;
155 Ptr<MatAllocator>& a = allocators[flag];
umatrix.cpp 53 UMatData::UMatData(const MatAllocator* allocator)
88 MatAllocator* UMat::getStdAllocator()
218 MatAllocator *a = allocator, *a0 = getStdAllocator();
262 MatAllocator *a = allocator, *a0 = getStdAllocator();
matrix.cpp 54 void MatAllocator::map(UMatData*, int) const
58 void MatAllocator::unmap(UMatData* u) const
67 void MatAllocator::download(UMatData* u, void* dstptr,
99 void MatAllocator::upload(UMatData* u, const void* srcptr, int dims, const size_t sz[],
129 void MatAllocator::copy(UMatData* usrc, UMatData* udst, int dims, const size_t sz[],
162 BufferPoolController* MatAllocator::getBufferPoolController(const char* id) const
169 class StdMatAllocator : public MatAllocator
225 MatAllocator* Mat::getStdAllocator()
395 MatAllocator *a = allocator, *a0 = getStdAllocator();
    [all...]
ocl.cpp     [all...]
  /external/opencv3/modules/core/include/opencv2/core/
mat.hpp 380 /////////////////////////////////// MatAllocator //////////////////////////////////////
399 class CV_EXPORTS MatAllocator
402 MatAllocator() {}
403 virtual ~MatAllocator() {}
469 UMatData(const MatAllocator* allocator);
486 const MatAllocator* prevAllocator;
487 const MatAllocator* currAllocator;
    [all...]
cuda.hpp 358 static MatAllocator* getAllocator(AllocType alloc_type = PAGE_LOCKED);
ocl.hpp 673 CV_EXPORTS MatAllocator* getOpenCLAllocator();
  /external/opencv3/modules/python/src2/
cv2.cpp 138 class NumpyAllocator : public MatAllocator
202 const MatAllocator* stdAllocator;
    [all...]

Completed in 509 milliseconds