Home | History | Annotate | Download | only in iccjpeg

Lines Matching refs:jpeg_write_m_byte

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);
90 jpeg_write_m_byte(cinfo, 0x45);
91 jpeg_write_m_byte(cinfo, 0x0);
94 jpeg_write_m_byte(cinfo, cur_marker);
95 jpeg_write_m_byte(cinfo, (int) num_markers);
99 jpeg_write_m_byte(cinfo, *icc_data_ptr);