HomeSort by relevance Sort by last modified time
    Searched refs:fExif (Results 1 - 4 of 4) sorted by null

  /external/dng_sdk/source/
dng_info.cpp 37 , fExif ()
849 fExif.Get (),
1221 if (fExif->fMake.StartsWith ("NIKON"))
1239 if (fExif->fMake.StartsWith ("CANON"))
1257 if (fExif->fMake.StartsWith ("MINOLTA" ) ||
1258 fExif->fMake.StartsWith ("KONICA MINOLTA"))
1276 if (fExif->fMake.StartsWith ("SONY"))
1294 if (fExif->fMake.StartsWith ("EASTMAN KODAK"))
1312 if (fExif->fMake.StartsWith ("Mamiya"))
1346 if (fExif->fMake.StartsWith ("Hasselblad")
    [all...]
dng_info.h 52 AutoPtr<dng_exif> fExif;
dng_negative.cpp 141 , fExif (host.Make_dng_exif ())
195 , fExif (CloneAutoPtr (rhs.fExif))
255 fExif.Reset (newExif);
665 fOriginalExif.Reset (fExif->Clone ());
675 fXMP->SyncExif (*fExif.Get ());
688 fExif->UpdateDateTime (dt);
    [all...]
dng_negative.h 236 AutoPtr<dng_exif> fExif;
369 return fExif.Get ();
374 return fExif.Get ();
    [all...]

Completed in 680 milliseconds