HomeSort by relevance Sort by last modified time
    Searched defs:imgSize (Results 1 - 4 of 4) sorted by null

  /external/skia/third_party/ktx/
ktx.cpp 314 uint32_t imgSize = this->readInt(&buf, &bytesLeft);
317 if (bytesLeft < imgSize) {
326 PixelData pd(buf, imgSize);
332 uint32_t imgSizePadded = (imgSize + 3) & ~3;
  /external/opencv/cv/src/
cvlkpyramid.cpp 46 intersect( CvPoint2D32f pt, CvSize win_size, CvSize imgSize,
62 max_pt->x = MIN( win_size.width, imgSize.width - ipt.x );
63 max_pt->y = MIN( win_size.height, imgSize.height - ipt.y );
67 static int icvMinimalPyramidSize( CvSize imgSize )
69 return cvAlign(imgSize.width,8) * imgSize.height / 3;
91 CvSize imgSize, levelSize;
128 imgSize = cvGetSize(imgA);
130 levelSize = imgSize;
141 assert( pyrBytes <= imgSize.width * imgSize.height * elem_size * 4 / 3 )
    [all...]
  /external/opencv/cvaux/include/
cvaux.h 511 float imgSize[2]; /* size of the camera view, used during calibration */
    [all...]
  /cts/apps/CtsVerifier/libs/
opencv-android.jar 

Completed in 187 milliseconds