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

  /external/dng_sdk/source/
dng_exif.cpp 1173 fLensInfo [0] = stream.TagValue_urational (tagType);
1174 fLensInfo [1] = stream.TagValue_urational (tagType);
1175 fLensInfo [2] = stream.TagValue_urational (tagType);
1176 fLensInfo [3] = stream.TagValue_urational (tagType);
1273 fFocalPlaneXResolution = stream.TagValue_urational (tagType);
1298 fFocalPlaneYResolution = stream.TagValue_urational (tagType);
1416 fBatteryLevelR = stream.TagValue_urational (tagType);
1458 dng_urational et = stream.TagValue_urational (tagType);
1495 dng_urational fs = stream.TagValue_urational (tagType);
    [all...]
dng_ifd.cpp 1736 fDefaultScaleH = stream.TagValue_urational (tagType);
1737 fDefaultScaleV = stream.TagValue_urational (tagType);
1766 fDefaultCropOriginH = stream.TagValue_urational (tagType);
1767 fDefaultCropOriginV = stream.TagValue_urational (tagType);
1796 fDefaultCropSizeH = stream.TagValue_urational (tagType);
1797 fDefaultCropSizeV = stream.TagValue_urational (tagType);
1826 fDefaultUserCropT = stream.TagValue_urational (tagType);
1827 fDefaultUserCropL = stream.TagValue_urational (tagType);
1828 fDefaultUserCropB = stream.TagValue_urational (tagType);
1829 fDefaultUserCropR = stream.TagValue_urational (tagType)
    [all...]
dng_shared.cpp     [all...]
dng_stream.h 529 dng_urational TagValue_urational (uint32 tagType);
dng_stream.cpp 871 dng_urational dng_stream::TagValue_urational (uint32 tagType)
dng_parse_utils.cpp     [all...]

Completed in 169 milliseconds