Searched refs:ParseIFDPointerTag (Results 1 – 3 of 3) sorted by relevance
203 void ParseIFDPointerTag(const ExifIfd &ifd, const uint16_t &dataFormat);
670 byteorder.ParseIFDPointerTag(ifd, dataFormat);1329 byteorder.ParseIFDPointerTag(ifd, EXIF_FORMAT_SHORT);1330 byteorder.ParseIFDPointerTag(ifd, EXIF_FORMAT_SSHORT);1331 byteorder.ParseIFDPointerTag(ifd, EXIF_FORMAT_LONG);1332 byteorder.ParseIFDPointerTag(ifd, EXIF_FORMAT_SLONG);
1677 ParseIFDPointerTag(ifdOfIFDPointerTag, dataFormat); in GetDataRangeFromDE()1722 void ByteOrderedBuffer::ParseIFDPointerTag(const ExifIfd &ifd, const uint16_t &dataFormat) in ParseIFDPointerTag() function in OHOS::ImagePlugin::ByteOrderedBuffer