Searched refs:JPEG_COM (Results 1 – 4 of 4) sorted by relevance
482 if (cinfo->unread_marker == JPEG_COM) in print_text_marker()580 jpeg_set_marker_processor(&cinfo, JPEG_COM, print_text_marker); in djpeg()
1084 #define JPEG_COM 0xFE /* COM marker code */ macro
2314 jpeg_save_markers(srcinfo, JPEG_COM, 0xFFFF); in jcopy_markers_setup()
2536 all else. Specify the marker type parameter as "JPEG_COM" for COM or2540 jpeg_write_marker(cinfo, JPEG_COM, comment_text, strlen(comment_text));2587 where marker_code is the marker type to save, JPEG_COM or JPEG_APP0+n.