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

  /external/opencv/otherlibs/highgui/
grfmt_tiff.cpp 699 int i, stripCount = (height + rowsPerStrip - 1) / rowsPerStrip;
705 int* stripOffsets = new int[stripCount];
706 short* stripCounts = new short[stripCount];
718 for( i = 0; i < stripCount; i++ )
740 i == stripCount - 1);*/
743 if( stripCount > 2 )
746 for( i = 0; i < stripCount; i++ )
750 for( i = 0; i < stripCount; i++ )
753 else if(stripCount == 2)
756 for (i = 0; i < stripCount; i++
    [all...]
  /packages/apps/Gallery2/tests/src/com/android/gallery3d/exif/
ExifReaderTest.java 108 int stripCount = ifd1.getTag(
114 stripCount == (imageLength + rowsPerStrip - 1) / rowsPerStrip);
123 stripCount ==
133 for (int i = 0; i < stripCount; i++) {
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
ExifOutputStream.java 401 int stripCount = mExifData.getStripCount();
413 long[] lengths = new long[stripCount];
468 int stripCount = mExifData.getStripCount();
469 long[] offsets = new long[stripCount];

Completed in 106 milliseconds