• Home
  • Raw
  • Download

Lines Matching refs:fSamplesPerPixel

78 	,	fSamplesPerPixel (1)  in dng_ifd()
605 fSamplesPerPixel = stream.TagValue_uint32 (tagType); in ParseTag()
611 printf ("SamplesPerPixel: %u\n", (unsigned) fSamplesPerPixel); in ParseTag()
976 CheckTagCount (parentCode, tagCode, tagCount, 1, fSamplesPerPixel); in ParseTag()
1028 CheckTagCount (parentCode, tagCode, tagCount, fSamplesPerPixel); in ParseTag()
1541 fSamplesPerPixel))) in ParseTag()
1548 fSamplesPerPixel < 1 || fSamplesPerPixel > kMaxSamplesPerPixel) in ParseTag()
1555 for (n = 0; n < fSamplesPerPixel; n++) in ParseTag()
1573 for (n = 0; n < fSamplesPerPixel; n++) in ParseTag()
1587 for (n = 0; n < fSamplesPerPixel; n++) in ParseTag()
1590 if (fSamplesPerPixel > 1) in ParseTag()
1692 if (!CheckTagCount (parentCode, tagCode, tagCount, fSamplesPerPixel)) in ParseTag()
2474 if (fSamplesPerPixel == 1) in PostParse()
3044 if (fSamplesPerPixel < minSamplesPerPixel || in IsValidDNG()
3045 fSamplesPerPixel > maxSamplesPerPixel) in IsValidDNG()
3062 if (j < fSamplesPerPixel) in IsValidDNG()
3352 for (j = 0; j < fSamplesPerPixel; j++) in IsValidDNG()
3627 for (j = 0; j < fSamplesPerPixel; j++) in IsValidDNG()
4016 total *= fSamplesPerPixel; in TilesPerImage()
4065 bitsPerRow = SafeUint32Mult(bitsPerRow, fSamplesPerPixel); in TileByteCount()
4074 bytesPerRow = SafeUint32Mult(bytesPerRow, fSamplesPerPixel); in TileByteCount()
4106 uint32 bytesPerSample = fSamplesPerPixel * in FindTileSize()
4142 uint32 bytesPerSample = fSamplesPerPixel * in FindStripSize()
4218 return (fSamplesPerPixel == 1); in IsBaselineJPEG()
4223 return (fSamplesPerPixel == 3 ) && in IsBaselineJPEG()