Searched refs:write_marker_byte (Results 1 - 7 of 7) sorted by relevance

/external/jpeg/
H A Djcapimin.c195 JMETHOD(void, write_marker_byte, (j_compress_ptr info, int val));
204 write_marker_byte = cinfo->marker->write_marker_byte; /* copy for speed */
206 (*write_marker_byte) (cinfo, *dataptr);
228 (*cinfo->marker->write_marker_byte) (cinfo, val);
H A Djcmarker.c450 write_marker_byte (j_compress_ptr cinfo, int val) function
661 marker->pub.write_marker_byte = write_marker_byte;
H A Djpegint.h130 JMETHOD(void, write_marker_byte, (j_compress_ptr cinfo, int val));
/external/pdfium/core/src/fxcodec/libjpeg/
H A Dfpdfapi_jcapimin.c196 JMETHOD(void, write_marker_byte, (j_compress_ptr info, int val));
205 write_marker_byte = cinfo->marker->write_marker_byte; /* copy for speed */
207 (*write_marker_byte) (cinfo, *dataptr);
229 (*cinfo->marker->write_marker_byte) (cinfo, val);
H A Dfpdfapi_jcmarker.c451 write_marker_byte (j_compress_ptr cinfo, int val) function
662 marker->pub.write_marker_byte = write_marker_byte;
H A Djpegint.h130 JMETHOD(void, write_marker_byte, (j_compress_ptr cinfo, int val));
/external/pdfium/core/include/thirdparties/libjpeg/
H A Djpegint.h130 JMETHOD(void, write_marker_byte, (j_compress_ptr cinfo, int val));

Completed in 37 milliseconds