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

  /external/dng_sdk/source/
dng_image_writer.cpp 883 : fExifIFD ()
1084 fExifIFD.Add (&fExifVersion);
1090 fExifIFD.Add (&fExposureTime);
1095 fExifIFD.Add (&fShutterSpeedValue);
1100 fExifIFD.Add (&fFNumber);
1105 fExifIFD.Add (&fApertureValue);
1110 fExifIFD.Add (&fBrightnessValue);
1115 fExifIFD.Add (&fExposureBiasValue);
1120 fExifIFD.Add (&fMaxApertureValue);
1125 fExifIFD.Add (&fSubjectDistance)
    [all...]
dng_image_writer.h 768 dng_tiff_directory fExifIFD;
963 fGPSLink .Set (offset + fExifIFD.Size ());
968 return fExifIFD.Size () +
974 fExifIFD.Put (stream);
dng_shared.h 120 uint64 fExifIFD;
dng_shared.cpp 1150 : fExifIFD (0)
1444 fExifIFD = stream.TagValue_uint32 (tagType);
1450 printf ("ExifIFD: %u\n", (unsigned) fExifIFD);
    [all...]
dng_info.cpp     [all...]

Completed in 530 milliseconds