Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/libjpeg-turbo/
Ddjpeg.c482 if (cinfo->unread_marker == JPEG_COM) in print_text_marker()
580 jpeg_set_marker_processor(&cinfo, JPEG_COM, print_text_marker); in djpeg()
Djpeglib.h1084 #define JPEG_COM 0xFE /* COM marker code */ macro
Dtransupp.c2314 jpeg_save_markers(srcinfo, JPEG_COM, 0xFFFF); in jcopy_markers_setup()
Dlibjpeg.txt2536 all else. Specify the marker type parameter as "JPEG_COM" for COM or
2540 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.