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

  /external/dng_sdk/source/
dng_camera_profile.h 238 uint32 fEmbedPolicy;
544 fEmbedPolicy = policy;
553 return fEmbedPolicy;
dng_shared.h 64 uint32 fEmbedPolicy;
dng_camera_profile.cpp 51 , fEmbedPolicy (pepAllowCopying)
468 printer.Put_uint32 (fEmbedPolicy);
917 SetEmbedPolicy (profileInfo.fEmbedPolicy);
dng_shared.cpp 55 , fEmbedPolicy (pepAllowCopying)
505 fEmbedPolicy = stream.TagValue_uint32 (tagType);
514 switch (fEmbedPolicy)
    [all...]

Completed in 1233 milliseconds