Home | History | Annotate | Download | only in jpeg

Lines Matching refs:marker

177   (*cinfo->marker->write_file_trailer) (cinfo);
185 * Write a special marker.
192 jpeg_write_marker (j_compress_ptr cinfo, int marker,
203 (*cinfo->marker->write_marker_header) (cinfo, marker, datalen);
204 write_marker_byte = cinfo->marker->write_marker_byte; /* copy for speed */
214 jpeg_write_m_header (j_compress_ptr cinfo, int marker, unsigned int datalen)
222 (*cinfo->marker->write_marker_header) (cinfo, marker, datalen);
228 (*cinfo->marker->write_marker_byte) (cinfo, val);
262 /* Initialize the marker writer ... bit of a crock to do it here. */
265 (*cinfo->marker->write_tables_only) (cinfo);
270 * any working memory allocated by the destination manager and marker