Lines Matching full:jpeg_create_compress
269 the JPEG object's "err" field, and then call jpeg_create_compress() to
278 jpeg_create_compress(&cinfo);
280 jpeg_create_compress allocates a small amount of memory, so it could fail
491 legitimate at any point after calling jpeg_create_compress() --- in fact,
492 it's safe even if jpeg_create_compress() fails.
2712 jpeg_create_compress or jpeg_create_decompress; the library will not change