Home
last modified time | relevance | path

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

/external/dng_sdk/source/
Ddng_image_writer.cpp5643 const dng_jpeg_image *rawJPEGImage = negative.RawJPEGImage (); in WriteDNG() local
5650 if (rawJPEGImage || negative.RawJPEGImageDigest ().IsValid ()) in WriteDNG()
5653 rawJPEGImage = NULL; in WriteDNG()
5663 else if (rawJPEGImage) in WriteDNG()
5745 if (!rawJPEGImage && in WriteDNG()
5783 if (rawJPEGImage || isFloatingPoint || hasTransparencyMask || isCompressed32BitInteger) in WriteDNG()
6118 if (rawJPEGImage) in WriteDNG()
6124 DNG_ASSERT (info.fImageWidth == (uint32) rawJPEGImage->fImageSize.h && in WriteDNG()
6125 info.fImageLength == (uint32) rawJPEGImage->fImageSize.v, in WriteDNG()
6128 info.fTileWidth = rawJPEGImage->fTileSize.h; in WriteDNG()
[all …]