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

  /external/dng_sdk/source/
dng_exif.h 97 uint32 fSceneCaptureType;
dng_exif.cpp 80 , fSceneCaptureType (0xFFFFFFFF)
    [all...]
dng_image_writer.h 831 tag_uint16 fSceneCaptureType;
dng_xmp.cpp     [all...]
dng_image_writer.cpp 957 , fSceneCaptureType (tcSceneCaptureType , (uint16) exif.fSceneCaptureType )
1199 if (exif.fSceneCaptureType <= 0x0FFFF)
1201 fExifIFD.Add (&fSceneCaptureType);
    [all...]

Completed in 137 milliseconds