HomeSort by relevance Sort by last modified time
    Searched refs:fSamplesPerPixel (Results 1 - 9 of 9) sorted by null

  /external/dng_sdk/source/
dng_preview.cpp 213 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...]
dng_ifd.cpp 78 , 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; n++
    [all...]
dng_jpeg_image.cpp 103 fIFD.fTileLength, fIFD.fTileWidth, fIFD.fSamplesPerPixel);
184 ifd.fSamplesPerPixel = image.Planes ();
195 ifd.FindTileSize (512 * 512 * ifd.fSamplesPerPixel);
dng_ifd.h 99 uint32 fSamplesPerPixel;
dng_image_writer.cpp 729 , 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++)
    [all...]
dng_read_image.cpp     [all...]
dng_image_writer.h 684 tag_uint16 fSamplesPerPixel;
dng_info.cpp     [all...]
dng_negative.cpp     [all...]

Completed in 87 milliseconds