/external/dng_sdk/source/ |
dng_tag_types.cpp | 43 case ttFloat:
|
dng_tag_types.h | 37 ttFloat,
|
dng_gain_map.h | 186 return ttFloat;
|
dng_pixel_buffer.h | 474 ASSERT_PIXEL_TYPE (ttFloat); 491 ASSERT_PIXEL_TYPE (ttFloat); 592 DNG_ASSERT (fPixelType == ttFloat, "Mismatched pixel type");
|
dng_linearization_info.cpp | 109 fSrcPixelType != ttFloat) 119 fDstPixelType != ttFloat) 128 if (fSrcPixelType == ttFloat && 129 fDstPixelType != ttFloat) 141 fDstPixelType == ttFloat); 311 fSrcPixelType != ttFloat) 485 if (fSrcPixelType == ttFloat) 875 if (fDstPixelType == ttFloat)
|
dng_misc_opcodes.cpp | 570 case ttFloat: 603 return ttFloat; 943 case ttFloat: 965 return ttFloat; 1149 case ttFloat: 1171 return ttFloat; 1351 return ttFloat; 1528 return ttFloat;
|
dng_image.h | 222 /// ttLong, ttFloat . 242 /// For ttFloat type, pixel range is 0.0 to 1.0 and this routine returns 1. 384 DNG_ASSERT (fPixelType == ttFloat, "Mismatched pixel type");
|
dng_pixel_buffer.cpp | 681 case ttFloat: 896 case ttFloat: 990 case ttFloat: 1069 case ttFloat: 1155 else if (src.fPixelType == ttFloat) 1860 case ttFloat: [all...] |
dng_resample.cpp | 572 fSrcPixelType = ttFloat; 573 fDstPixelType = ttFloat; 717 if (fSrcPixelType == ttFloat)
|
dng_preview.cpp | 497 if (preview.fImage->PixelType () == ttFloat) 552 if (fImage->PixelType () == ttFloat)
|
dng_utils.cpp | 745 DNG_ASSERT (srcImage.PixelType () == ttFloat, "Floating point image expected"); 746 DNG_ASSERT (dstImage.PixelType () == ttFloat, "Floating point image expected");
|
dng_negative.cpp | 1586 if (RawImage ().PixelType () == ttFloat || RawTransparencyMask ()) [all...] |
dng_lens_correction.h | 612 return ttFloat;
|
dng_read_image.cpp | 1228 pixelType = ttFloat; 1244 pixelType = ttFloat; [all...] |
dng_shared.cpp | 584 if (!CheckTagType (parentCode, tagCode, tagType, ttFloat)) 631 if (!CheckTagType (parentCode, tagCode, tagType, ttFloat)) 753 if (!CheckTagType (parentCode, tagCode, tagType, ttFloat)) 912 if (!CheckTagType (parentCode, tagCode, tagType, ttFloat)) [all...] |
dng_lens_correction.cpp | 1028 fSrcPixelType = ttFloat; 1029 fDstPixelType = ttFloat; [all...] |
dng_gain_map.cpp | 270 ComputeBufferSize (ttFloat, fPoints, fPlanes, pad16Bytes)));
|
dng_image_writer.cpp | 354 case ttFloat: [all...] |
dng_stream.cpp | 1088 case ttFloat:
|
dng_parse_utils.cpp | 591 { ttFloat, "Float" }, [all...] |
dng_render.cpp | 800 fSrcPixelType = ttFloat; 801 fDstPixelType = ttFloat; [all...] |
dng_ifd.cpp | [all...] |