Home
last modified time | relevance | path

Searched refs:ParseIFDPointerTag (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/include/
H A Dexif_info.h203 void ParseIFDPointerTag(const ExifIfd &ifd, const uint16_t &dataFormat);
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/plugin_test/
H A Dplugin_libjpeg_test.cpp670 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);
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/src/
H A Dexif_info.cpp1677 ParseIFDPointerTag(ifdOfIFDPointerTag, dataFormat); in GetDataRangeFromDE()
1722 void ByteOrderedBuffer::ParseIFDPointerTag(const ExifIfd &ifd, const uint16_t &dataFormat) in ParseIFDPointerTag() function in OHOS::ImagePlugin::ByteOrderedBuffer