sof_info 3273 ext/exif/exif.c jpeg_sof_info sof_info; sof_info 3408 ext/exif/exif.c exif_process_SOFn(Data, marker, &sof_info); sof_info 3409 ext/exif/exif.c ImageInfo->Width = sof_info.width; sof_info 3410 ext/exif/exif.c ImageInfo->Height = sof_info.height; sof_info 3411 ext/exif/exif.c if (sof_info.num_components == 3) { sof_info 3439 ext/exif/exif.c jpeg_sof_info sof_info; sof_info 3491 ext/exif/exif.c exif_process_SOFn(data+pos, marker, &sof_info); sof_info 3492 ext/exif/exif.c ImageInfo->Thumbnail.height = sof_info.height; sof_info 3493 ext/exif/exif.c ImageInfo->Thumbnail.width = sof_info.width; sof_info 3495 ext/exif/exif.c exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Thumbnail: size: %d * %d", sof_info.width, sof_info.height);