/external/libjpeg-turbo/ |
jcapimin.c | 209 void (*write_marker_byte) (j_compress_ptr info, int val); 218 write_marker_byte = cinfo->marker->write_marker_byte; /* copy for speed */ 220 (*write_marker_byte) (cinfo, *dataptr); 242 (*cinfo->marker->write_marker_byte) (cinfo, val);
|
jcmarker.c | 454 write_marker_byte (j_compress_ptr cinfo, int val) function 661 marker->pub.write_marker_byte = write_marker_byte;
|
jpegint.h | 141 void (*write_marker_byte) (j_compress_ptr cinfo, int val); member in struct:jpeg_marker_writer
|
/external/opencv3/3rdparty/libjpeg/ |
jcapimin.c | 203 JMETHOD(void, write_marker_byte, (j_compress_ptr info, int val)); 212 write_marker_byte = cinfo->marker->write_marker_byte; /* copy for speed */ 214 (*write_marker_byte) (cinfo, *dataptr); 236 (*cinfo->marker->write_marker_byte) (cinfo, val);
|
jcmarker.c | 500 write_marker_byte (j_compress_ptr cinfo, int val) function 716 marker->pub.write_marker_byte = write_marker_byte;
|
jpegint.h | 133 JMETHOD(void, write_marker_byte, (j_compress_ptr cinfo, int val));
|
/external/pdfium/third_party/libjpeg/ |
fpdfapi_jcapimin.c | 195 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);
|
fpdfapi_jcmarker.c | 450 write_marker_byte (j_compress_ptr cinfo, int val) function 661 marker->pub.write_marker_byte = write_marker_byte;
|
jpegint.h | 130 JMETHOD(void, write_marker_byte, (j_compress_ptr cinfo, int val));
|