Home
last modified time | relevance | path

Searched defs:jpeg_marker_writer (Results 1 – 4 of 4) sorted by relevance

/external/libjpeg-turbo/
Djpegint.h131 struct jpeg_marker_writer { struct
132 void (*write_file_header) (j_compress_ptr cinfo);
133 void (*write_frame_header) (j_compress_ptr cinfo);
134 void (*write_scan_header) (j_compress_ptr cinfo);
135 void (*write_file_trailer) (j_compress_ptr cinfo);
136 void (*write_tables_only) (j_compress_ptr cinfo);
139 void (*write_marker_header) (j_compress_ptr cinfo, int marker,
141 void (*write_marker_byte) (j_compress_ptr cinfo, int val);
Djpeglib.h1084 struct jpeg_marker_writer { long dummy; }; struct
/external/pdfium/third_party/libjpeg/
Djpegint.h120 struct jpeg_marker_writer { struct
Djpeglib.h1168 struct jpeg_marker_writer { long dummy; }; argument