Home
last modified time | relevance | path

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

/external/dng_sdk/source/
Ddng_ifd.cpp90 , fTileLength (0) in dng_ifd()
629 fTileLength = stream.TagValue_uint32 (tagType); in ParseTag()
635 printf ("RowsPerStrip: %u\n", (unsigned) fTileLength); in ParseTag()
838 fTileLength = stream.TagValue_uint32 (tagType); in ParseTag()
844 printf ("TileLength: %u\n", (unsigned) fTileLength); in ParseTag()
2486 if (fTileLength == 0) in PostParse()
2488 fTileLength = fImageLength; in PostParse()
3440 uint32 tilesHigh = SafeUint32DivideUp(fImageLength, fTileLength); in IsValidDNG()
3924 if (fSubTileBlockRows < 2 || fSubTileBlockRows > fTileLength || in IsValidDNG()
3939 if ((fTileLength % fSubTileBlockRows) != 0 || in IsValidDNG()
[all …]
Ddng_jpeg_image.cpp103 fIFD.fTileLength, fIFD.fTileWidth, fIFD.fSamplesPerPixel); in Process()
198 fTileSize.v = ifd.fTileLength; in Encode()
Ddng_ifd.h112 uint32 fTileLength; variable
Ddng_read_image.cpp3037 uint32 subTileLength = ifd.fTileLength; in Read()
3049 ifd.fTileLength); in Read()
3157 jpegImage->fTileSize.v = ifd.fTileLength; in Read()
3212 (subTileLength == ifd.fTileLength) && in Read()
Ddng_image_writer.cpp739 , fTileLength (fStrips ? tcRowsPerStrip : tcTileLength, in dng_basic_tag_set()
740 info.fTileLength) in dng_basic_tag_set()
814 directory.Add (&fTileLength); in dng_basic_tag_set()
4612 uint32 subTileLength = ifd.fTileLength; in WriteImage()
4619 ifd.fTileLength); in WriteImage()
4643 (subTileLength == ifd.fTileLength) && in WriteImage()
6129 info.fTileLength = rawJPEGImage->fTileSize.v; in WriteDNG()
Ddng_image_writer.h693 tag_uint32 fTileLength; variable