Searched refs:fSamplesPerPixel (Results 1 - 9 of 9) sorted by relevance

/external/dng_sdk/source/
H A Ddng_preview.cpp213 fIFD.fSamplesPerPixel = fImage->Planes ();
215 fIFD.fPhotometricInterpretation = fIFD.fSamplesPerPixel == 1 ? piBlackIsZero
220 for (uint32 j = 1; j < fIFD.fSamplesPerPixel; j++)
372 ifd.fSamplesPerPixel = (fPhotometricInterpretation == piBlackIsZero ? 1 : 3);
548 fIFD.fSamplesPerPixel = fImage->Planes ();
561 for (uint32 j = 0; j < fIFD.fSamplesPerPixel; j++)
580 for (uint32 j = 1; j < fIFD.fSamplesPerPixel; j++)
585 fIFD.FindTileSize (512 * 512 * fIFD.fSamplesPerPixel);
638 fIFD.fSamplesPerPixel = 1;
649 fIFD.FindTileSize (512 * 512 * fIFD.fSamplesPerPixel);
[all...]
H A Ddng_ifd.cpp78 , fSamplesPerPixel (1)
605 fSamplesPerPixel = stream.TagValue_uint32 (tagType);
611 printf ("SamplesPerPixel: %u\n", (unsigned) fSamplesPerPixel);
976 CheckTagCount (parentCode, tagCode, tagCount, 1, fSamplesPerPixel);
1028 CheckTagCount (parentCode, tagCode, tagCount, fSamplesPerPixel);
1541 fSamplesPerPixel)))
1548 fSamplesPerPixel < 1 || fSamplesPerPixel > kMaxSamplesPerPixel)
1555 for (n = 0; n < fSamplesPerPixel; n++)
1573 for (n = 0; n < fSamplesPerPixel;
[all...]
H A Ddng_jpeg_image.cpp103 fIFD.fTileLength, fIFD.fTileWidth, fIFD.fSamplesPerPixel);
184 ifd.fSamplesPerPixel = image.Planes ();
195 ifd.FindTileSize (512 * 512 * ifd.fSamplesPerPixel);
H A Ddng_ifd.h99 uint32 fSamplesPerPixel; member in class:dng_ifd
H A Ddng_image_writer.cpp729 , fSamplesPerPixel (tcSamplesPerPixel, (uint16) info.fSamplesPerPixel)
733 info.fSamplesPerPixel)
767 info.fSamplesPerPixel)
780 for (j = 0; j < info.fSamplesPerPixel; j++)
794 directory.Add (&fSamplesPerPixel);
845 for (j = 0; j < info.fSamplesPerPixel; j++)
4181 dng_pixel_buffer buffer (tileArea, 0, ifd.fSamplesPerPixel,
4604 uint32 bytesPerPixel = SafeUint32Mult (ifd.fSamplesPerPixel,
5397 ifd.fSamplesPerPixel
[all...]
H A Ddng_read_image.cpp2621 if (ifd.fSamplesPerPixel < 1)
2631 for (uint32 j = 1; j < Min_uint32 (ifd.fSamplesPerPixel,
2955 outerSamples = ifd.fSamplesPerPixel;
2959 innerSamples = ifd.fSamplesPerPixel;
H A Ddng_image_writer.h684 tag_uint16 fSamplesPerPixel; member in class:dng_basic_tag_set
H A Ddng_info.cpp2354 if (fIFD [index]->fSamplesPerPixel == 1)
H A Ddng_negative.cpp3605 rawIFD.fSamplesPerPixel,

Completed in 125 milliseconds