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

  /external/dng_sdk/source/
dng_camera_profile.cpp 870 bool skipSat0)
881 for (uint32 sat = skipSat0 ? 1 : 0; sat < sats; sat++)
970 bool skipSat0 = (profileInfo.fHueSatDeltas1Count == SafeUint32Mult(
980 skipSat0);
992 bool skipSat0 = (profileInfo.fHueSatDeltas2Count == SafeUint32Mult(
1002 skipSat0);
1014 bool skipSat0 = (profileInfo.fLookTableCount == SafeUint32Mult(
1024 skipSat0);
dng_shared.cpp 587 bool skipSat0 = (tagCount ==
593 if (!skipSat0)
618 skipSat0);
634 bool skipSat0 = (tagCount ==
640 if (!skipSat0)
665 skipSat0);
756 bool skipSat0 = (tagCount ==
762 if (!skipSat0)
789 skipSat0);
    [all...]
dng_parse_utils.h 144 bool skipSat0);
dng_camera_profile.h 856 bool skipSat0);
dng_parse_utils.cpp     [all...]

Completed in 120 milliseconds