Home
last modified time | relevance | path

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

/external/opencv3/modules/cudalegacy/include/opencv2/cudalegacy/
DNCV.hpp583 _memtype = NCVMemoryTypeNone; in clear()
599 ncvAssertReturn((this->_ptr != NULL || this->_memtype == NCVMemoryTypeNone) && in copySolid()
600 (dst._ptr != NULL || dst._memtype == NCVMemoryTypeNone), NCV_NULL_PTR); in copySolid()
603 if (this->_memtype != NCVMemoryTypeNone) in copySolid()
605 ncvStat = memSegCopyHelper(dst._ptr, dst._memtype, in copySolid()
606 this->_ptr, this->_memtype, in copySolid()
615 NCVMemoryType memType() const {return this->_memtype;} in memType()
621 NCVMemoryType _memtype; member in NCVVector
651 this->_memtype = this->allocatedMem.begin.memtype; in NCVVectorAlloc()
703 this->_memtype = memSegment.begin.memtype; in NCVVectorReuse()
[all …]