Home
last modified time | relevance | path

Searched refs:DNG_CHAR4 (Results 1 – 5 of 5) sorted by relevance

/external/dng_sdk/source/
Ddng_info.cpp1513 if (section_key == DNG_CHAR4 ('M','a','k','N') && section_count > 6) in ParseDNGPrivateData()
1552 else if (section_key == DNG_CHAR4 ('S','R','2',' ') && section_count > 6) in ParseDNGPrivateData()
1579 else if (section_key == DNG_CHAR4 ('R','A','F',' ') && section_count > 4) in ParseDNGPrivateData()
1670 else if (section_key == DNG_CHAR4 ('C','n','t','x') && section_count > 4) in ParseDNGPrivateData()
1709 else if (section_key == DNG_CHAR4 ('C','R','W',' ') && section_count > 4) in ParseDNGPrivateData()
1781 case DNG_CHAR4 ('M','R','W',' '): in ParseDNGPrivateData()
1789 case DNG_CHAR4 ('P','a','n','o'): in ParseDNGPrivateData()
1795 case DNG_CHAR4 ('L','e','a','f'): in ParseDNGPrivateData()
1801 case DNG_CHAR4 ('K','o','d','a'): in ParseDNGPrivateData()
1807 case DNG_CHAR4 ('K','D','C',' '): in ParseDNGPrivateData()
Ddng_types.h88 #define DNG_CHAR4(a,b,c,d) ((((uint32) a) << 24) |\ macro
Ddng_preview.cpp418 stream.Put_uint32 (DNG_CHAR4 ('8','B','I','M')); in SpoolAdobeThumbnail()
Ddng_image_writer.cpp98 stream.Put_uint32 (DNG_CHAR4 ('8','B','I','M')); in SpoolAdobeData()
124 stream.Put_uint32 (DNG_CHAR4 ('8','B','I','M')); in SpoolAdobeData()
158 stream.Put_uint32 (DNG_CHAR4 ('8','B','I','M')); in SpoolAdobeData()
4951 if (newEXIF.fExifVersion < DNG_CHAR4 ('0','2','3','0')) in CleanUpMetadata()
4954 newEXIF.fExifVersion = DNG_CHAR4 ('0','2','3','0'); in CleanUpMetadata()
Ddng_xmp.cpp2503 exif.fExifVersion = DNG_CHAR4 ('0','2','2','1'); in SyncExif()