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

  /external/dng_sdk/source/
dng_read_image.cpp 1663 uint64 tileOffset,
1694 // Ensure the "tileOffset += 2" operation below will not wrap around.
1695 if (tileOffset > std::numeric_limits<uint64>::max () - 2)
1702 tileOffset += 2;
1725 stream.SetReadPosition (tileOffset);
    [all...]
dng_image_writer.cpp     [all...]
  /external/opencv3/3rdparty/openexr/IlmImf/
ImfTileOffsets.cpp 120 Int64 tileOffset = is.tellg();
142 operator () (tileX, tileY, levelX, levelY) = tileOffset;
ImfTiledInputFile.cpp 296 Int64 tileOffset = ifd->tileOffsets (dx, dy, lx, ly);
298 if (tileOffset == 0)
304 if (ifd->currentPosition != tileOffset)
305 ifd->is->seekg (tileOffset);
351 ifd->currentPosition = tileOffset + 5 * Xdr::size<int>() + dataSize;
    [all...]

Completed in 87 milliseconds