Home
last modified time | relevance | path

Searched refs:TagValue_real64 (Results 1 – 6 of 6) sorted by relevance

/external/dng_sdk/source/
Ddng_stream.cpp814 real64 x = TagValue_real64 (tagType); in TagValue_uint32()
845 real64 x = TagValue_real64 (tagType); in TagValue_int32()
949 real64 x = TagValue_real64 (tagType); in TagValue_urational()
1001 real64 x = TagValue_real64 (tagType); in TagValue_srational()
1045 real64 dng_stream::TagValue_real64 (uint32 tagType) in TagValue_real64() function in dng_stream
Ddng_ifd.cpp696 fXResolution = stream.TagValue_real64 (tagType); in ParseTag()
718 fYResolution = stream.TagValue_real64 (tagType); in ParseTag()
1174 fYCbCrCoefficientR = stream.TagValue_real64 (tagType); in ParseTag()
1175 fYCbCrCoefficientG = stream.TagValue_real64 (tagType); in ParseTag()
1176 fYCbCrCoefficientB = stream.TagValue_real64 (tagType); in ParseTag()
1263 fReferenceBlackWhite [j] = stream.TagValue_real64 (tagType); in ParseTag()
1558 fBlackLevel [j] [k] [n] = stream.TagValue_real64 (tagType); in ParseTag()
1698 fWhiteLevel [j] = stream.TagValue_real64 (tagType); in ParseTag()
2387 fPreviewInfo.fRawToPreviewGain = stream.TagValue_real64 (tagType); in ParseTag()
Ddng_shared.cpp1893 fAsShotWhiteXY.x = stream.TagValue_real64 (tagType); in Parse_ifd0()
1894 fAsShotWhiteXY.y = stream.TagValue_real64 (tagType); in Parse_ifd0()
2017 const real64 scale = stream.TagValue_real64 (tagType); in Parse_ifd0()
2018 const real64 offset = stream.TagValue_real64 (tagType); in Parse_ifd0()
Ddng_stream.h549 real64 TagValue_real64 (uint32 tagType);
Ddng_linearization_info.cpp1256 blacks [j] = stream.TagValue_real64 (rawIFD.fBlackLevelDeltaHType); in Parse()
1277 blacks [j] = stream.TagValue_real64 (rawIFD.fBlackLevelDeltaVType); in Parse()
Ddng_parse_utils.cpp2113 real64 x = stream.TagValue_real64 (tagType); in DumpTagValues()
3194 temp [row] [col] = stream.TagValue_real64 (tagType); in ParseMatrixTag()
3227 temp [index] = stream.TagValue_real64 (tagType); in ParseVectorTag()