Home
last modified time | relevance | path

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

/dports/graphics/exifprobe/exifprobe-2.0.1/
H A Ddefs.h174 #define JPEG_NO_EOI 0x2 /* soft error */ macro
H A Dprocess.c2610 (void)jpeg_status(JPEG_NO_EOI); in process_jpeg_segments()
2733 (void)jpeg_status(JPEG_NO_EOI); in process_jpeg_segments()
H A Dprint.c2573 else if(status == JPEG_NO_EOI) in print_jpeg_status()