/external/dng_sdk/source/ |
D | dng_ifd.cpp | 308 CheckTagType (parentCode, tagCode, tagType, ttShort, ttLong); in ParseTag() 330 CheckTagType (parentCode, tagCode, tagType, ttShort, ttLong); in ParseTag() 352 CheckTagType (parentCode, tagCode, tagType, ttShort); in ParseTag() 430 CheckTagType (parentCode, tagCode, tagType, ttShort); in ParseTag() 480 CheckTagType (parentCode, tagCode, tagType, ttShort); in ParseTag() 505 CheckTagType (parentCode, tagCode, tagType, ttShort); in ParseTag() 527 CheckTagType (parentCode, tagCode, tagType, ttShort, ttLong); in ParseTag() 572 CheckTagType (parentCode, tagCode, tagType, ttShort); in ParseTag() 601 CheckTagType (parentCode, tagCode, tagType, ttShort); in ParseTag() 623 CheckTagType (parentCode, tagCode, tagType, ttShort, ttLong); in ParseTag() [all …]
|
D | dng_exif.cpp | 1319 CheckTagType (parentCode, tagCode, tagType, ttShort); in Parse_ifd0_main() 1344 CheckTagType (parentCode, tagCode, tagType, ttShort); in Parse_ifd0_main() 1525 CheckTagType (parentCode, tagCode, tagType, ttShort); in Parse_ifd0_exif() 1550 CheckTagType (parentCode, tagCode, tagType, ttShort); in Parse_ifd0_exif() 1588 CheckTagType (parentCode, tagCode, tagType, ttShort); in Parse_ifd0_exif() 1797 CheckTagType (parentCode, tagCode, tagType, ttShort); in Parse_ifd0_exif() 2217 CheckTagType (parentCode, tagCode, tagType, ttShort); in Parse_ifd0_exif() 2242 CheckTagType (parentCode, tagCode, tagType, ttShort); in Parse_ifd0_exif() 2267 CheckTagType (parentCode, tagCode, tagType, ttShort); in Parse_ifd0_exif() 2380 CheckTagType (parentCode, tagCode, tagType, ttShort, ttLong); in Parse_ifd0_exif() [all …]
|
D | dng_pixel_buffer.cpp | 519 case ttShort: in PixelRange() 679 case ttShort: in SetZero() 839 case ttShort: in CopyArea() 927 else if (src.fPixelType == ttShort) in CopyArea() 1046 case ttShort: in CopyArea() 1125 case ttShort: in CopyArea() 1181 case ttShort: in CopyArea() 1425 if (fPixelType != ttShort) in ShiftRight() 1785 case ttShort: in MaximumDifference()
|
D | dng_tag_types.cpp | 34 case ttShort: in TagTypeSize()
|
D | dng_tag_types.h | 29 ttShort, enumerator
|
D | dng_pixel_buffer.h | 338 ASSERT_PIXEL_TYPE (ttShort); 355 ASSERT_PIXEL_TYPE (ttShort); 538 DNG_ASSERT (fPixelType == ttShort, "Mismatched pixel type"); in SetConstant_uint16()
|
D | dng_shared.cpp | 114 CheckTagType (parentCode, tagCode, tagType, ttShort); in ParseTag() 139 CheckTagType (parentCode, tagCode, tagType, ttShort); in ParseTag() 2164 CheckTagType (parentCode, tagCode, tagType, ttShort); in Parse_ifd0() 2505 CheckTagType (parentCode, tagCode, tagType, ttShort); in Parse_ifd0() 2638 CheckTagType (parentCode, tagCode, tagType, ttShort, ttLong); in Parse_ifd0() 2666 CheckTagType (parentCode, tagCode, tagType, ttShort, ttLong); in Parse_ifd0() 2694 CheckTagType (parentCode, tagCode, tagType, ttShort, ttLong, ttRational); in Parse_ifd0()
|
D | dng_linearization_info.cpp | 107 fSrcPixelType != ttShort && in dng_linearize_plane() 118 if (fDstPixelType != ttShort && in dng_linearize_plane() 237 (info.fBlackLevelRepeatRows > 1 || fSrcPixelType != ttShort)) in dng_linearize_plane() 369 if (fDstPixelType == ttShort) in dng_linearize_plane() 571 if (fDstPixelType == ttShort) in Process()
|
D | dng_stream.cpp | 805 case ttShort: in TagValue_uint32() 919 case ttShort: in TagValue_urational() 1052 case ttShort: in TagValue_real64()
|
D | dng_misc_opcodes.cpp | 384 return ttShort; in BufferPixelType() 573 case ttShort: in BufferPixelType() 946 case ttShort: in BufferPixelType() 1152 case ttShort: in BufferPixelType()
|
D | dng_image.h | 339 DNG_ASSERT (fPixelType == ttShort, "Mismatched pixel type"); in SetConstant_uint16()
|
D | dng_read_image.cpp | 1121 dng_pixel_buffer buffer (fTileStrip, fPlane, fPlanes, ttShort, in Spool() 1276 pixelType = ttShort; in ReadUncompressed() 1310 pixelType = ttShort; in ReadUncompressed() 1352 pixelType = ttShort; in ReadUncompressed() 2116 case ttShort: in DecodePredictor() 2214 pixelType = ttShort; in ReadTile()
|
D | dng_resample.cpp | 566 fSrcPixelType = ttShort; in dng_resample_task() 567 fDstPixelType = ttShort; in dng_resample_task()
|
D | dng_image_writer.h | 265 : tag_data_ptr (code, ttShort, 1, &fValue) 308 : tag_data_ptr (code, ttShort, count, data) in tag_data_ptr() argument
|
D | dng_mosaic_info.cpp | 1069 if (dstBuffer.fPixelType == ttShort) in Interpolate() 1153 fSrcPixelType = ttShort; in dng_fast_interpolator() 1154 fDstPixelType = ttShort; in dng_fast_interpolator()
|
D | dng_parse_utils.cpp | 583 { ttShort, "Short" }, in LookupTagType() 2015 case ttShort: in DumpTagValues() 2062 case ttShort: in DumpTagValues()
|
D | dng_validate.cpp | 733 gFinalPixelType = ttShort; in main()
|
D | dng_utils.cpp | 420 DNG_ASSERT (image.PixelType () == ttShort, "Unsupported pixel type"); in HistogramArea()
|
D | dng_negative.cpp | 1491 buffer.fPixelType = ttShort; in FindImageDigest() 1802 if (rawPixelType == ttShort) in FindNewRawImageDigest() 3766 uint32 pixelType = ttShort; in DoBuildStage2() 4475 if (srcImage.PixelType () != ttShort) in EncodeRawProxy() 4997 case ttShort: in RawTransparencyMaskBitDepth()
|
D | dng_image.cpp | 172 case ttShort: in PixelRange()
|
D | dng_image_writer.cpp | 327 case ttShort: in Put() 3047 case ttShort: in EncodePredictor() 3727 if (ifd.fBitsPerSample [0] == 8 && buffer.fPixelType == ttShort) in WriteData() 3868 temp.fPixelType = ttShort; in WriteData() 5995 if (rawPixelType == ttShort) in WriteDNG() 6033 case ttShort: in WriteDNG()
|
D | dng_bad_pixels.cpp | 142 if (bufferPixelType != ttShort) in Prepare() 797 if (bufferPixelType != ttShort) in Prepare()
|
D | dng_lens_correction.cpp | 2296 const uint32 pixelType = ttShort; in Prepare() 2322 dng_pixel_buffer maskPixelBuffer(dstArea, 0, fImagePlanes, ttShort, in ProcessArea()
|