Home
last modified time | relevance | path

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

/external/opencv3/modules/cudalegacy/include/opencv2/cudalegacy/
DNCV.hpp696 explicit NCVVectorReuse(const NCVMemSegment &memSegment) in NCVVectorReuse() argument
701 this->_length = memSegment.size / sizeof(T); in NCVVectorReuse()
702 this->_ptr = (T *)memSegment.begin.ptr; in NCVVectorReuse()
703 this->_memtype = memSegment.begin.memtype; in NCVVectorReuse()
708 NCVVectorReuse(const NCVMemSegment &memSegment, Ncv32u length_) in NCVVectorReuse() argument
713 ncvAssertPrintReturn(length_ * sizeof(T) <= memSegment.size, \ in NCVVectorReuse()
717 this->_ptr = (T *)memSegment.begin.ptr; in NCVVectorReuse()
718 this->_memtype = memSegment.begin.memtype; in NCVVectorReuse()
926 …NCVMatrixReuse(const NCVMemSegment &memSegment, Ncv32u alignment, Ncv32u width_, Ncv32u height_, N… in NCVMatrixReuse() argument
949 ncvAssertPrintReturn(pitchBytes * height_ <= memSegment.size, \ in NCVMatrixReuse()
[all …]