Home
last modified time | relevance | path

Searched refs:tmpOffset (Results 1 - 2 of 2) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbase_extractor.cpp154 ZipPos tmpOffset = 0; in GetFileInfo() local
155 if (!zipFile_.GetDataOffsetRelative(fileName, tmpOffset, length)) { in GetFileInfo()
159 if (tmpOffset > std::numeric_limits<uint32_t>::max()) { in GetFileInfo()
163 offset = static_cast<uint32_t>(tmpOffset); in GetFileInfo()
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hdr/
H A Dhdr_helper.cpp304 uint32_t tmpOffset = 0; in CheckJpegGainMapHdrType() local
306 if (tmpOffset > 0 && tmpOffset != offset) { in CheckJpegGainMapHdrType()
307 IMAGE_LOGD("vivid gainmap offset from mpf, offset:%{public}d-%{public}d", tmpOffset, offset); in CheckJpegGainMapHdrType()
308 offset = tmpOffset; in CheckJpegGainMapHdrType()

Completed in 3 milliseconds