Home
last modified time | relevance | path

Searched refs:fMake (Results 1 – 6 of 6) sorted by relevance

/external/dng_sdk/source/
Ddng_info.cpp1221 if (fExif->fMake.StartsWith ("NIKON")) in ParseMakerNote()
1239 if (fExif->fMake.StartsWith ("CANON")) in ParseMakerNote()
1257 if (fExif->fMake.StartsWith ("MINOLTA" ) || in ParseMakerNote()
1258 fExif->fMake.StartsWith ("KONICA MINOLTA")) in ParseMakerNote()
1276 if (fExif->fMake.StartsWith ("SONY")) in ParseMakerNote()
1294 if (fExif->fMake.StartsWith ("EASTMAN KODAK")) in ParseMakerNote()
1312 if (fExif->fMake.StartsWith ("Mamiya")) in ParseMakerNote()
1346 if (fExif->fMake.StartsWith ("Hasselblad")) in ParseMakerNote()
1364 if (fExif->fMake.StartsWith ("Samsung")) in ParseMakerNote()
1382 if (fExif->fMake.StartsWith ("CASIO COMPUTER") && in ParseMakerNote()
Ddng_exif.h48 dng_string fMake; variable
Ddng_exif.cpp31 , fMake () in dng_exif()
911 fMake); in Parse_ifd0()
920 DumpString (fMake); in Parse_ifd0()
Ddng_image_writer.h870 tag_string fMake; variable
Ddng_image_writer.cpp992 , fMake (tcMake, exif.fMake) in exif_tag_set()
1343 if (exif.fMake.NotEmpty ()) in exif_tag_set()
1345 directory.Add (&fMake); in exif_tag_set()
Ddng_xmp.cpp2416 exif.fMake, in SyncExif()