Home
last modified time | relevance | path

Searched defs:_sizes (Results 1 – 5 of 5) sorted by relevance

/external/lzma/CPP/7zip/Archive/
DSplitHandler.cpp40 CRecordVector<UInt64> _sizes; member in NArchive::NSplit::CHandler
/external/opencv3/modules/python/src2/
Dcv2.cpp175 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/
Dmatrix.cpp370 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()
Dumatrix.cpp234 void UMat::create(int d, const int* _sizes, int _type, UMatUsageFlags _usageFlags) in create()
/external/opencv3/modules/core/include/opencv2/core/
Dmat.inl.hpp1643 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()