Home
last modified time | relevance | path

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

/external/dng_sdk/source/
Ddng_image_writer.cpp4607 uint32 tileRowBytes = SafeUint32Mult (ifd.fTileWidth, bytesPerPixel); in WriteImage() local
4618 kImageBufferSize / tileRowBytes, in WriteImage()
4630 uint32 uncompressedSize = SafeUint32Mult(subTileLength, tileRowBytes); in WriteImage()