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

  /external/dng_sdk/source/
dng_exif.h 90 uint32 fSensingMethod;
dng_exif.cpp 73 , fSensingMethod (0xFFFFFFFF)
1348 fSensingMethod = stream.TagValue_uint32 (tagType);
1356 LookupSensingMethod (fSensingMethod));
    [all...]
dng_image_writer.h 816 tag_uint16 fSensingMethod;
dng_xmp.cpp     [all...]
dng_image_writer.cpp 939 , fSensingMethod (tcSensingMethodExif, (uint16) exif.fSensingMethod)
1158 if (exif.fSensingMethod <= 0x0FFFF)
1160 fExifIFD.Add (&fSensingMethod);
    [all...]

Completed in 57 milliseconds