Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/src/
H A Dexif_info.cpp1124 static void ExifIntValueByFormat(unsigned char *b, ExifByteOrder order, ExifFormat format, long val… in ExifIntValueByFormat() function
1415 ExifIntValueByFormat((*ptrEntry)->data, order, (*ptrEntry)->format, atoi(value.c_str())); in CreateExifEntry()