Lines Matching full:uint32
104 uint32 len = (uint32) strlen (s);
166 dng_string dng_xmp::EncodeGPSVersion (uint32 version)
203 uint32 dng_xmp::DecodeGPSVersion (const dng_string &s)
206 uint32 result = 0;
289 uint32 y = Round_uint32 (x * 10000.0);
293 uint32 d = y / (60 * 10000);
294 uint32 m = y % (60 * 10000);
373 coord [0] = dng_urational ((uint32) degrees, 1);
536 timeStamp [0] = dng_urational ((uint32) hour , 1);
537 timeStamp [1] = dng_urational ((uint32) minute, 1);
549 uint32 count)
561 uint32 targetBytes,
562 uint32 padBytes,
753 uint32 options)
874 uint32 options)
1027 uint32 options)
1201 uint32 &x) const
1235 uint32 x)
1252 uint32 &x,
1254 uint32 options)
1346 uint32 *data,
1347 uint32 &count,
1348 uint32 maxCount,
1349 uint32 options)
1354 for (uint32 j = 0; j < count; j++)
1377 for (uint32 k = 0; k < maxCount; k++)
1439 uint32 places,
1537 uint32 options)
1690 uint32 options)
1839 uint32 version)
1930 uint32 options)
1945 uint32 x = 0xFFFFFFFF;
1950 x = (uint32) iptc.fUrgency;
2167 uint32 options = xmpIsNewer ? preferXMP
2218 void dng_xmp::SyncFlash (uint32 &flashState,
2219 uint32 &flashMask,
2220 uint32 options)
2404 uint32 readOnly = doingUpdateFromXMP ? ignoreXMP
2409 uint32 removable = removeFromXMP ? removeXMP
2527 for (uint32 pass = 0; pass < 2; pass++)
2575 for (uint32 pass = 0; pass < 2; pass++)
2631 uint32 isoSpeedRatingsCount = 0;
2633 uint32 isoSpeedRatingsOptions = readOnly;
2635 uint32 oldISOSpeedRatings [3];
2643 for (uint32 j = 0; j < 3; j++)
2699 for (uint32 j = 0; j < 3; j++)
3034 uint32 j;
3036 uint32 bufferSize = xmpList.Count () * 4 + 1;
3385 for (uint32 j = 0; j < 4; j++)
3648 uint32 &altitudeRef = exif.fGPSAltitudeRef;
3895 const uint32 readOnly)
3942 uint32 len = s.Length ();
3947 for (uint32 j = 0; j < len; j++)
4130 uint32 x = 0;
4152 uint32 x = 0;
4280 void dng_xmp::SetSampleInfo (uint32 samplesPerPixel,
4281 uint32 bitsPerSample)
4296 for (uint32 j = 0; j < samplesPerPixel; j++)
4307 void dng_xmp::SetPhotometricInterpretation (uint32 pi)