Home
last modified time | relevance | path

Searched refs:fEmbedPolicy (Results 1 – 4 of 4) sorted by relevance

/external/dng_sdk/source/
Ddng_camera_profile.h238 uint32 fEmbedPolicy; variable
544 fEmbedPolicy = policy; in SetEmbedPolicy()
553 return fEmbedPolicy; in EmbedPolicy()
Ddng_camera_profile.cpp51 , fEmbedPolicy (pepAllowCopying) in dng_camera_profile()
468 printer.Put_uint32 (fEmbedPolicy); in CalculateFingerprint()
917 SetEmbedPolicy (profileInfo.fEmbedPolicy); in Parse()
Ddng_shared.h64 uint32 fEmbedPolicy; variable
Ddng_shared.cpp55 , fEmbedPolicy (pepAllowCopying) in dng_camera_profile_info()
505 fEmbedPolicy = stream.TagValue_uint32 (tagType); in ParseTag()
514 switch (fEmbedPolicy) in ParseTag()