Home
last modified time | relevance | path

Searched refs:fExif (Results 1 – 4 of 4) sorted by relevance

/external/dng_sdk/source/
Ddng_info.cpp37 , fExif () in dng_info()
849 fExif.Get (), in ParseMakerNoteIFD()
1221 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()
[all …]
Ddng_info.h52 AutoPtr<dng_exif> fExif; variable
Ddng_negative.cpp141 , fExif (host.Make_dng_exif ()) in dng_metadata()
195 , fExif (CloneAutoPtr (rhs.fExif)) in dng_metadata()
255 fExif.Reset (newExif); in ResetExif()
665 fOriginalExif.Reset (fExif->Clone ()); in SynchronizeMetadata()
675 fXMP->SyncExif (*fExif.Get ()); in SynchronizeMetadata()
688 fExif->UpdateDateTime (dt); in UpdateDateTime()
3224 ResetExif (info.fExif.Release ()); in Parse()
Ddng_negative.h236 AutoPtr<dng_exif> fExif; variable
369 return fExif.Get (); in GetExif()
374 return fExif.Get (); in GetExif()