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

  /external/dng_sdk/source/
dng_image_writer.h 363 class tag_urational: public tag_data_ptr class in inherits:tag_data_ptr
372 tag_urational (uint16 code, function in class:tag_urational
783 tag_urational fExposureTime;
786 tag_urational fFNumber;
787 tag_urational fApertureValue;
793 tag_urational fMaxApertureValue;
795 tag_urational fSubjectDistance;
797 tag_urational fFocalLength;
838 tag_urational fDigitalZoomRatio;
840 tag_urational fExposureIndex
    [all...]
dng_image_writer.cpp     [all...]
dng_negative.cpp 284 tag_urational tagXResolution (tcXResolution, res.fXResolution);
285 tag_urational tagYResolution (tcYResolution, res.fYResolution);
327 tag_urational thumbXResolution (tcXResolution, dng_urational (72, 1));
328 tag_urational thumbYResolution (tcYResolution, dng_urational (72, 1));
    [all...]

Completed in 69 milliseconds