Searched refs:jpeg_write_m_byte (Results 1 – 5 of 5) sorted by relevance
/external/libjpeg-turbo/ |
D | jcicc.c | 81 jpeg_write_m_byte(cinfo, 0x49); in jpeg_write_icc_profile() 82 jpeg_write_m_byte(cinfo, 0x43); in jpeg_write_icc_profile() 83 jpeg_write_m_byte(cinfo, 0x43); in jpeg_write_icc_profile() 84 jpeg_write_m_byte(cinfo, 0x5F); in jpeg_write_icc_profile() 85 jpeg_write_m_byte(cinfo, 0x50); in jpeg_write_icc_profile() 86 jpeg_write_m_byte(cinfo, 0x52); in jpeg_write_icc_profile() 87 jpeg_write_m_byte(cinfo, 0x4F); in jpeg_write_icc_profile() 88 jpeg_write_m_byte(cinfo, 0x46); in jpeg_write_icc_profile() 89 jpeg_write_m_byte(cinfo, 0x49); in jpeg_write_icc_profile() 90 jpeg_write_m_byte(cinfo, 0x4C); in jpeg_write_icc_profile() [all …]
|
D | jpeglibmangler.h | 94 #define jpeg_write_m_byte chromium_jpeg_write_m_byte macro
|
D | jcapimin.c | 241 jpeg_write_m_byte(j_compress_ptr cinfo, int val) in jpeg_write_m_byte() function
|
D | jpeglib.h | 979 EXTERN(void) jpeg_write_m_byte(j_compress_ptr cinfo, int val);
|
D | libjpeg.txt | 2544 jpeg_write_m_byte(). If you do it this way, it's your responsibility to 2545 call jpeg_write_m_byte() exactly the number of times given in the length
|