Home
last modified time | relevance | path

Searched refs:JPEG_COM (Results 1 – 4 of 4) sorted by relevance

/external/jpeg/
Ddjpeg.c381 if (cinfo->unread_marker == JPEG_COM) in print_text_marker()
460 jpeg_set_marker_processor(&cinfo, JPEG_COM, print_text_marker); in main()
Djpeglib.h1136 #define JPEG_COM 0xFE /* COM marker code */ macro
Dtransupp.c868 jpeg_save_markers(srcinfo, JPEG_COM, 0xFFFF); in jcopy_markers_setup()
Dlibjpeg.doc2352 all else. Specify the marker type parameter as "JPEG_COM" for COM or
2356 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.