Home
last modified time | relevance | path

Searched refs:samplesPerTile (Results 1 – 2 of 2) sorted by relevance

/external/dng_sdk/source/
Ddng_read_image.cpp1197 uint32 samplesPerTile = SafeUint32Mult(samplesPerRow, rows); in ReadUncompressed() local
1221 stream.Get (uncompressedBuffer->Buffer (), samplesPerTile); in ReadUncompressed()
1232 for (uint32 j = 0; j < samplesPerTile; j++) in ReadUncompressed()
1248 for (uint32 j = 0; j < samplesPerTile; j++) in ReadUncompressed()
1278 stream.Get (uncompressedBuffer->Buffer (), samplesPerTile * 2); in ReadUncompressed()
1284 samplesPerTile); in ReadUncompressed()
1295 stream.Get (uncompressedBuffer->Buffer (), samplesPerTile * 4); in ReadUncompressed()
1301 samplesPerTile); in ReadUncompressed()
Ddng_ifd.cpp4109 uint32 samplesPerTile = bytesPerTile / bytesPerSample; in FindTileSize() local
4111 uint32 tileSide = Round_uint32 (sqrt ((real64) samplesPerTile)); in FindTileSize()
4122 samplesPerTile / fTileWidth, in FindTileSize()