Home | History | Annotate | Download | only in jpeg

Lines Matching full:calling

290   /* Compression parameters --- these fields must be set before calling
291 * jpeg_start_compress(). We recommend calling jpeg_set_defaults() to
430 * calling jpeg_start_decompress(). Note that jpeg_read_header() initializes
460 * in advance of calling jpeg_start_decompress().
478 * calling jpeg_start_decompress; otherwise a colormap is created during
896 * NB: you must set up the error-manager BEFORE calling jpeg_create_xxx.