Searched defs:_sizes (Results 1 – 5 of 5) sorted by relevance
/external/lzma/CPP/7zip/Archive/ |
D | SplitHandler.cpp | 40 CRecordVector<UInt64> _sizes; member in NArchive::NSplit::CHandler
|
/external/opencv3/modules/python/src2/ |
D | cv2.cpp | 175 cv::AutoBuffer<npy_intp> _sizes(dims + 1); in allocate() local 308 const npy_intp* _sizes = PyArray_DIMS(oarr); in pyopencv_to() local
|
/external/opencv3/modules/core/src/ |
D | matrix.cpp | 370 void Mat::create(int d, const int* _sizes, int _type) in create() 511 Mat::Mat(int _dims, const int* _sizes, int _type, void* _data, const size_t* _steps) in Mat() 557 int _sizes[CV_MAX_DIM]; in cvMatNDToMat() local 4712 SparseMat::Hdr::Hdr( int _dims, const int* _sizes, int _type ) in Hdr() 4772 void SparseMat::create(int d, const int* _sizes, int _type) in create()
|
D | umatrix.cpp | 234 void UMat::create(int d, const int* _sizes, int _type, UMatUsageFlags _usageFlags) in create()
|
/external/opencv3/modules/core/include/opencv2/core/ |
D | mat.inl.hpp | 1643 SparseMat::SparseMat(int _dims, const int* _sizes, int _type) in SparseMat() 1970 SparseMat_<_Tp>::SparseMat_(int _dims, const int* _sizes) in SparseMat_() 2036 void SparseMat_<_Tp>::create(int _dims, const int* _sizes) in create()
|