Home
last modified time | relevance | path

Searched refs:jpeg_start_compress (Results 1 – 6 of 6) sorted by relevance

/external/jpeg/
Dexample.c144 jpeg_start_compress(&cinfo, TRUE); in write_JPEG_file()
Djcapistd.c38 jpeg_start_compress (j_compress_ptr cinfo, boolean write_all_tables) in jpeg_start_compress() function
Djpeglib.h914 #define jpeg_start_compress jStrtCompress macro
1000 EXTERN(void) jpeg_start_compress JPP((j_compress_ptr cinfo,
Dcjpeg.c580 jpeg_start_compress(&cinfo, TRUE); in main()
Dlibjpeg.doc118 jpeg_start_compress(...);
314 calling jpeg_start_compress() and jpeg_finish_compress().
344 jpeg_start_compress(). There's no harm in calling jpeg_set_defaults() more
358 4. jpeg_start_compress(...);
361 source image info and other parameters, call jpeg_start_compress() to begin
367 jpeg_start_compress(&cinfo, TRUE);
374 Once you have called jpeg_start_compress(), you may not alter any JPEG
1413 Initialize destination. This is called by jpeg_start_compress()
2184 calling jpeg_start_compress() will prevent the table from being written at
2192 To create an abbreviated image, you must also call jpeg_start_compress()
[all …]
/external/skia/src/images/
DSkImageDecoder_libjpeg.cpp885 jpeg_start_compress(&cinfo, TRUE); in onEncode()