Home
last modified time | relevance | path

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

/external/dng_sdk/source/
Ddng_ifd.cpp64 , fImageLength (0) in dng_ifd()
334 fImageLength = stream.TagValue_uint32 (tagType); in ParseTag()
340 printf ("ImageLength: %u\n", (unsigned) fImageLength); in ParseTag()
2488 fTileLength = fImageLength; in PostParse()
2493 dng_rect imageArea (0, 0, fImageLength, fImageWidth); in PostParse()
2728 dng_rect imageArea (0, 0, fImageLength, fImageWidth); in IsValidDNG()
2789 if (fImageLength < 1) in IsValidDNG()
2804 fImageLength > kMaxImageSide) in IsValidDNG()
3440 uint32 tilesHigh = SafeUint32DivideUp(fImageLength, fTileLength); in IsValidDNG()
3805 Round_int32 (fDefaultCropSizeV.As_real64 ()) != (int32) fImageLength) in IsValidDNG()
[all …]
Ddng_preview.cpp211 fIFD.fImageLength = fImage->Height (); in AddTagSet()
364 ifd.fImageLength = fPreviewSize.v; in AddTagSet()
546 fIFD.fImageLength = fImage->Height (); in AddTagSet()
636 fIFD.fImageLength = fImage->Height (); in AddTagSet()
Ddng_ifd.h82 uint32 fImageLength; variable
258 fImageLength, in Bounds()
Ddng_jpeg_image.cpp182 ifd.fImageLength = fImageSize.v; in Encode()
206 (uint64) ifd.fImageLength > 5000000 || in Encode()
Ddng_image_writer.cpp722 , fImageLength (tcImageLength, info.fImageLength) in dng_basic_tag_set()
790 directory.Add (&fImageLength); in dng_basic_tag_set()
4579 ifd.fRowInterleaveFactor < ifd.fImageLength) in WriteImage()
5395 ifd.fImageLength = image.Bounds ().H (); in WriteTIFFWithProfile()
5940 info.fImageLength = rawImage.Height (); in WriteDNG()
6125 info.fImageLength == (uint32) rawJPEGImage->fImageSize.v, in WriteDNG()
6661 maskInfo->fImageLength = negative.RawTransparencyMask ()->Bounds ().H (); in WriteDNG()
Ddng_read_image.cpp2616 ifd.fImageLength < 1) in CanRead()
2927 ifd.fRowInterleaveFactor < ifd.fImageLength) in Read()
3154 jpegImage->fImageSize.v = ifd.fImageLength; in Read()
Ddng_image_writer.h678 tag_uint32 fImageLength; variable