Home
last modified time | relevance | path

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

/dports/graphics/exifprobe/exifprobe-2.0.1/
H A Dprocess.c2486 (void)jpeg_status(JPEG_HAD_ERROR); in process_jpeg_segments()
2507 status = JPEG_HAD_ERROR; in process_jpeg_segments()
2739 (void)jpeg_status(JPEG_HAD_ERROR); in process_jpeg_segments()
2811 (void)jpeg_status(JPEG_HAD_ERROR); in process_jpeg_segments()
2852 (void)jpeg_status(JPEG_HAD_ERROR); in process_jpeg_segments()
2987 (void)jpeg_status(JPEG_HAD_ERROR); in process_jpeg_segments()
3025 (void)jpeg_status(JPEG_HAD_ERROR); in process_jpeg_segments()
3074 (void)jpeg_status(JPEG_HAD_ERROR); in process_jpeg_segments()
3092 (void)jpeg_status(JPEG_HAD_ERROR); in process_jpeg_segments()
3108 (void)jpeg_status(JPEG_HAD_ERROR); in process_jpeg_segments()
[all …]
H A Ddefs.h176 #define JPEG_HAD_ERROR 0x8 /* failed somewhere after SOI */ macro
H A Dprint.c2571 if(status == JPEG_HAD_ERROR) in print_jpeg_status()