Searched refs:Set_uint32 (Results 1 – 2 of 2) sorted by relevance
/external/dng_sdk/source/ |
D | dng_xmp.cpp | 1233 void dng_xmp::Set_uint32 (const char *ns, in Set_uint32() function in dng_xmp 1272 Set_uint32 (ns, path, x); in Sync_uint32() 1295 Set_uint32 (ns, path, x); in Sync_uint32() 1336 Set_uint32 (ns, path, x); in Sync_uint32() 4186 Set_uint32 (XMP_NS_TIFF, in SetOrientation() 4268 Set_uint32 (XMP_NS_TIFF, "ImageWidth" , size.h); in SetImageSize() 4269 Set_uint32 (XMP_NS_TIFF, "ImageLength", size.v); in SetImageSize() 4273 Set_uint32 (XMP_NS_EXIF, "PixelXDimension" , size.h); in SetImageSize() 4274 Set_uint32 (XMP_NS_EXIF, "PixelYDimension" , size.v); in SetImageSize() 4284 Set_uint32 (XMP_NS_TIFF, "SamplesPerPixel", samplesPerPixel); in SetSampleInfo() [all …]
|
D | dng_xmp.h | 184 void Set_uint32 (const char *ns,
|