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

  /external/dng_sdk/source/
dng_exif.h 96 uint32 fWhiteBalance;
dng_exif.cpp 79 , fWhiteBalance (0xFFFFFFFF)
    [all...]
dng_image_writer.h 830 tag_uint16 fWhiteBalance;
dng_xmp.cpp     [all...]
dng_image_writer.cpp 956 , fWhiteBalance (tcWhiteBalance , (uint16) exif.fWhiteBalance )
1194 if (exif.fWhiteBalance <= 0x0FFFF)
1196 fExifIFD.Add (&fWhiteBalance);
    [all...]

Completed in 222 milliseconds