Home
last modified time | relevance | path

Searched refs:ttSShort (Results 1 – 11 of 11) sorted by relevance

/external/dng_sdk/source/
Ddng_pixel_buffer.cpp520 case ttSShort: in PixelRange()
686 case ttSShort: in SetZero()
858 case ttSShort: in CopyArea()
952 case ttSShort: in CopyArea()
1021 else if (src.fPixelType == ttSShort) in CopyArea()
1201 case ttSShort: in CopyArea()
1830 case ttSShort: in MaximumDifference()
Ddng_pixel_buffer.h372 ASSERT_PIXEL_TYPE (ttSShort);
389 ASSERT_PIXEL_TYPE (ttSShort);
556 DNG_ASSERT (fPixelType == ttSShort, "Mismatched pixel type"); in SetConstant_int16()
Ddng_tag_types.cpp35 case ttSShort: in TagTypeSize()
Ddng_tag_types.h34 ttSShort, enumerator
Ddng_stream.cpp837 case ttSShort: in TagValue_int32()
931 case ttSShort: in TagValue_urational()
1058 case ttSShort: in TagValue_real64()
Ddng_image.h354 DNG_ASSERT (fPixelType == ttSShort, "Mismatched pixel type"); in SetConstant_int16()
Ddng_parse_utils.cpp588 { ttSShort, "SShort" }, in LookupTagType()
2019 case ttSShort: in DumpTagValues()
2076 case ttSShort: in DumpTagValues()
Ddng_image.cpp173 case ttSShort: in PixelRange()
Ddng_image_writer.h290 : tag_data_ptr (code, ttSShort, count, data) in tag_data_ptr() argument
Ddng_exif.cpp1738 CheckTagType (parentCode, tagCode, tagType, ttSShort); in Parse_ifd0_exif()
Ddng_image_writer.cpp328 case ttSShort: in Put()