Lines Matching refs:marker
2686 static void exif_process_SOFn (uchar *Data, int marker, jpeg_sof_info *result) in exif_process_SOFn() argument
2704 static char * exif_get_markername(int marker) in exif_get_markername() argument
2706 switch(marker) { in exif_get_markername()
3768 int marker = 0, last_marker = M_PSEUDO, comment_correction=1; in exif_scan_JPEG_header() local
3787 if ((marker = php_stream_getc(ImageInfo->infile)) == EOF) { in exif_scan_JPEG_header()
3792 if (marker!=0xFF) { in exif_scan_JPEG_header()
3793 marker = 0xff; in exif_scan_JPEG_header()
3799 } while (marker == 0xff); in exif_scan_JPEG_header()
3808 if (marker == 0xff) { in exif_scan_JPEG_header()
3835 sn = exif_file_sections_add(ImageInfo, marker, itemlen, NULL); in exif_scan_JPEG_header()
3849 …_NOTICE, "Process section(x%02X=%s) @ x%04X + x%04X(=%d)", marker, exif_get_markername(marker), fp… in exif_scan_JPEG_header()
3851 switch(marker) { in exif_scan_JPEG_header()
3907 exif_process_SOFn(Data, marker, &sof_info); in exif_scan_JPEG_header()
3922 last_marker = marker; in exif_scan_JPEG_header()
3936 int n, marker; in exif_scan_thumbnail() local
3967 marker = c; in exif_scan_thumbnail()
3975 …E, "Thumbnail: process section(x%02X=%s) @ x%04X + x%04X", marker, exif_get_markername(marker), po… in exif_scan_thumbnail()
3977 switch (marker) { in exif_scan_thumbnail()
3996 exif_process_SOFn(data+pos, marker, &sof_info); in exif_scan_thumbnail()