HomeSort by relevance Sort by last modified time
    Searched refs:DNG_CHAR4 (Results 1 - 5 of 5) sorted by null

  /external/dng_sdk/source/
dng_types.h 88 #define DNG_CHAR4(a,b,c,d) ((((uint32) a) << 24) |\
dng_info.cpp 1513 if (section_key == DNG_CHAR4 ('M','a','k','N') && section_count > 6)
1552 else if (section_key == DNG_CHAR4 ('S','R','2',' ') && section_count > 6)
1579 else if (section_key == DNG_CHAR4 ('R','A','F',' ') && section_count > 4)
1670 else if (section_key == DNG_CHAR4 ('C','n','t','x') && section_count > 4)
1709 else if (section_key == DNG_CHAR4 ('C','R','W',' ') && section_count > 4)
    [all...]
dng_preview.cpp 418 stream.Put_uint32 (DNG_CHAR4 ('8','B','I','M'));
dng_image_writer.cpp 98 stream.Put_uint32 (DNG_CHAR4 ('8','B','I','M'));
124 stream.Put_uint32 (DNG_CHAR4 ('8','B','I','M'));
158 stream.Put_uint32 (DNG_CHAR4 ('8','B','I','M'));
    [all...]
dng_xmp.cpp     [all...]

Completed in 113 milliseconds