Searched refs:DNG_CHAR4 (Results 1 – 5 of 5) sorted by relevance
/external/dng_sdk/source/ |
D | dng_info.cpp | 1513 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()
|
D | dng_types.h | 88 #define DNG_CHAR4(a,b,c,d) ((((uint32) a) << 24) |\ macro
|
D | dng_preview.cpp | 418 stream.Put_uint32 (DNG_CHAR4 ('8','B','I','M')); in SpoolAdobeThumbnail()
|
D | dng_image_writer.cpp | 98 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()
|
D | dng_xmp.cpp | 2503 exif.fExifVersion = DNG_CHAR4 ('0','2','2','1'); in SyncExif()
|