Home | History | Annotate | Download | only in source

Lines Matching full:uint32

37 	uint32 key;
43 static const char * LookupName (uint32 key,
45 uint32 table_entries)
48 for (uint32 index = 0; index < table_entries; index++)
66 const char * LookupParentCode (uint32 parentCode)
158 const char * LookupTagCode (uint32 parentCode,
159 uint32 tagCode)
576 const char * LookupTagType (uint32 tagType)
618 const char * LookupNewSubFileType (uint32 key)
650 const char * LookupCompression (uint32 key)
685 const char * LookupPredictor (uint32 key)
719 const char * LookupSampleFormat (uint32 key)
750 const char * LookupPhotometricInterpretation (uint32 key)
788 const char * LookupOrientation (uint32 key)
824 const char * LookupResolutionUnit (uint32 key)
856 const char * LookupCFAColor (uint32 key)
890 const char * LookupSensingMethod (uint32 key)
926 const char * LookupExposureProgram (uint32 key)
962 const char * LookupMeteringMode (uint32 key)
997 const char * LookupLightSource (uint32 key)
1058 const char * LookupColorSpace (uint32 key)
1087 const char * LookupFileSource (uint32 key)
1115 const char * LookupSceneType (uint32 key)
1143 const char * LookupCustomRendered (uint32 key)
1172 const char * LookupExposureMode (uint32 key)
1202 const char * LookupWhiteBalance (uint32 key)
1231 const char * LookupSceneCaptureType (uint32 key)
1262 const char * LookupGainControl (uint32 key)
1294 const char * LookupContrast (uint32 key)
1324 const char * LookupSaturation (uint32 key)
1354 const char * LookupSharpness (uint32 key)
1384 const char * LookupSubjectDistanceRange (uint32 key)
1415 const char * LookupComponent (uint32 key)
1449 const char * LookupCFALayout (uint32 key)
1485 const char * LookupMakerNoteSafety (uint32 key)
1514 const char * LookupColorimetricReference (uint32 key)
1543 const char * LookupPreviewColorSpace (uint32 key)
1575 const char * LookupJPEGMarker (uint32 key)
1667 const char * LookupSensitivityType (uint32 key)
1703 uint32 count)
1706 uint32 rows = (count + 15) >> 4;
1711 for (uint32 row = 0; row < rows; row++)
1716 uint32 col;
1718 uint32 cols = count - (row << 4);
1777 uint32 count)
1780 uint32 rows = (count + 15) >> 4;
1785 for (uint32 row = 0; row < rows; row++)
1790 uint32 col;
1792 uint32 cols = count - (row << 4);
1851 uint32 count)
1854 uint32 lineLength = 0;
1859 uint32 x = stream.Get_uint8 ();
1932 const uint32 kMaxDumpString = gDumpLineLimit * 64;
1938 uint32 total = 0;
1943 uint32 c = dng_string::DecodeUTF8 (ss);
1980 uint32 extra = (uint32) strlen (ss);
1998 uint32 parentCode,
1999 uint32 tagCode,
2000 uint32 tagType,
2001 uint32 tagCount,
2005 const uint32 kMaxDumpSingleLine = 4;
2007 const uint32 kMaxDumpArray = Max_uint32 (gDumpLineLimit, kMaxDumpSingleLine);
2034 for (uint32 j = 0; j < tagCount && j < kMaxDumpArray; j++)
2067 uint32 x = stream.TagValue_uint32 (tagType);
2161 uint32 tagSize = tagCount * TagTypeSize (tagType);
2193 for (uint32 row = 0; row < m.Rows (); row++)
2196 for (uint32 col = 0; col < m.Cols (); col++)
2219 for (uint32 index = 0; index < v.Count (); index++)
2286 for (uint32 j = 0; j < 16; j++)
2298 uint32 hues,
2299 uint32 sats,
2300 uint32 vals,
2304 uint32 doneLines = 0;
2305 uint32 skipLines = 0;
2307 for (uint32 v = 0; v < vals; v++)
2310 for (uint32 h = 0; h < hues; h++)
2313 for (uint32 s = skipSat0 ? 1 : 0; s < sats; s++)
2381 bool CheckTagType (uint32 parentCode,
2382 uint32 tagCode,
2383 uint32 tagType,
2429 bool CheckTagCount (uint32 parentCode,
2430 uint32 tagCode,
2431 uint32 tagCount,
2432 uint32 minCount,
2433 uint32 maxCount)
2476 bool CheckColorImage (uint32 parentCode,
2477 uint32 tagCode,
2478 uint32 colorPlanes)
2541 bool CheckMainIFD (uint32 parentCode,
2542 uint32 tagCode,
2543 uint32 newSubFileType)
2581 bool CheckRawIFD (uint32 parentCode,
2582 uint32 tagCode,
2583 uint32 photometricInterpretation)
2622 bool CheckCFA (uint32 parentCode,
2623 uint32 tagCode,
2624 uint32 photometricInterpretation)
2663 uint32 parentCode,
2664 uint32 tagCode,
2665 uint32 tagCount,
2699 for (uint32 j = 0; j < tagCount; j++)
2754 uint32 parentCode,
2755 uint32 tagCode,
2756 uint32 tagCount,
2789 uint32 nullCount = 0;
2791 for (uint32 j = 0; j < tagCount; j++)
2834 for (uint32 j = 1; j < tagCount - 1; j++)
2859 uint32 parentCode,
2860 uint32 tagCode,
2861 uint32 tagCount,
2908 for (uint32 j = 0; j < 8; j++)
2945 uint32 uChars = (tagCount - 8) >> 1;
2951 for (uint32 j = 0; j < uChars; j++)
2968 uint32 count2020 = 0;
2970 for (uint32 k = 0; buffer [k] != 0; k++)
3007 uint32 aChars = tagCount - 8;
3097 for (uint32 i = 0; i < aChars && buffer [i] != 0; i++)
3176 uint32 parentCode,
3177 uint32 tagCode,
3178 uint32 tagType,
3179 uint32 tagCount,
3180 uint32 rows,
3181 uint32 cols,
3190 for (uint32 row = 0; row < rows; row++)
3191 for (uint32 col = 0; col < cols; col++)
3211 uint32 parentCode,
3212 uint32 tagCode,
3213 uint32 tagType,
3214 uint32 tagCount,
3215 uint32 count,
3224 for (uint32 index = 0; index < count; index++)
3244 uint32 parentCode,
3245 uint32 tagCode,
3246 uint32 tagType,
3247 uint32 tagCount,
3286 for (uint32 index = 0; index < 21; index++)