Home
last modified time | relevance | path

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

/external/dng_sdk/source/
Ddng_exif.cpp71 , fFlash (0xFFFFFFFF) in dng_exif()
2271 fFlash = stream.TagValue_uint32 (tagType); in Parse_ifd0_exif()
2278 printf ("Flash: %u\n", (unsigned) fFlash); in Parse_ifd0_exif()
2280 if ((fFlash >> 5) & 1) in Parse_ifd0_exif()
2288 if (fFlash & 0x1) in Parse_ifd0_exif()
2293 switch ((fFlash >> 1) & 0x3) in Parse_ifd0_exif()
2313 switch ((fFlash >> 3) & 0x3) in Parse_ifd0_exif()
2330 if ((fFlash >> 6) & 1) in Parse_ifd0_exif()
Ddng_exif.h88 uint32 fFlash; variable
Ddng_image_writer.h808 tag_uint16 fFlash; variable
Ddng_image_writer.cpp931 , fFlash (tcFlash, (uint16) exif.fFlash) in exif_tag_set()
1138 if (exif.fFlash <= 0x0FFFF) in exif_tag_set()
1140 fExifIFD.Add (&fFlash); in exif_tag_set()
Ddng_xmp.cpp2823 SyncFlash (exif.fFlash, in SyncExif()