Home
last modified time | relevance | path

Searched refs:fISOSpeedRatings (Results 1 – 5 of 5) sorted by relevance

/external/dng_sdk/source/
Ddng_exif.cpp175 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()
[all …]
Ddng_xmp.cpp2638 exif.fISOSpeedRatings, in SyncExif()
2651 if (exif.fISOSpeedRatings [j] == 65535) in SyncExif()
2664 else if (exif.fISOSpeedRatings [j] == 0) in SyncExif()
2675 exif.fISOSpeedRatings, in SyncExif()
2686 memcpy (exif.fISOSpeedRatings, in SyncExif()
2702 if (exif.fISOSpeedRatings [j] == 0) in SyncExif()
2707 hasHighISO = hasHighISO || (exif.fISOSpeedRatings [j] > 65535); in SyncExif()
Ddng_exif.h108 uint32 fISOSpeedRatings [3]; // EXIF 2.3: PhotographicSensitivity. variable
Ddng_image_writer.h799 tag_uint16 fISOSpeedRatings; variable
Ddng_image_writer.cpp915 , fISOSpeedRatings (tcISOSpeedRatings, in exif_tag_set()
917 exif.fISOSpeedRatings [0])) in exif_tag_set()
1133 if (exif.fISOSpeedRatings [0] != 0) in exif_tag_set()
1135 fExifIFD.Add (&fISOSpeedRatings); in exif_tag_set()
1422 exif.fISOSpeedRatings [0] != 0) in exif_tag_set()