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

  /external/dng_sdk/source/
dng_read_image.cpp 1664 uint32 tileByteCount,
1668 // This ensures that the "tileByteCount -= 2" operation below will not wrap
1670 if (tileByteCount <= 2)
1703 tileByteCount -= 2;
1710 SafeUint32Add(tablesByteCount, tileByteCount)));
1727 stream.Get (buffer->Buffer_uint8 () + tablesByteCount, tileByteCount);
1753 uint32 tileByteCount,
    [all...]
dng_image_writer.cpp     [all...]

Completed in 288 milliseconds