Searched refs:fSDK (Results 1 – 2 of 2) sorted by relevance
37 , fSDK (NULL) in dng_xmp()41 fSDK = new dng_xmp_sdk (); in dng_xmp()43 if (!fSDK) in dng_xmp()56 , fSDK (NULL) in dng_xmp()60 fSDK = new dng_xmp_sdk (*xmp.fSDK); in dng_xmp()62 if (!fSDK) in dng_xmp()74 if (fSDK) in ~dng_xmp()77 delete fSDK; in ~dng_xmp()552 fSDK->Parse (host, in Parse()567 return fSDK->Serialize (fAllocator, in Serialize()[all …]
46 dng_xmp_sdk *fSDK; variable