/external/chromium_org/third_party/iccjpeg/ |
iccjpeg.c | 80 jpeg_write_m_byte(cinfo, 0x49); 81 jpeg_write_m_byte(cinfo, 0x43); 82 jpeg_write_m_byte(cinfo, 0x43); 83 jpeg_write_m_byte(cinfo, 0x5F); 84 jpeg_write_m_byte(cinfo, 0x50); 85 jpeg_write_m_byte(cinfo, 0x52); 86 jpeg_write_m_byte(cinfo, 0x4F); 87 jpeg_write_m_byte(cinfo, 0x46); 88 jpeg_write_m_byte(cinfo, 0x49); 89 jpeg_write_m_byte(cinfo, 0x4C) [all...] |
/external/jpeg/ |
jcapimin.c | 226 jpeg_write_m_byte (j_compress_ptr cinfo, int val) function
|
jpeglib.h | 920 #define jpeg_write_m_byte macro [all...] |
transupp.c | 921 jpeg_write_m_byte(dstinfo, marker->data[i]);
|
/external/qemu/distrib/jpeg-6b/ |
jcapimin.c | 226 jpeg_write_m_byte (j_compress_ptr cinfo, int val) function
|
jpeglib.h | 920 #define jpeg_write_m_byte macro [all...] |
transupp.c | 921 jpeg_write_m_byte(dstinfo, marker->data[i]);
|