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

  /external/opencv3/3rdparty/libtiff/
tif_strip.c 248 uint64 scanlinesize; local
250 scanlinesize=TIFFScanlineSize64(tif);
251 if (scanlinesize==0)
252 scanlinesize=1;
253 rows=(uint64)STRIP_SIZE_DEFAULT/scanlinesize;
268 * The ScanlineSize in case of YCbCrSubsampling is defined as the
  /external/pdfium/third_party/libtiff/
tif_strip.c 248 uint64 scanlinesize; local
250 scanlinesize=TIFFScanlineSize64(tif);
251 if (scanlinesize==0)
252 scanlinesize=1;
253 rows=(uint64)STRIP_SIZE_DEFAULT/scanlinesize;
268 * The ScanlineSize in case of YCbCrSubsampling is defined as the
  /external/opencv3/modules/imgcodecs/src/
grfmt_tiff.cpp 593 size_t scanlineSize = TIFFScanlineSize(pTiffHandle);
594 AutoBuffer<uchar> _buffer(scanlineSize+32);
608 memcpy(buffer, img.ptr(y), scanlineSize);
  /external/ImageMagick/MagickCore/
effect.c     [all...]

Completed in 436 milliseconds