Searched refs:EXIF_HEADER_LENGTH (Results 1 - 1 of 1) sorted by relevance
/drivers/peripheral/camera/vdi_base/common/utils/exif/ |
H A D | exif_utils.cpp | 32 static const unsigned int EXIF_HEADER_LENGTH = sizeof(EXIF_HEADER); member 209 if (memcpy_s(tempBuffer, totalTempBufferSize, EXIF_HEADER, EXIF_HEADER_LENGTH) != 0) { in PackageJpeg() 213 if (memcpy_s(tempBuffer + EXIF_HEADER_LENGTH, totalTempBufferSize, &orderValue, in PackageJpeg() 218 if (memcpy_s(tempBuffer + EXIF_HEADER_LENGTH + sizeof(orderValue), totalTempBufferSize, &value, in PackageJpeg() 223 if (memcpy_s(tempBuffer + EXIF_HEADER_LENGTH + sizeof(orderValue) + sizeof(value), totalTempBufferSize, in PackageJpeg() 228 if (memcpy_s(tempBuffer + EXIF_HEADER_LENGTH + sizeof(orderValue) + sizeof(value) + exifDataLength, in PackageJpeg() 309 totalTempBufferSize = EXIF_HEADER_LENGTH + exifBlockLength + exifDataLength + in AddCustomExifInfo()
|
Completed in 2 milliseconds