Searched refs:JPEG_COM (Results 1 – 6 of 6) sorted by relevance
381 if (cinfo->unread_marker == JPEG_COM) in print_text_marker()460 jpeg_set_marker_processor(&cinfo, JPEG_COM, print_text_marker); in main()
1136 #define JPEG_COM 0xFE /* COM marker code */ macro
868 jpeg_save_markers(srcinfo, JPEG_COM, 0xFFFF); in jcopy_markers_setup()
2352 all else. Specify the marker type parameter as "JPEG_COM" for COM or2356 jpeg_write_marker(cinfo, JPEG_COM, comment_text, strlen(comment_text));2403 where marker_code is the marker type to save, JPEG_COM or JPEG_APP0+n.
1117 #define JPEG_COM 0xFE /* COM marker code */ macro