Home | History | Annotate | Download | only in jpeg

Lines Matching full:jpeg_write_marker

2349 calling jpeg_write_marker() after jpeg_start_compress() and before the first
2353 "JPEG_APP0 + n" for APPn. (Actually, jpeg_write_marker will let you write
2356 jpeg_write_marker(cinfo, JPEG_COM, comment_text, strlen(comment_text));