Home | History | Annotate | Download | only in source

Lines Matching full:const

34 const char * LookupParentCode (uint32 parentCode);
38 const char * LookupTagCode (uint32 parentCode,
43 const char * LookupTagType (uint32 tagType);
47 const char * LookupNewSubFileType (uint32 key);
49 const char * LookupCompression (uint32 key);
51 const char * LookupPredictor (uint32 key);
53 const char * LookupSampleFormat (uint32 key);
55 const char * LookupPhotometricInterpretation (uint32 key);
57 const char * LookupOrientation (uint32 key);
59 const char * LookupResolutionUnit (uint32 key);
61 const char * LookupCFAColor (uint32 key);
63 const char * LookupSensingMethod (uint32 key);
65 const char * LookupExposureProgram (uint32 key);
67 const char * LookupMeteringMode (uint32 key);
69 const char * LookupLightSource (uint32 key);
71 const char * LookupColorSpace (uint32 key);
73 const char * LookupFileSource (uint32 key);
75 const char * LookupSceneType (uint32 key);
77 const char * LookupCustomRendered (uint32 key);
79 const char * LookupExposureMode (uint32 key);
81 const char * LookupWhiteBalance (uint32 key);
83 const char * LookupSceneCaptureType (uint32 key);
85 const char * LookupGainControl (uint32 key);
87 const char * LookupContrast (uint32 key);
89 const char * LookupSaturation (uint32 key);
91 const char * LookupSharpness (uint32 key);
93 const char * LookupSubjectDistanceRange (uint32 key);
95 const char * LookupComponent (uint32 key);
97 const char * LookupCFALayout (uint32 key);
99 const char * LookupMakerNoteSafety (uint32 key);
101 const char * LookupColorimetricReference (uint32 key);
103 const char * LookupPreviewColorSpace (uint32 key);
105 const char * LookupJPEGMarker (uint32 key);
107 const char * LookupSensitivityType (uint32 key);
114 void DumpHexAscii (const uint8 *buf,
120 void DumpString (const dng_string &s);
123 const char *entry_name,
128 const char *tag_name = NULL);
130 void DumpMatrix (const dng_matrix &m);
132 void DumpVector (const dng_vector &v);
134 void DumpDateTime (const dng_date_time &dt);
138 void DumpFingerprint (const dng_fingerprint &p);