type_ 246 3rdparty/libjasper/jas_image.c cmpt->type_ = JAS_IMAGE_CT_UNKNOWN; type_ 266 3rdparty/libjasper/jas_image.c newcmpt->type_ = cmpt->type_; type_ 309 3rdparty/libjasper/jas_image.c cmpt->type_ = JAS_IMAGE_CT_UNKNOWN; type_ 824 3rdparty/libjasper/jas_image.c cmpt->sgnd_, (int)cmpt->type_); type_ 939 3rdparty/libjasper/jas_image.c if (image->cmpts_[cmptno]->type_ == ctype) { type_ 176 3rdparty/libjasper/jasper/jas_image.h jas_image_cmpttype_t type_; type_ 354 3rdparty/libjasper/jasper/jas_image.h ((image)->cmpts_[(cmptno)]->type_) type_ 356 3rdparty/libjasper/jasper/jas_image.h ((image)->cmpts_[(cmptno)]->type_ = (type)) type_ 639 3rdparty/libwebp/dec/vp8l.c assert(transform->type_ == COLOR_INDEXING_TRANSFORM); type_ 863 3rdparty/libwebp/dec/vp8l.c transform->type_ = type; type_ 1149 3rdparty/libwebp/dec/vp8l.c dec->transforms_[0].type_ == COLOR_INDEXING_TRANSFORM && type_ 37 3rdparty/libwebp/dec/vp8li.h VP8LImageTransformType type_; // transform type. type_ 1161 3rdparty/libwebp/dsp/lossless.c switch (transform->type_) { type_ 362 3rdparty/libwebp/enc/analysis.c mb->type_ = 1; // I16x16 type_ 372 3rdparty/libwebp/enc/filter.c if (it->mb_->type_ == 1 && it->mb_->skip_) return; type_ 473 3rdparty/libwebp/enc/frame.c const int i16 = (it->mb_->type_ == 1); type_ 530 3rdparty/libwebp/enc/frame.c if (it->mb_->type_ == 1) { // i16x16 type_ 577 3rdparty/libwebp/enc/frame.c if (it->mb_->type_ == 1) { // i16x16 type_ 660 3rdparty/libwebp/enc/frame.c enc->block_count_[0] += (mb->type_ == 0); type_ 661 3rdparty/libwebp/enc/frame.c enc->block_count_[1] += (mb->type_ == 1); type_ 668 3rdparty/libwebp/enc/frame.c case 1: *info = mb->type_; break; type_ 671 3rdparty/libwebp/enc/frame.c case 4: *info = (mb->type_ == 1) ? it->preds_[0] : 0xff; break; type_ 858 3rdparty/libwebp/enc/frame.c if (it->mb_->type_ == 1) { type_ 299 3rdparty/libwebp/enc/iterator.c it->mb_->type_ = 1; type_ 310 3rdparty/libwebp/enc/iterator.c it->mb_->type_ = 0; type_ 938 3rdparty/libwebp/enc/quant.c const int is_i16 = (it->mb_->type_ == 1); type_ 962 3rdparty/libwebp/enc/quant.c const int is_i16 = (it->mb_->type_ == 1); type_ 331 3rdparty/libwebp/enc/tree.c if (VP8PutBit(bw, (mb->type_ != 0), 145)) { // i16x16 type_ 229 3rdparty/libwebp/enc/vp8enci.h unsigned int type_:2; // 0=i4x4, 1=i16x16 type_ 63 modules/core/include/opencv2/core/cuda.inl.hpp GpuMat::GpuMat(int rows_, int cols_, int type_, Allocator* allocator_) type_ 67 modules/core/include/opencv2/core/cuda.inl.hpp create(rows_, cols_, type_); type_ 71 modules/core/include/opencv2/core/cuda.inl.hpp GpuMat::GpuMat(Size size_, int type_, Allocator* allocator_) type_ 75 modules/core/include/opencv2/core/cuda.inl.hpp create(size_.height, size_.width, type_); type_ 79 modules/core/include/opencv2/core/cuda.inl.hpp GpuMat::GpuMat(int rows_, int cols_, int type_, Scalar s_, Allocator* allocator_) type_ 84 modules/core/include/opencv2/core/cuda.inl.hpp create(rows_, cols_, type_); type_ 90 modules/core/include/opencv2/core/cuda.inl.hpp GpuMat::GpuMat(Size size_, int type_, Scalar s_, Allocator* allocator_) type_ 95 modules/core/include/opencv2/core/cuda.inl.hpp create(size_.height, size_.width, type_); type_ 134 modules/core/include/opencv2/core/cuda.inl.hpp void GpuMat::create(Size size_, int type_) type_ 136 modules/core/include/opencv2/core/cuda.inl.hpp create(size_.height, size_.width, type_); type_ 399 modules/core/include/opencv2/core/cuda.inl.hpp HostMem::HostMem(int rows_, int cols_, int type_, AllocType alloc_type_) type_ 403 modules/core/include/opencv2/core/cuda.inl.hpp create(rows_, cols_, type_); type_ 407 modules/core/include/opencv2/core/cuda.inl.hpp HostMem::HostMem(Size size_, int type_, AllocType alloc_type_) type_ 411 modules/core/include/opencv2/core/cuda.inl.hpp create(size_.height, size_.width, type_); type_ 462 modules/core/include/opencv2/core/cuda.inl.hpp void HostMem::create(Size size_, int type_) type_ 464 modules/core/include/opencv2/core/cuda.inl.hpp create(size_.height, size_.width, type_); type_ 277 modules/core/include/opencv2/core/opengl.hpp int type_; type_ 586 modules/core/include/opencv2/core/opengl.hpp return type_; type_ 592 modules/core/include/opencv2/core/opengl.hpp return CV_MAT_DEPTH(type_); type_ 598 modules/core/include/opencv2/core/opengl.hpp return CV_MAT_CN(type_); type_ 604 modules/core/include/opencv2/core/opengl.hpp return CV_ELEM_SIZE(type_); type_ 610 modules/core/include/opencv2/core/opengl.hpp return CV_ELEM_SIZE1(type_); type_ 49 modules/core/src/cuda_gpu_mat.cpp cv::cuda::GpuMat::GpuMat(int rows_, int cols_, int type_, void* data_, size_t step_) : type_ 50 modules/core/src/cuda_gpu_mat.cpp flags(Mat::MAGIC_VAL + (type_ & Mat::TYPE_MASK)), rows(rows_), cols(cols_), type_ 75 modules/core/src/cuda_gpu_mat.cpp cv::cuda::GpuMat::GpuMat(Size size_, int type_, void* data_, size_t step_) : type_ 76 modules/core/src/cuda_gpu_mat.cpp flags(Mat::MAGIC_VAL + (type_ & Mat::TYPE_MASK)), rows(size_.height), cols(size_.width), type_ 179 modules/core/src/cuda_host_mem.cpp void cv::cuda::HostMem::create(int rows_, int cols_, int type_) type_ 184 modules/core/src/cuda_host_mem.cpp (void) type_; type_ 193 modules/core/src/cuda_host_mem.cpp type_ &= Mat::TYPE_MASK; type_ 195 modules/core/src/cuda_host_mem.cpp if (rows == rows_ && cols == cols_ && type() == type_ && data) type_ 205 modules/core/src/cuda_host_mem.cpp flags = Mat::MAGIC_VAL + Mat::CONTINUOUS_FLAG + type_; type_ 1803 modules/core/src/ocl.cpp type_ = getProp<cl_device_type, int>(CL_DEVICE_TYPE); type_ 1857 modules/core/src/ocl.cpp int type_; type_ 1944 modules/core/src/ocl.cpp { return p ? p->type_ : 0; } type_ 479 modules/core/src/opengl.cpp type_ = atype; type_ 495 modules/core/src/opengl.cpp type_ = atype; type_ 524 modules/core/src/opengl.cpp type_ = mat.type(); type_ 541 modules/core/src/opengl.cpp if (rows_ != arows || cols_ != acols || type_ != atype) type_ 547 modules/core/src/opengl.cpp type_ = atype; type_ 560 modules/core/src/opengl.cpp type_ = 0; type_ 666 modules/core/src/opengl.cpp dmat.create(rows_, cols_, type_); type_ 675 modules/core/src/opengl.cpp arr.create(rows_, cols_, type_); type_ 696 modules/core/src/opengl.cpp arr.create(rows_, cols_, type_); type_ 745 modules/core/src/opengl.cpp return Mat(rows_, cols_, type_, impl_->mapHost(access)); type_ 768 modules/core/src/opengl.cpp return GpuMat(rows_, cols_, type_, impl_->mapDevice()); type_ 798 modules/core/src/opengl.cpp return GpuMat(rows_, cols_, type_, impl_->mapDevice(cuda::StreamAccessor::getStream(stream))); type_ 109 modules/cudafilters/src/filtering.cpp int type_; type_ 117 modules/cudafilters/src/filtering.cpp ksize_(ksize), anchor_(anchor), type_(srcType), borderMode_(borderMode), borderVal_(borderVal) type_ 132 modules/cudafilters/src/filtering.cpp CV_Assert( src.type() == type_ ); type_ 202 modules/cudafilters/src/filtering.cpp int type_; type_ 209 modules/cudafilters/src/filtering.cpp anchor_(anchor), type_(srcType), borderMode_(borderMode), borderVal_(borderVal) type_ 256 modules/cudafilters/src/filtering.cpp CV_Assert( src.type() == type_ ); type_ 512 modules/cudafilters/src/filtering.cpp int type_; type_ 523 modules/cudafilters/src/filtering.cpp type_(srcType), anchor_(anchor), iters_(iterations) type_ 569 modules/cudafilters/src/filtering.cpp CV_Assert( src.type() == type_ ); type_ 579 modules/cudafilters/src/filtering.cpp ensureSizeIsEnough(srcBorder_.size(), type_, buf_); type_ 802 modules/cudafilters/src/filtering.cpp int type_; type_ 813 modules/cudafilters/src/filtering.cpp type_(srcType), ksize_(ksize), anchor_(anchor), borderMode_(borderMode), borderVal_(borderVal) type_ 831 modules/cudafilters/src/filtering.cpp CV_Assert( src.type() == type_ ); type_ 7499 modules/features2d/src/agast.cpp void setType(int type_) { type = type_; } type_ 416 modules/features2d/src/fast.cpp void setType(int type_) { type = type_; } type_ 17168 modules/ts/include/opencv2/ts/ts_gtest.h : type_(a_type), type_ 17176 modules/ts/include/opencv2/ts/ts_gtest.h Type type() const { return type_; } type_ 17195 modules/ts/include/opencv2/ts/ts_gtest.h bool passed() const { return type_ == kSuccess; } type_ 17198 modules/ts/include/opencv2/ts/ts_gtest.h bool failed() const { return type_ != kSuccess; } type_ 17201 modules/ts/include/opencv2/ts/ts_gtest.h bool nonfatally_failed() const { return type_ == kNonFatalFailure; } type_ 17204 modules/ts/include/opencv2/ts/ts_gtest.h bool fatally_failed() const { return type_ == kFatalFailure; } type_ 17207 modules/ts/include/opencv2/ts/ts_gtest.h Type type_; type_ 183 modules/ts/src/ts_gtest.cpp const TestPartResult::Type type_; type_ 2153 modules/ts/src/ts_gtest.cpp type_(type), type_ 2161 modules/ts/src/ts_gtest.cpp EXPECT_PRED_FORMAT3(HasOneFailure, *results_, type_, substr_);