Home
last modified time | relevance | path

Searched refs:fProfileVals (Results 1 – 3 of 3) sorted by relevance

/external/dng_sdk/source/
Ddng_shared.cpp59 , fProfileVals (0) in dng_camera_profile_info()
559 fProfileVals = stream.TagValue_uint32 (tagType); in ParseTag()
561 fProfileVals = 1; in ParseTag()
571 (unsigned) fProfileVals); in ParseTag()
590 fProfileVals, in ParseTag()
597 SafeUint32Mult(fProfileHues, fProfileSats, fProfileVals, 3))) in ParseTag()
617 fProfileVals, in ParseTag()
637 fProfileVals, in ParseTag()
644 SafeUint32Mult(fProfileHues, fProfileSats, fProfileVals, 3))) in ParseTag()
664 fProfileVals, in ParseTag()
Ddng_camera_profile.cpp973 profileInfo.fProfileVals, 3)); in Parse()
979 profileInfo.fProfileVals, in Parse()
995 profileInfo.fProfileVals, 3)); in Parse()
1001 profileInfo.fProfileVals, in Parse()
Ddng_shared.h68 uint32 fProfileVals; variable