Searched refs:jpeg_write_m_byte (Results 1 – 9 of 9) sorted by relevance
/external/chromium_org/third_party/iccjpeg/ |
D | iccjpeg.c | 80 jpeg_write_m_byte(cinfo, 0x49); in write_icc_profile() 81 jpeg_write_m_byte(cinfo, 0x43); in write_icc_profile() 82 jpeg_write_m_byte(cinfo, 0x43); in write_icc_profile() 83 jpeg_write_m_byte(cinfo, 0x5F); in write_icc_profile() 84 jpeg_write_m_byte(cinfo, 0x50); in write_icc_profile() 85 jpeg_write_m_byte(cinfo, 0x52); in write_icc_profile() 86 jpeg_write_m_byte(cinfo, 0x4F); in write_icc_profile() 87 jpeg_write_m_byte(cinfo, 0x46); in write_icc_profile() 88 jpeg_write_m_byte(cinfo, 0x49); in write_icc_profile() 89 jpeg_write_m_byte(cinfo, 0x4C); in write_icc_profile() [all …]
|
/external/qemu/distrib/jpeg-6b/ |
D | jcapimin.c | 226 jpeg_write_m_byte (j_compress_ptr cinfo, int val) in jpeg_write_m_byte() function
|
D | jpeglib.h | 920 #define jpeg_write_m_byte jWrtMByte macro 1019 EXTERN(void) jpeg_write_m_byte
|
D | transupp.c | 921 jpeg_write_m_byte(dstinfo, marker->data[i]); in jcopy_markers_execute()
|
D | libjpeg.doc | 2360 jpeg_write_m_byte(). If you do it this way, it's your responsibility to 2361 call jpeg_write_m_byte() exactly the number of times given in the length
|
/external/jpeg/ |
D | jcapimin.c | 226 jpeg_write_m_byte (j_compress_ptr cinfo, int val) in jpeg_write_m_byte() function
|
D | jpeglib.h | 920 #define jpeg_write_m_byte jWrtMByte macro 1019 EXTERN(void) jpeg_write_m_byte
|
D | transupp.c | 921 jpeg_write_m_byte(dstinfo, marker->data[i]); in jcopy_markers_execute()
|
D | libjpeg.doc | 2360 jpeg_write_m_byte(). If you do it this way, it's your responsibility to 2361 call jpeg_write_m_byte() exactly the number of times given in the length
|