Lines Matching refs:fISOSpeedRatings
175 fISOSpeedRatings [0] = 0; in dng_exif()
176 fISOSpeedRatings [1] = 0; in dng_exif()
177 fISOSpeedRatings [2] = 0; in dng_exif()
1557 fISOSpeedRatings [j] = stream.TagValue_uint32 (tagType); in Parse_ifd0_exif()
1571 printf (" %u", (unsigned) fISOSpeedRatings [j]); in Parse_ifd0_exif()
4316 if (fISOSpeedRatings [0] == 0 || fISOSpeedRatings [0] == 65535) in PostParse()
4329 fISOSpeedRatings [0] = fRecommendedExposureIndex; in PostParse()
4340 fISOSpeedRatings [0] = fStandardOutputSensitivity; in PostParse()
4351 fISOSpeedRatings [0] = fISOSpeed; in PostParse()
4359 if (fExposureIndex.IsValid () && fISOSpeedRatings [0] == 0) in PostParse()
4362 fISOSpeedRatings [0] = Round_uint32 (fExposureIndex.As_real64 ()); in PostParse()