/external/dng_sdk/source/ |
D | dng_ifd.cpp | 279 CheckTagType (parentCode, tagCode, tagType, ttLong); in ParseTag() 308 CheckTagType (parentCode, tagCode, tagType, ttShort, ttLong); in ParseTag() 330 CheckTagType (parentCode, tagCode, tagType, ttShort, ttLong); in ParseTag() 527 CheckTagType (parentCode, tagCode, tagType, ttShort, ttLong); in ParseTag() 623 CheckTagType (parentCode, tagCode, tagType, ttShort, ttLong); in ParseTag() 647 CheckTagType (parentCode, tagCode, tagType, ttShort, ttLong); in ParseTag() 808 CheckTagType (parentCode, tagCode, tagType, ttShort, ttLong); in ParseTag() 832 CheckTagType (parentCode, tagCode, tagType, ttShort, ttLong); in ParseTag() 856 CheckTagType (parentCode, tagCode, tagType, ttLong); in ParseTag() 901 CheckTagType (parentCode, tagCode, tagType, ttShort, ttLong); in ParseTag() [all …]
|
D | dng_shared.cpp | 501 CheckTagType (parentCode, tagCode, tagType, ttLong); in ParseTag() 551 CheckTagType (parentCode, tagCode, tagType, ttLong); in ParseTag() 678 CheckTagType (parentCode, tagCode, tagType, ttLong); in ParseTag() 720 CheckTagType (parentCode, tagCode, tagType, ttLong); in ParseTag() 802 CheckTagType (parentCode, tagCode, tagType, ttLong); in ParseTag() 869 CheckTagType (parentCode, tagCode, tagType, ttLong); in ParseTag() 1350 CheckTagType (parentCode, tagCode, tagType, ttLong, ttAscii, ttUndefined); in Parse_ifd0() 1440 CheckTagType (parentCode, tagCode, tagType, ttLong, ttIFD); in Parse_ifd0() 1462 CheckTagType (parentCode, tagCode, tagType, ttLong, ttIFD); in Parse_ifd0() 1484 CheckTagType (parentCode, tagCode, tagType, ttLong, ttIFD); in Parse_ifd0() [all …]
|
D | dng_pixel_buffer.h | 406 ASSERT_PIXEL_TYPE (ttLong); 423 ASSERT_PIXEL_TYPE (ttLong); 574 DNG_ASSERT (fPixelType == ttLong, "Mismatched pixel type"); in SetConstant_uint32()
|
D | dng_tag_types.cpp | 41 case ttLong: in TagTypeSize()
|
D | dng_tag_types.h | 30 ttLong, enumerator
|
D | dng_exif.cpp | 1613 CheckTagType (parentCode, tagCode, tagType, ttLong); in Parse_ifd0_exif() 1638 CheckTagType (parentCode, tagCode, tagType, ttLong); in Parse_ifd0_exif() 1663 CheckTagType (parentCode, tagCode, tagType, ttLong); in Parse_ifd0_exif() 1688 CheckTagType (parentCode, tagCode, tagType, ttLong); in Parse_ifd0_exif() 1713 CheckTagType (parentCode, tagCode, tagType, ttLong); in Parse_ifd0_exif() 2380 CheckTagType (parentCode, tagCode, tagType, ttShort, ttLong); in Parse_ifd0_exif() 2620 CheckTagType (parentCode, tagCode, tagType, ttShort, ttLong); in Parse_ifd0_exif() 2642 CheckTagType (parentCode, tagCode, tagType, ttShort, ttLong); in Parse_ifd0_exif() 4134 CheckTagType (parentCode, tagCode, tagType, ttShort, ttLong); in Parse_interoperability() 4156 CheckTagType (parentCode, tagCode, tagType, ttShort, ttLong); in Parse_interoperability()
|
D | dng_linearization_info.cpp | 108 fSrcPixelType != ttLong && in dng_linearize_plane() 140 fReal32 = (fSrcPixelType == ttLong || in dng_linearize_plane() 310 if (fSrcPixelType != ttLong && in dng_linearize_plane() 568 fBlack_2D_rows == 0 && fSrcPixelType != ttLong) in Process() 789 if (fSrcPixelType != ttLong) in Process()
|
D | dng_pixel_buffer.cpp | 525 case ttLong: in PixelRange() 680 case ttLong: in SetZero() 877 case ttLong: in CopyArea() 971 case ttLong: in CopyArea() 1100 else if (src.fPixelType == ttLong) in CopyArea() 1800 case ttLong: in MaximumDifference()
|
D | dng_stream.cpp | 808 case ttLong: in TagValue_uint32() 920 case ttLong: in TagValue_urational() 1053 case ttLong: in TagValue_real64()
|
D | dng_image.h | 369 DNG_ASSERT (fPixelType == ttLong, "Mismatched pixel type"); in SetConstant_uint32()
|
D | dng_misc_opcodes.cpp | 579 case ttLong: in BufferPixelType() 952 case ttLong: in BufferPixelType() 1158 case ttLong: in BufferPixelType()
|
D | dng_image_writer.h | 329 : tag_data_ptr (code, ttLong, 1, &fValue) 354 : tag_data_ptr (code, ttLong, count, data) in tag_data_ptr() argument
|
D | dng_parse_utils.cpp | 584 { ttLong, "Long" }, in LookupTagType() 2016 case ttLong: in DumpTagValues() 2063 case ttLong: in DumpTagValues()
|
D | dng_image.cpp | 178 case ttLong: in PixelRange()
|
D | dng_read_image.cpp | 1391 pixelType = ttLong; in ReadUncompressed() 2128 case ttLong: in DecodePredictor() 2219 pixelType = ttLong; in ReadTile()
|
D | dng_image_writer.cpp | 349 case ttLong: in Put() 506 : tiff_tag (tcIPTC_NAA, ttLong, (length + 3) >> 2) in tag_iptc() 3059 case ttLong: in EncodePredictor() 5732 bool isCompressed32BitInteger = (negative.RawImage ().PixelType () == ttLong) && in WriteDNG() 5911 if (rawImage.PixelType () == ttLong) in WriteDNG() 6039 case ttLong: in WriteDNG()
|
D | dng_negative.cpp | 3768 if (stage1.PixelType () == ttLong || in DoBuildStage2()
|