Lines Matching refs:kMaxSamplesPerPixel
199 for (j = 0; j < kMaxSamplesPerPixel; j++) in dng_ifd()
210 for (j = 0; j < kMaxSamplesPerPixel; j++) in dng_ifd()
215 for (j = 0; j < kMaxSamplesPerPixel; j++) in dng_ifd()
238 for (n = 0; n < kMaxSamplesPerPixel; n++) in dng_ifd()
243 for (j = 0; j < kMaxSamplesPerPixel; j++) in dng_ifd()
374 if (j < kMaxSamplesPerPixel) in ParseTag()
385 else if (x != fBitsPerSample [kMaxSamplesPerPixel - 1]) in ParseTag()
994 if (j < kMaxSamplesPerPixel) in ParseTag()
1046 if (j < kMaxSamplesPerPixel) in ParseTag()
1051 else if (x != fSampleFormat [kMaxSamplesPerPixel - 1]) in ParseTag()
1548 fSamplesPerPixel < 1 || fSamplesPerPixel > kMaxSamplesPerPixel) in ParseTag()
1695 for (j = 0; j < tagCount && j < kMaxSamplesPerPixel; j++) in ParseTag()
1709 for (j = 0; j < tagCount && j < kMaxSamplesPerPixel; j++) in ParseTag()
2518 for (j = 0; j < kMaxSamplesPerPixel; j++) in PostParse()
3016 maxSamplesPerPixel = kMaxSamplesPerPixel; in IsValidDNG()
3059 for (j = 0; j < kMaxSamplesPerPixel; j++) in IsValidDNG()
3654 for (uint32 s = 0; s < kMaxSamplesPerPixel; s++) in IsValidDNG()