Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/src/
H A Dpng_image_chunk_utils.cpp363 size_t exifLength = 0; in GetExifInfoLen() local
365 const size_t newlength = (DECIMAL_BASE * exifLength) + (*sourcePtr - '0'); in GetExifInfoLen()
366 exifLength = newlength; in GetExifInfoLen()
378 *lengthOut = exifLength; in GetExifInfoLen()