Home
last modified time | relevance | path

Searched refs:ttLong (Results 1 – 17 of 17) sorted by relevance

/external/dng_sdk/source/
Ddng_ifd.cpp279 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 …]
Ddng_shared.cpp501 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 …]
Ddng_pixel_buffer.h406 ASSERT_PIXEL_TYPE (ttLong);
423 ASSERT_PIXEL_TYPE (ttLong);
574 DNG_ASSERT (fPixelType == ttLong, "Mismatched pixel type"); in SetConstant_uint32()
Ddng_tag_types.cpp41 case ttLong: in TagTypeSize()
Ddng_tag_types.h30 ttLong, enumerator
Ddng_exif.cpp1613 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()
Ddng_linearization_info.cpp108 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()
Ddng_pixel_buffer.cpp525 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()
Ddng_stream.cpp808 case ttLong: in TagValue_uint32()
920 case ttLong: in TagValue_urational()
1053 case ttLong: in TagValue_real64()
Ddng_image.h369 DNG_ASSERT (fPixelType == ttLong, "Mismatched pixel type"); in SetConstant_uint32()
Ddng_misc_opcodes.cpp579 case ttLong: in BufferPixelType()
952 case ttLong: in BufferPixelType()
1158 case ttLong: in BufferPixelType()
Ddng_image_writer.h329 : tag_data_ptr (code, ttLong, 1, &fValue)
354 : tag_data_ptr (code, ttLong, count, data) in tag_data_ptr() argument
Ddng_parse_utils.cpp584 { ttLong, "Long" }, in LookupTagType()
2016 case ttLong: in DumpTagValues()
2063 case ttLong: in DumpTagValues()
Ddng_image.cpp178 case ttLong: in PixelRange()
Ddng_read_image.cpp1391 pixelType = ttLong; in ReadUncompressed()
2128 case ttLong: in DecodePredictor()
2219 pixelType = ttLong; in ReadTile()
Ddng_image_writer.cpp349 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()
Ddng_negative.cpp3768 if (stage1.PixelType () == ttLong || in DoBuildStage2()