Home
last modified time | relevance | path

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

/PHP-7.4/ext/exif/
H A Dexif.c3821 jpeg_sof_info sof_info; in exif_scan_JPEG_header() local
3956 exif_process_SOFn(Data, marker, &sof_info); in exif_scan_JPEG_header()
3957 ImageInfo->Width = sof_info.width; in exif_scan_JPEG_header()
3958 ImageInfo->Height = sof_info.height; in exif_scan_JPEG_header()
3959 if (sof_info.num_components == 3) { in exif_scan_JPEG_header()
3987 jpeg_sof_info sof_info; in exif_scan_thumbnail() local
4045 exif_process_SOFn(data+pos, marker, &sof_info); in exif_scan_thumbnail()
4046 ImageInfo->Thumbnail.height = sof_info.height; in exif_scan_thumbnail()
4047 ImageInfo->Thumbnail.width = sof_info.width; in exif_scan_thumbnail()
4049 …NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Thumbnail: size: %d * %d", sof_info.width, sof_info.height); in exif_scan_thumbnail()

Completed in 17 milliseconds