sof_info 3264 ext/exif/exif.c jpeg_sof_info sof_info; sof_info 3399 ext/exif/exif.c exif_process_SOFn(Data, marker, &sof_info); sof_info 3400 ext/exif/exif.c ImageInfo->Width = sof_info.width; sof_info 3401 ext/exif/exif.c ImageInfo->Height = sof_info.height; sof_info 3402 ext/exif/exif.c if (sof_info.num_components == 3) { sof_info 3430 ext/exif/exif.c jpeg_sof_info sof_info; sof_info 3482 ext/exif/exif.c exif_process_SOFn(data+pos, marker, &sof_info); sof_info 3483 ext/exif/exif.c ImageInfo->Thumbnail.height = sof_info.height; sof_info 3484 ext/exif/exif.c ImageInfo->Thumbnail.width = sof_info.width; sof_info 3486 ext/exif/exif.c exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Thumbnail: size: %d * %d", sof_info.width, sof_info.height);