Home
last modified time | relevance | path

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

/external/opencv3/modules/cudalegacy/include/opencv2/cudalegacy/
DNCV.hpp339 NCV_MEM_COPY_ERROR, enumerator
590 ncvAssertReturn(dst._length == this->_length, NCV_MEM_COPY_ERROR); in copySolid()
597 howMuch > 0, NCV_MEM_COPY_ERROR); in copySolid()
771 dst._height == this->_height, NCV_MEM_COPY_ERROR); in copySolid()
778 howMuch > 0, NCV_MEM_COPY_ERROR); in copySolid()
797 dst.width() >= roi.width && dst.height() >= roi.height, NCV_MEM_COPY_ERROR); in copy2D()
/external/opencv3/modules/cudalegacy/src/
DNCV.cpp92 error_entry( NCV_MEM_COPY_ERROR ),