Home
last modified time | relevance | path

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

/external/dng_sdk/source/
Ddng_shared.h92 uint32 fToneCurveCount; variable
Ddng_camera_profile.cpp1028 if ((profileInfo.fToneCurveCount & 1) == 0) in Parse()
1035 uint32 points = profileInfo.fToneCurveCount / 2; in Parse()
Ddng_shared.cpp83 , fToneCurveCount (0) in dng_camera_profile_info()
946 fToneCurveCount = tagCount; in ParseTag()