HomeSort by relevance Sort by last modified time
    Searched refs:fixedType (Results 1 - 18 of 18) sorted by null

  /frameworks/av/media/img_utils/include/img_utils/
TiffWriter.h 288 TagType fixedType = definition->defaultType;
289 if (TiffEntry::forceValidType(fixedType, data) == NULL) {
294 *outEntry = new TiffEntryImpl<T>(tag, fixedType, count,
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/Carbon/
QuickDraw.py 69 fixedType = 1
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/Carbon/
QuickDraw.py 69 fixedType = 1
  /external/opencv3/modules/imgproc/src/
featureselect.cpp 257 Mat(corners).convertTo(_corners, _corners.fixedType() ? _corners.type() : CV_32F);
403 Mat(corners).convertTo(_corners, _corners.fixedType() ? _corners.type() : CV_32F);
convhull.cpp 142 returnPoints = !_hull.fixedType() ? returnPoints : _hull.type() != CV_32S;
  /external/opencv3/modules/core/src/
matrix.cpp     [all...]
downhill_simplex.cpp 204 int x_type = x_.fixedType() ? x_.type() : CV_64F;
umatrix.cpp 623 if( _dst.fixedType() && dtype != type() )
716 _type = _dst.fixedType() ? _dst.type() : stype;
copy.cpp 279 if( _dst.fixedType() && dtype != type() )
    [all...]
arithm.cpp     [all...]
convert.cpp     [all...]
  /external/opencv3/modules/cudastereo/src/
stereobp.cpp 342 const int dtype = disp.fixedType() ? disp.type() : CV_16SC1;
stereocsbp.cpp 303 const int dtype = disp.fixedType() ? disp.type() : CV_16SC1;
  /external/opencv3/modules/ml/src/
em.cpp 170 if( _outputs.fixedType() )
206 if( _probs.fixedType() )
  /external/opencv3/modules/calib3d/src/
fundam.cpp     [all...]
stereobm.cpp     [all...]
  /external/opencv3/modules/core/include/opencv2/core/
mat.hpp 314 bool fixedType() const;
    [all...]
  /external/guice/lib/build/
felix-2.0.5.jar 

Completed in 1529 milliseconds